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 Query
- 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
More Query from same tag
- Highcharts - how to set textShadow for data labels
- Can't get full screen buttons to work with highcharts-vue
- Highchart offline export trying to loading libs from online cdn and errors out
- Read data from csv file in Highchart Angular
- Pie chat dynamic drilldown(3levels) using highchatjs
- Real time chars using highcharts, JSON, REST and Spring MVC
- highchart in popover - bootstrap 4
- How Highstock determines date
- How to bring up tooltips in a line chart when the points are on the same point x
- How to add markers to a grouped bar plot in Highcharts?
- Highchart graph customization not performing well
- using gauges in ionic 3
- Displaying data into a graph in web service ASP.NET MVC Framework
- Meteor + React + Highchart
- How to make Tick lines around Solid Gauge in Highcharts
- removes spaces while adding custom line in highcharts
- Rendering a charts after dynamically creating holders for them doesn't work
- Highcharts - per customer- even small date/range increments must be visible
- Array issue in rails and highcharts
- highcharts - Adding a seperate lines between the lines in categories
- Highcharts: is there a way to offset lines slightly so same coordinates do not overlap?
- High chart legend colors in square form
- threshold weirdness in latest highcharts version
- Sql query to populate 0's for missing data
- HighCharts - making a Pie with MySQL and PHP
- How to set the dynamic value from a text box to the graph using Highcharts?
- HighChart Line Graph value from database
- Highchart gauge not displaying min/max value in Vue.js
- Highcharts with coffeescript
- How do get highcharts combo column scatter to work?