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
- Highcharts polar display custom label name or icons
- Inconsistent columns width issue in highcharts
- Highcharts Single Line series JSON date data format
- highcharts add yAxis label based on negative/positive value
- Get x-axis label into the first colomn of the table - highcharts
- Highcharts Highmaps How to change value for color axis in map bubble
- Highcharts update xAxis category when calling series.setData
- Filtering through highcharts series data array
- Highcharts stock animation
- Highchart Treemap with Multiple series and should behave live heat map
- Highcharts zoom on 2 charts - Reset zoom issue
- How can i load external json data in highcharts to show the bar chart
- How to update the highcharts.js to make the export server to my own ipaddress,instead of connect to the highcharts server?
- Highstocks Flags (Combine the flags into single flag if the day have more than one flag)
- trouble plotting multiple series of data on highstock
- Populate the chart with values returned by controller
- Highcharts: How to plot adjacent scatter points for different box plots
- Remove data labels when ploting and exporting graphs
- highcharts - How to sort xAxis category by total?
- highchart highstock not display full yAxis data
- Indicators Disappear
- Input filter not working for reactive highchart
- how do you create custom buttons with highcharts that each data buttons calls anather php script for its data
- Is it possible to use R Plotly library in R Script Visual of Power BI?
- highchart Dynamically updated data
- Date formatting on x-axis highchart
- Meteor: Reusing a Template With a Chart-Div
- TEMP_DATA value must be same but it is changing
- How to make visible atleast one line inside line chart even though the custom legend clicked to make invisible it
- adding live data to highstock Using json file