score:21
Accepted answer
you can do this with a combination of the threshold and negativecolor series options.
series: [{
name: 'kpn12345',
data: [
[1327881600000, 11],
etc...
],
threshold: 15,
negativecolor: 'green',
color: 'red',
tooltip: {
valuedecimals: 2
}
}]
fiddle here.
Source: stackoverflow.com
Related Query
- How to change graph colour above and below plotline in Highcharts
- Change graph color above and below plot-line in Column chart in Highcharts
- How to change area graph color above certain value in Highcharts
- How do you change the colour of each category within a highcharts column chart?
- How to update new plotline values instead of removing and adding new ones in highcharts
- In highcharts how do I change the color of the line above the categories?
- How to change space value between grid and yAxis in Highcharts line chart
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- How to change the color of highcharts series graph to black & white during downloading it as an image?
- How to use Highchart auto calculated min and max values, unless they are above or below a predefined min and max
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- How to access legendSymbols and change their shape in HighCharts
- How to Display Month and Year in xAxis of Highcharts datetime graph
- Highcharts -- how to change line width programmatically and prevent resetting line width?
- How to Change marker symbol and dataLabel with custom style in Highcharts
- How to change Highcharts graph with HTML radio button input (JS/jQuery)
- How to change highcharts graph axis colors on export?
- How to change the background series colour of Highcharts Radar chart
- How to stop plotting the graph if data is blank and continue if data is there on the y-axis in base line highcharts
- How to change color of line above or below specify curve line in Highcharts?
- Highcharts Bubbles - how do I change bubble background and line color?
- HIghcharts how to change values and ranges in the Y-axis
- How to change tick and minorTick color in different interval in highcharts gauge charts
- How to change color of single column in Highcharts column graph when data is in CSV form?
- Emulating multiple click functions or have separate clicked values based on specific areas below or above dataMin and dataMax - highcharts
- Highcharts - How to change display data and remove mouseover?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- HIGHCHARTS How to to make separate colors for shaded region and the line in Area Graph
- How to change the point color to red that is lowest point plotted in the graph and 2nd issue is animation effect is not supporting in the ie10,ie8
- how to enable only 1 out of 2 column column graph by default when page loads in highcharts and the 2nd one gets visible when toggled in the legend
More Query from same tag
- Disable legend hover in Highcharts
- How could i put a highcharts funnel to rotate 90deg
- Export High chart to power point
- How can I make a custom line type in high charts
- How to show multiple graphs in drilldown (highcharts)?
- How to make json object for this type in c#?
- How to create a Highcharts extension for an Angular 6 Component
- Offline exporting a Highcharts chart using an external button
- Jquery & Ajax for data retrieval used for highcharts implementation + HTML
- An alternative way of displaying the negative values on the column chart
- highchart bar data, borders fit to the data
- highchart dynamic binding using asp.net
- Setting a custom variable in Highcharts
- Highcharts with Angular
- How to add a second tooltip to highcharts
- Adding a pattern fill to a black and white column graph in Highcharter
- Show Gridline on Y axis for 0 point only
- Drill Down (Highcharts) not working in Angular 5
- Highcharts Stockchart gui default line annotation color black
- Highcharts/Highstock: How to move the tooltip position to the center of a dataGroup
- Data manipulation for heatmap
- How to fix values from an array on the y-axis in Highcharts
- How can hide the icon legend
- Highcharts - Xaxis should show only days and month, hide milliseconds
- highcharts non numeric range on secondary yAxis
- HighCharts: Bar columns don't reach x-Axis on drill up
- Highcharts range selector date formats from C#
- Highcharts with angularjs without jquery
- Looping data inside highchart.js using type column chart
- Highchart.js drilldown adding to data dynamicaly without hardcoding.