score:0
Nope, it's not supported. You can stack only the same series type. However, you can set transparent color for area, see: http://jsfiddle.net/uq9HM/1/
series: [{
name: 'Asia',
data: [502, 635, 809, 947, 1402, 3634, 5268]
}, {
name: 'Africa',
data: [106, 107, 111, 133, 221, 767, 1766]
}, {
name: 'Europe',
fillColor: 'rgba(0,0,0,0)',
data: [163, 203, 276, 408, 547, 729, 628]
}, {
name: 'America',
data: [18, 31, 54, 156, 339, 818, 1201]
}, {
name: 'Oceania',
data: [2, 2, 2, 6, 13, 30, 46]
}]
score:1
There's a few demos of this on the HighCharts website... take a look here, for example: http://www.highcharts.com/demo/combo-dual-axes
You can see the code by clicking "view options" or "edit in jsFiddle."
score:1
did you check with arearange type of graph
type: 'arearange',
here is a jsfiddle http://jsfiddle.net/3yg8b/
hope this will be useful for you
Source: stackoverflow.com
Related Articles
- Is it possible to have an adjustable line in highcharts stack area graph?
- Highcharts change the line color if its out of the area range
- highcharts - Draw horizontal line outside the chart area
- Looking for a line chart drill down to area chart using Highcharts
- Draw Line in Bar with negative stack in HighCharts
- Stack line on area / stack area on line in highcharts?
- Adding space between the line and the fill in a Highcharts area chart
- Highcharts Line Chart with multicolor area
- Highcharts to display area range and line chart with data from a CSV file
- Highcharts (column, candlestick) show mouseover tooltip anywhere on chart similar to line or area
- Highcharts plotting line instead of area
- HIGHCHARTS How to to make separate colors for shaded region and the line in Area Graph
- Stack area series on top of line series
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- HighCharts turn animation false for line chart
- Hide line in default state in Highcharts
- Highcharts => Getting the id of a point when clicking on a line chart
- missing value in highcharts line graph results in no line, just points
- Highcharts Area graph, use 2 fill colors above / below X axis
- Highcharts area fillOpacity do not work when changing the color
- Can I add an "average" line to Highcharts Chart?
- Highcharts vertical line (crosshair) logic
- Improve performance of Highcharts line chart
- HighCharts remove stack totals
- Highcharts highlight single point on line
- Highchart Area Range chart with gradient that follows the line
- Can highcharts crosshairs show on top of area chart fill?
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Options is not defined : Highchart error, Javascript
- Highcharts Pie chart export, labels are rendered twice
- Highcharts how to customize enableMouseTracking?
- Labeling for Highchart Funnel Visualization
- highstock mouse releaase trendline
- How to change height of ENTIRE xAxis labels using Highcharts?
- How do I create a graph from JSON data in Ruby on Rails?
- Highcharts How to update all series with ajax
- Highcharts showing nearest point causes flickering crosshair and strange order
- Highchart - xAxis weekly date can start given day?
- How to change the text color in Highcharts
- Set a custom rangeSelector and disable xAxis label on chart and on Navigator with Highstock
- Highchart Persist bar widh for null data
- Highstock - Soft Min and Max is not working
- How do I convert to UTC?
- Highcharts log axis in base 2
- Highcharts Arearange has no zoom animation above certain length
- Tooltips does not appear properly in Highcharts ganttchart
- Highchart custom label doesn't seem to work with data:image/png;base64
- R Shiny: setExtremes in Highcharts (rCharts) on page load