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
- how to dynamically update series data using ember-highcharts
- highchart tooltip hover - on busy charts the tooltip jumps between the points
- How to use tickPositioner, to have different distance between lines of grid (Yaxis)?
- Highcharts area charts with single data, not rendering
- ionic 2 Uncaught (in promise): Error: Highcharts error #17: www.highcharts.com/errors/17
- how to add highcharts in Datatables child row , from google sheets?
- Highcharts apply different background color to all month of each year
- Assign colour to specific data in Highcharts depending on data type dynamically
- Tooltip is not hidden after formatting in highchart
- Specific case of Timeline chart
- Highchart only wants "y" element in JSON data?
- Generate Highcharts from CSV generated by php
- script not running in templateurl
- Rendering Artifacts in Stacked Area Chart with Gaps
- yii highcharts how to set date format in x-axis
- Highcharts won't draw line when series values are all 0
- Highcharts Spider Web Label overlap (Top and Bottom)
- X-axis doesn't show correct time
- Highcharts sankey diagram, series color
- How to zoom to specific point in Highmaps
- Highstock step multiple data points on same x axis
- Highcharts series data
- Highchart stack labels don't show up in IE 8
- Highcharts - Add a pie chart to a line chart
- Different data with same series name
- Highcharts Overflowing the parent container
- Highcharts format legend names
- How to plot a highstock single line series graph from ajax data
- Create highchart density with more than 2 groups
- setting the categories using ajax in highcharts