score:0
what i think is that you want to achieve something like this.
you have something like event starting on x date and you want to draw line up to y date.
so, you are trying to use this using stacked bar chart so, you get lines across y axis.
if i am correct then i would suggest you to use highstock, it is one of the library developed by highcharts.
highstock
is preferred api to create timeline charts.
i have created a sample fiddle which help you to start. here you go: http://jsfiddle.net/mhardik/ymrug/
score:2
so: after much pain and suffering, i was missing this stanza which needed to be passed as configuration for my chart:
plotoptions: {
column: {
stacking: 'normal'
},
and even that took me a long time to find, because i had that stanza in there for most of my testing, but had not camelcased plotoptions. bangs head on keyboard multiple times and weeps
it's working great now. other hassle: to get jsfiddle to return json to you over an ajax call ('/echo/json/'), you must post to it. took me a while to determine why the heck $.getjson wasn't working also.
Source: stackoverflow.com
Related Query
- Highcharts stacked column chart with with irregular time intervals possible?
- Stacked column chart with irregular date time interval
- Highcharts master detail chart with irregular time intervals
- Highcharts Time Data With Irregular Intervals In Wrong Order
- Can't disconnect line chart with [null,null] and irregular intervals in Highcharts
- Highcharts tooltip bug with stacked column chart
- Highcharts do not hold all the values of stacked columns chart with data time axes
- Highcharts column percentage stacked chart worked in v 2.3.5 broken with v 3.0.2
- Highcharts Date Time With Irregular Intervals Down to Minutes
- How to Create a Stacked Column Chart with Dynamic Series in Highcharts
- How to use trellis chart with stacked column in Angular 10 using Highcharts
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Hide 0 values in Stacked Column Chart in Highcharts
- Need stacked column chart with multiple series
- time data with irregular intervals in HighChart
- Highcharts stacked column bar with line
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- Highcharts Grouped Column Chart with Multiple Groups?
- highcharts - precision for stacked column chart data labels
- Using Trellis Chart with Stacked Columns in Highcharts
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- How to Build a Column Chart in Highcharts with Data Entered Dynamically Within a CMS
- Highcharts - column chart with drilldown to waterfall
- Highcharts - Column chart with empty columns for date in x-axis
- Highcharts stacked column chart is missing some values?
- Highcharts vertical stacked bar chart with negative values, is it possible?
More Query from same tag
- Can a Highcharts Polar chart have a logarithmic y-axis?
- how to : specify colors for multiple axes chart?
- Highcharts - How do I position tooltip behind icon on each pie slice on hover?
- maxPadding doesn't work for Highstock
- Making only certain bar close to each other in Highcharts
- Highcharts container selection issue on Nexus 7 (4.2.1)
- highcharts x-axis datetime value for one week coming wrong
- Highcharts legendItemClick event - Stop chart auto rendering
- multiple highcharts on same page
- Highcharts error #15: www.highcharts.com/errors/15
- Drag and drop plotline React-Highcharts
- Highlight slice of a pie chart in highcarts
- Can't change date format on Highcharts
- Change Y Axis vertical line color in Highcharts
- yAxis data overflows onto chart when positioned right
- Dynamically add an event to Highcharts series
- Display the Plotted value on x axis using highcharts
- Images/Icons in datalabel not getting exported - highchart treemap
- Loading JSON data in Ruby on rails to use HIGHCHARTS
- Highcharts: How to pass the color parameter with data and dates to the bar chart?
- Highcharts Ganttchart (or XRange) group y-Axis elements
- Highcharts Solid Gauge with min number NOT zero
- Is it possible to highlight x and y axes on Highcharts
- rcharts highcharts plotLines
- Highcharts series line width is not stable
- highchart editor library event listening
- Disable tooltip for one point?
- How to remove space below the semi-circle in highcharts?
- I need to remove Y-axis labels on highcharts while keeping the data intact
- How do I get the value of a highcharts graph point on mouseover?