score:1
Accepted answer
I would suggest to instead of a stacked bar series, use xrange (https://www.highcharts.com/demo/x-range) series type.
As you can see in this example: http://jsfiddle.net/BlackLabel/x67rbnoh - timestamps are stacked, so you would have to calculate the y
value based on the previous one.
Source: stackoverflow.com
Related Articles
- How can I draw Highcharts horizontal stacked bar with date-time duration
- Date / Time problem in javascript with highcharts
- Stacked column chart with irregular date time interval
- Draw real time data graph with Highcharts
- Wrong date in tooltip in charts with daylight savings time in highcharts
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Highcharts format labels on grouped stacked bar diagram with $ k, M for currency and 'hrs' for time
- Highcharts stacked column chart with with irregular time intervals possible?
- Highcharts stacked Funnel chart with horizontal stacking
- Highcharts do not hold all the values of stacked columns chart with data time axes
- Date Vs. Time Graph With HighCharts
- Highcharts Date Time With Irregular Intervals Down to Minutes
- Highcharts - Performance issue using chart with x values date and TIME
- Highcharts stacked bar with datetime, not able to set start date
- highcharts - avoid repeating same date on x axis with different time
- Highcharts with date and time for x axis (from a database with format YYYYMMDDHHMM)
- How To Use Epoch Time With Highcharts Series Data?
- Populate Highcharts X-Axis With Dates Given a From And To Date
- Highcharts - specifying order of stacked time series
- Appending Data with Highcharts (real time updating chart)
- Highcharts stacked column bar with line
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Programmatically draw rect and line in Highcharts with zoom
- Highcharts - Global configuration with common code and unique data & Headings
- how to assign date time to highchart with intervals and date start
- Highcharts X-Axis time from JS date
- Difference between highcharts and highstock during real time trace and xAxis with max value
- Using Trellis Chart with Stacked Columns in Highcharts
- How to draw a bubble map with longitude and latitude using Highcharts in react
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- Highchart Heatmap remove empty rows on legend toggle
- Highchart column bar doesn't appear exactly
- highcharts not showing on heroku using python flask app
- highcharts - Adding a seperate lines between the lines in categories
- Combined Chart Highcharts Pie plus Bar grouppadding and pointapadding issue
- Highcharts scatter plot with time only
- ViewEncapsulation creating problems while styling highcharts
- Highcharts x-axis not formatting right when showing only 1 datapoint
- How to toggle tooltip programmatically in highcharts?
- Updating Series Color Appears to Break Navigator and Range Selector
- Highcharts: Bar with negative stack - Place title text at each side
- highstock Plotbands to mark certain Daytimes on X Axis
- How do I revert to the old highcharter interface?
- Highcharts: basic column chart not showing correct color
- Highcharts: Logarithmic y-axis with seconds, minutes, hours and days
- Adding text dynamically to point popups in highcharts.js
- Highstock setExtremes not working properly
- Extracting data from JSONP in meteor
- What css styling to achieve to ensure Highchart fits within the outer container and resizes on window resize (i.e. they are responsive)
- Highcharts - show series values outside chart container?