score:2
Accepted answer
You shoudl use two series: http://jsfiddle.net/ughPE/
series : [{
name : 'AAPL Stock Price',
data : [[1146441600000,6],
[1146528000000,5],
[1146614400000,10],
[1146700800000,7],
[1146787200000,12],
[1147046400000,8],
[1147132800000,9]],
type : 'area'
},{
name : 'AAPL Stock Price',
data : [
[1146787200000,22],
[1147046400000,18],
[1147132800000,1]],
type : 'area'
}]
Source: stackoverflow.com
Related Query
- HighStock Area Charts - Add Two Series
- Multiple series in HighStock charts
- High Charts fails to add series dynamically
- Highcharts JS- add third variable to tooltip for two series
- Highstock - How to add multiple series with JSON-Array
- How to fill the Area between two series with multiples yAxis in HighChart?
- Why highstock charts have two yAxis?
- Highstock add points to dynamically added series
- HighStock - Add series dynamically to navigator
- Add custom images in highstock series
- Highstock - How can i display the open, high, low, close in the line or area charts tooltip
- Link two series object in Highcharts and add event
- Strange character in the Highstock source code
- How to add icon on selected area in High charts map?
- HTML table as data source for highstock charts using highcharts
- HighStock navigator from a stacked area chart shows wrong series
- Add two json data series in one highchart
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Use pandas to convert csv to json for plotting two series instead of one in highcharts highstock graph
- Highchart - adding more series to one of multiple synced highstock charts
- How to add two different mouse over for two different type of series in same chart?
- Add Series value in legend for pie charts
- Is it possible create a Highstock chart using TWO PANES and MULTIPLE SERIES in a pane
- High Charts for an area-spline chart with area fill on only one data set in series
- Cannot add multi series to Highstock but same thing works for Highcharts
- Highchart fill area only between two series
- Highstock charts | How do I store a series start and end value in variables?
- Move handle of two related highstock charts at same time
- Add additional data to a Highcharts series for use in formatters
- Add series total to legend in Highcharts
More Query from same tag
- Change Highchart's pie chart .xls file category column name
- how to hide column in highchart column type
- Highcharts select chart by button click and adjust width
- highchart map create marker by click and get lat long coordinates
- Highcharts (PieChart) - chart width reduced on drawing second time
- How do you prevent a popover from overflowing viewport boundaries?
- HighCharts: Line series disappears on click of legend
- Highcharts - with datetime axis labels overlap
- How to make buttons filter different data based on a category they select in Highcharts heatmap?
- Can't update highcharts data on button - var visibility or events handle issue
- Angular : Filter object data to build a Highchart Widget with distinct elements attributes
- Bar chart for displaying min/max/avg
- Highcharts Polar Plot area scaling issues
- Adding tool-tip to an image rendered using Highcharts Renderer.image() api
- how to add annotation text to a Highcharts chart?
- Highcharts - Redundant Y Axis Point Markers (Any insight welcome!)
- Using datetime axes, but with changing scales
- How to render the missing data series and fix the dates on the x-axis in Highcharts?
- How to show popup on highchart column click
- Highchart update categories when adding points
- Memory heap increases when Chrome tab is inactive
- Is there a way to add a custom tooltip to the second level columns of the drilldown on highcharts?
- Issues with Netflix ICE
- HighCharts chart export (screenshot download) does not display Navigator graph
- Highcharts- How to create streaming bar charts
- Highcharts how to draw dual axis negative stack bar?
- Add new data to a Highchart pie chart dynamically
- Highcharts: SeriesMapping with CSV
- Highstock/chart - On resize, don't crop chart
- Highstock with numbers instead of date in x-axis