score:2
you can do this by pre-processing your data.
something like this:
$.each(dataraw, function(i,val) {
if(val < low) {
datafiltered.push({"y":val,"color":"blue"});
}
else if(val > high) {
datafiltered.push({"y":val,"color":"red"});
}
else {
datafiltered.push(val);
}
});
you have to pre-define your high/low values, loop through your data, and build a data array that includes the color declarations for any values requiring highlight.
example:
Source: stackoverflow.com
Related Query
- highchart change color if defiend rage is high
- Highchart - change color of one x-axis label only
- Change color of bars depending on value in Highchart bar-chart with MVC3
- change legend color high charts based on data
- How to change series legend text color in HighChart chart?
- highchart change color of single bar in single category
- How to Change Highchart Column Color Dynamicly
- How to set series-label to false by default and change the color of series label text in highchart
- Need to change title color donut highchart
- how to change color of line chart in highchart based on a categorical column in r?
- Change color code on colum, depending on data value (highchartJS)
- Change the color of legend symbol highchart
- How can I put custom color in High Charts PIE data | Slice and want to change slice text
- Pie chart color change High Chart Library
- how to change bar hover color of highchart dynamically?
- change background color for highchart candlestick plot
- How to change the Highchart plotline color for theme
- Change color of a column in highchart with a default color
- HighChart type = area hover color change at several points
- How to change rCharts Highchart Color based on Factor Variable
- Is is possible to change line color in highchart xy plot for specific y range only?
- Unable to change Spiderweb in Highchart line color
- Column based Highchart drilldown series assign color code to each column
- How to change color on the Highchart Sparkline line only?
- How to change high and low whisker color in boxplot highcharts?
- How to change the background color the chart area in high charts?
- Change high chart color for particulaar page
- how to disable the color change on mousehover in sankeycharts Highchart . { hover: {color: '#a4edba',opacity: 1,filter: {type: 'none',}}} didnt work
- How to change the label color of Y-Axis on click in angular Gantt chart High Chart
- How to change default line color in highchart stock GUI tools?
More Query from same tag
- Highcharts multiple series remove reserved space
- Different timezones cause Highstock ticks to display oddly
- How to add the "isSum" bar in Highchart Waterfall chart in R?
- Is there a way to calculate custom label position on a Highcharts Activity Gauge?
- How to add Indicators in High Stock Candle Stick Chart with Angular 5.0?
- Which differences in javascript object creation syntax have I not understood? IE8 vs Chrome
- Highcharts : using same div to load a chart multiple times with different series data
- Extjs with HighCharts
- Highcharts live graph setExtremes issue
- Highcharts not plotting Date string as Category
- HighCharts performance degrades dramatically with 'chart' and 'renderer' together
- Angularjs and Highcharts directive in Nested object
- Highcharts - change values when checkbox checked
- Highcharts - curves goes outside the box
- Highchart Polar chart 2 nested circle
- highcharts-export-server yAxis formatter does not work
- How to create a stacked chart with cumulative line using Highchart.js
- change parameter with {{index+1}} angularjs
- How can I dynamically update pointStart series attribute from highcharts.js?
- Highcharts line style change
- ERROR TypeError: (intermediate value)(intermediate value).init is not a function - Angular 6
- Highcharts, how to localize language when exporting
- Highcharts 3.0 beta threshold documentation?
- Populate JSON object to highchart bar chart
- highchart not displaying bars chart while printing
- Y-Axis Highchart
- Responsive behaviour for ng-highcharts with compiled ng-click on xAxis labels hidden on load
- Highchart: drawgraph based on chart name
- Include hidden series in exported CSV using Highcharts v8.0
- response with status 200: ok