score:1
I am not sure what you had in mind, some image could be useful, but I am guessing that you can highlight some range by using the plotBand feature or zones.
- PlotBands:
Demo: https://jsfiddle.net/BlackLabel/mnd16ok0/
Code:
yAxis: {
plotBands: [{
from: 100000,
to: 125000,
color: 'green'
}]
},
API: https://api.highcharts.com/highcharts/yAxis.plotBands
- Zones:
API: https://api.highcharts.com/highcharts/series.line.zones
Source: stackoverflow.com
Related Query
- Highlight a range of Y axis in highcharts
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Highcharts - Highlight / Shade date range
- Highcharts - highlight mouse position within a range
- Highcharts x axis date full range even if there is not enough data
- Highcharts with range out of bound value highlight with different color
- Get the x axis range on selecting a zoom range in Highcharts
- Custom "compare" and axis range in Highcharts
- Highlight point range in Highcharts
- highcharts x axis date variable range
- How to represent a point which is outside range of x and y axis in highcharts
- Highcharts custom indicator does not affect y axis range after zoom
- Highcharts : How to increase marker radius based on the value range in Y axis in Scatter Graph?
- Showing all values on one point on x axis and changing range for rCharts highcharts
- Auto setting time axis range in highcharts
- How to create a column range chart in Highcharts using range and navigator functions?
- Hide axis and gridlines Highcharts
- Change HighCharts axis title
- how to set the interval of points on Y - Axis highcharts
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts Area graph, use 2 fill colors above / below X axis
- How to make highcharts scrollable horizontally when having big range in x-axis
- Highcharts y axis thousands separator
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts highlight single point on line
- Highcharts how to change x axis options
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - change background color along specific date range
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts - Long multi-line y axis labels causing following label to be removed
More Query from same tag
- Highstock flag hover state: update font color
- How to add data to a custom HighChart's HighMaps map? joinBy?
- Fill color for each area based on x and y start, end values
- How do I overlay a Highchart with a SVG graphic?
- Disable all UI events on highcharts
- HiChart click event 1st time it's working but when I update the data then click event is not working
- Highcharts stock-chart y-axis values go over 100%
- Highcharts showing ticks number, instead of date
- Highcharts: How can I make the range attribute work?
- Passing a JavaScript function from JSON encoded PHP
- How to do mouse over x-Axis[Cateogories] in High charts when you mouse over the x-Axis [Category]
- Is it possible to change the name of "x" for x data?
- Generate HighChart Colors Before Drawing Chart?
- Show default Drilldown in highcharts
- Unit test for Highcharts tooltip in Angular
- convert highcharts to image for Persian language
- highcharts xAxis pointStart issue
- Highcharts not aligning to ticks
- Displaying ajax data in a graphical representation using high charts
- Passing series data from Java to Multi Y axis Highcharts
- How can I show vertical line in highchart as shown in below image?
- Possible to create a dual y axis chart but where the secondary y series is using a secondary x axis?
- How to connect null values with dotted lines in highcharts
- How to set the x value for High Charts error bar
- few line chart's Legend is being display
- Pass a List of Series to SetSeries
- Highchart.js variable length input doesn't work
- Show HTML special characters as is
- Javascript: Trying to load highcharts without freezing the browser
- Highcharts date not showing correctly on x-axis