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
- issue on Adding Multi Text To Chart in Highcharts
- Is there a way to update a point with Highcharts Boost?
- Highcharts: Add a button on the chart to hide or show multiple axes
- Counting json data to create dynamic series in highchart line charts
- Mixed series type with 'rallychart' component
- Highstock : update xAxis events
- Highcarts with zoomType + default level
- HighChart: Tooltip box thousand seperator
- Highchart startR is undefined under N(H, "parts/PieSeries.js", [H["parts/Globals.js"], H["parts/Utilities.js"]] highcharts.js file
- Framework for plotting latitude longitude in a map based on country, state and district depending on the zoom level
- Highcharts how to add an extra value to a bar
- Removing zoom in/out from Highmaps
- Bar Chart Gauge Highcharts
- Highcharts add export as csv
- Long array of small data points is rendered as a jagged line
- Use String as object in javascript?
- Duplicate Series in the legend when exporting
- chart.scrollablePlotArea unexpected behavior
- Highmap not displaying map with angular-highcharts in Angular5
- Use django variable (array of elements from sqlite3 database) inside javascript embedded code
- Highcharts stock chart X axis date issue
- Bar chart creating gap in timeline
- Click event on Highstock / Highchart plot
- Is it possible to create a Word Cloud with highcharter?
- Highcharts Y Axis Tick Marks not setting
- How I can rotate a polar chart?
- Highcharts CSS Styling Axis Font
- Populate Highchart with data from a python function
- R Highcharter Sankey nodes column property trouble
- How to align HighCharts (bar chart) bars to the top/front?