score:2
Accepted answer
You need to use three series for each color separately.
http://jsfiddle.net/sbochan/w23mbjx5/
Example:
series: [{
data: [1,2,3,null,null,null,4,5,6],
color: 'green'
}, {
data: [null,null,null,null,2,8,4],
color: 'yellow'
}, {
color: 'orange',
data: [null,null,3,3,2]
}]
Source: stackoverflow.com
Related Articles
- Highchart multicolour areaspline
- Highchart areaspline plotband height
- Strange character in the Highstock source code
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Column based Highchart drilldown series assign color code to each column
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- why my highchart code is not working?
- How to render Gantt Highchart from data source
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
- I am trying to include india map in my highchart code
- Highchart map does not support IRS country code
- Highchart columnrange, color code lines based on data
- how to hide highchart x - axis data values
- Highchart specific width stack column bar graph
- Highchart - show / hide an y-Axis without hiding the series
- Manage multiple highchart charts in a single webpage
- when is a highchart completely loaded?
- Remove Export and print button plugin on highchart chart
- Drilldown multiple levels Highchart
- How to display highchart series line marker symbol from tooltip formatter?
- Highchart - change color of one x-axis label only
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- use highchart and highstock on the same page
- Highchart series update in javascript
- Can I use two different formatters for highchart tooltips?
- How to change the font family of Highchart to Bootstrap css default font family
- Highchart hide default buttons
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Displaying Persian dates in highchart from its corresponding Georgian date
- Highcharts - show series values outside chart container?
- Creating a Simple Line Chart with Highcharts
- HighCharts showLoading() not working as expected
- Formatting dates in HighCharts
- HighCharts: stacked bar shows percentages of stack
- highcharts-ng addpoint each second
- Group Smaller Slices in Pie Charts to Improve Readability
- Highcharts datetime label for column
- Plot time on Y-axis and users on X-axis Highcharts
- Highcharts : How to apply style to x-axis Labels?
- Highchart changes chart width when user hides the graph lines
- Highcharts how to use column title as X axis and not as Legend
- Highcharts Gantt Setting Dependency Type
- Highchart and yii not drawing a pie
- How to add another series into my highchart
- Highstocks change range selector to dropdown
- Changing the cursor in highcharts
- Getting error 'Cannot read property 'document' of undefined' while importing exporting.js (to export highchart charts)
- How to set the z-index of points on a HighCharts scatter plot?
- how to show the remaining percent of Bar in Highcharts?