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 Articles
- 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?
- Highcharts: connectNulls == false doesn't work in stack area chart
- Declaring location of highchart bars on a chart?
- Highchart show legend items on drilldown chart
- jquery chart from data attr highcharts
- How to create a custom tooltip in highstocks
- Highchart data rendering underneath Bootstrap Popover
- How could you supply multiple series to a line chart in R shiny using highcharter package and without hardcoding the series?
- How to Plot chart from two different webform Submission data And Wand to Display annotated point
- Rename the "slices" in Pie chart using Highcharts in shiny R
- How to add dots to Highcharts legend and bars?
- Amplify range of selection into error bar series
- Highcharts - show at least 5 horizontal grid lines, even when value doesn't change
- Highcharts data loading from a JSON file error in setting up datetime
- HighChart: How to get exact point / timestamp from plotBands click
- Using connecting legends for two Highcharts pie charts
- Highcharts: change timeUnit thresholds
- How to add Tooltip Functionality to X-axis labels in highcharts
- How to display full text in data labels in sunburst highcharts
- HighCharts inside of a javascript function
- Highcharts on Modal Element being Clipped