score:2
Accepted answer
You could use zones property for this.
zones: [{
value: 700,
color: 'orange'
}, {
color: 'white'
}]
score:3
You could check your data before using it in Highcharts and add color value for each point if requirements are met. Example: http://jsfiddle.net/nshkf75s/
Relevant part of code:
series: [{
name: 'Observations',
data: [
[760, 801, 848, 895, 965],
[733, 853, 939, 980, 1080, 'orange'],
[714, 762, 817, 870, 918],
[724, 802, 806, 871, 950],
[834, 836, 864, 882, 910]
],
keys: ['low','q1','median','q3','high','color'],
...
Source: stackoverflow.com
Related Query
- Conditional coloring of marker in box plot in highcharts
- conditional marker colors in highcharts
- Highcharts - Different Marker for Each Point of Area Plot
- Box plot with Highcharts - TypeError: 'undefined' is not a constructor
- JavaScript - Highcharts box plot not displaying
- Highcharts use legend symbol and legend parms, not scatter marker symbols - in scatter plot
- How to add box shaders to plot Highcharts
- Conditional Highcharts Marker Symbol Using Javascript
- The correct method to populate a Highcharts box plot using JSON
- Highcharts box plot chart customization
- How to show data point in Box Plot highcharts
- highcharts - disable fading series on marker hover
- Plot Histograms in Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- Making a Highcharts plot with Python
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Flexdashboards and Leaflet and marker click with Highcharts
- Dynamically applying plot bands to a Highcharts graph
- Highcharts Plot Reciprocal Values For Column Height
- Highcharts scatter plot with lots of data points running really slow
- Highcharts - multiple plot with the same x scale
- Highcharts shared tooltip for line series and scatter plot not working
- Dynamically draw marker on last point in highcharts
- Highcharts padding between plot and graph, how to remove?
- Increase different marker sizes when hovering series using highcharts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- Highcharts scatter plot with variable line width
- Highcharts - Global configuration with common code and unique data & Headings
More Query from same tag
- Can we set a color for timeline bar?
- How to disable certain option in the exporting option of Highcharts?
- R Highcharter Sankey nodes column property trouble
- Highcharts, type: 'mapbubble' causes an error 17
- Highlighting last column in Highcharts
- Highcharts setting the colour of columns in each month period
- 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
- Highchart - line or area not starting at the left point
- how to fix tooltip after highchart upgrade
- Put my labels in front of the graph without obscuring the points
- Hide first tick in Highcharts time series
- Add design to plotLabel Highcharts
- Highcharts not displaying tooltip title properly
- highcharter change highlight color on hover
- Month wise category separation in Highcharts
- HighCharts backgroundcolor of group of columns
- Highcharts display priority of overlapping labels
- Autoscroll highchart on new data only if user sees last data
- How can I prevent my HighChart bar chart from being inverted?
- array and object handling in javascript for getting highchart json data
- Highstock can use {point.tt}, but Highcharts can not , why?
- Highcharter Dependency Wheel not showing up?
- very simple highcharts column graph with two arrays
- Highcharts Highstock enabledThreshold feature not working
- charts cause memory leak
- Highchart bar chart datalabels overlapping issue
- AngularJS ng-repeat freezes browser while HighCharts render
- Dynamically update subtitle on Highcharts chart?
- Integrate highcharts-custom-events with React
- Highcharts Realtime Multi-series