score:2
Accepted answer
if you need to stack, you should have the common x values like in the example
so in your case it can be something like:
var series = [{
data: [[85, 0], [155, 220],[265, 220]],
linecolor: "#e8d0d0",
fillcolor: "#e8d0d0",
showlegend: false
}, {
data: [[115, 0], [215, 220],[265, 220]],
linecolor: "#d1a1a1",
showlegend: false,
fillcolor: "#d1a1a1"
}, {
data: [[145, 0], [265, 220]],
showlegend: false,
linecolor: "#bb8977",
fillcolor: "#bb8977"
}];
Source: stackoverflow.com
Related Query
- fillColor stacking in area chart
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Highcharts help - Area chart stacking
- Highchart fillColor linearGradient in area chart
- Highchart Area Range chart with gradient that follows the line
- Highcharts: How to add HTML inside of chart area
- Can highcharts crosshairs show on top of area chart fill?
- Change color of area chart programmatically in highcharts
- Remove Tooltip in Synchronized Charts, When user leaves the chart area
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts Area Chart - Specifying Area Color
- Highcharts chart going blank on zoomType: 'x' area range zoom?
- Highcharts stacking bar chart border not displaying on right side
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts: having trouble recreating stacked area chart from Excel with positive and negative values
- Add dataLabel to Area chart in Highcharts.js
- Highcharts - Remove first marker from Area chart in every series
- Creating negative stacking bar chart with Highcharter(Likert chart)
- Angular Highcharts Custom Legend Label In Area Chart
- combining an area chart with a line chart in highcharts.js
- HighCharts Stock Chart error code 18
- Ordering the stacking in a highcharts bar chart in R
- Highcharts - In area chart how to use gradient color for multiple series?
- Area spline chart using Highchart
- Extending Area to full width of Chart with Months on x-axis
- Center tooltip for highcharts area chart
- Highcharts - gap between series in stacked area chart
- Combining Highcharts Gauge with Area Chart
- Highcharts AreaSpline - Adding padding in between the chart and plot area
More Query from same tag
- Threshold value change on click of rangeSelector in HighStock graph
- Changing Tables in Highcharts Missing Row
- Grand Totals in HighCharts Pie Chart Legend
- Adding a legend to a pie chart using highcharter, or Rcharts
- Highcharts exporting once again
- Highcharts: passing additional information to a tooltip
- Axis with wrong interval
- How to show tickPositions as start and end for each bar in highcharts?
- Ionic 2 Highcharts
- Highcharts Data Not Showing on Ajax Call
- Dynamically update area.stacking from normal to null using highchart-ng
- Problems formatting tooltip date on HighStock chart
- HighCharts Heatmap: Plotting error with >= 1024 samples
- hide specific point in a HighCharts scatterplot
- Highcharts display percentage of hidden series
- Highcharts - Fix chart height when it has legends
- highstock shows wrong dates in selectorRange buttons
- How to Get Highcharts Sparkline to Show Up On My Page.
- Highstock - Comparison chart doesn't start at 0%
- tickInterval doesn't work properly in Highchart and Highstock.
- show tooltip in highcharts
- Highchart custom styling
- same scale on x y axis in highchart
- Set opacity of Highcharts pie chart
- How to disable the circle that appears in Highcharts without data?
- Dynamic quadrant label positions with Highcharts
- Rshiny Highcharter how can I create a piechart that drills down into another pie chart?
- Highstock - How to add point if I have different data on main chart and navigator
- How to get x-axis flags on dual axes chart with Highchart?
- Highcharts 3D cylinder wiht ReactJS