score:1
Accepted answer
You used the boost
module which increases performance, but causes some limitations - for example, the inability to change color in states.
To highlight an axis label you need to adjust the findTick
function:
function findTick(point, ticks) {
for (var tickValue in ticks) {
if (tickValue == point.y) {
return ticks[tickValue]
}
}
}
Live demo: https://jsfiddle.net/BlackLabel/agcper18/
Docs: https://www.highcharts.com/docs/advanced-chart-features/boost-module
Source: stackoverflow.com
Related Query
- How to highlight cells and yaxis ticks on highcharts heatmap hover
- How to get xAxis and yAxis information on a Highcharts heatmap click event?
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- HighCharts : Highlight entire series when hover and restore state when out
- How to change space value between grid and yAxis in Highcharts line chart
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- How to combine highcharts (heatmap) and table (mapping each table row with heatmap row)?
- how to customize heatmap highcharts plot area and the color of the datalabels
- how can I use rangeselector and navigation in highcharts in the given code
- Highcharts Heatmap yAxis with 2 categories. How to show both of them in the tooltip?
- How to create a column range chart in Highcharts using range and navigator functions?
- How to set Highcharts chart maximum yAxis value
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- how to import highcharts with webpack and babel
- How do you increase the performance of highcharts chart creation and rendering
- How to change graph colour above and below plotline in Highcharts
- Highcharts - How to hide series name and Y value in tooltip
- How to update new plotline values instead of removing and adding new ones in highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts - How to remove connecting line between fixed tooltip and point
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Remove space between yAxis and data in highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Highcharts : Venn Diagram how to show total and union numbers?
- How to add image in Highcharts Title and subtitle
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- How to add space between chart and axis in highcharts
More Query from same tag
- error with navigate for undefined router in angular2
- JSON Data Map Issue with HighCharts + Ajax
- Setting data chart color - Highcharts
- Highcharts accessibility / VUE.js
- Highchart categories issues
- High charts date getting changed to random years
- Highcharts: show just 1 marker from an arearange type of series
- HighCharts yAxis too much space around big numbers
- Is It possible to plot a water fall chart as shown in the below image?
- Apply Background Image to A Column
- Highchart and php
- Updating Points
- disable legend resizing of chart
- Stacked Bar Chart: Week vs Week
- Too many series drawn with unused CSV data column
- HighCharts delayForDisplay attribute does not work
- Needing to convert JSON Object to JSON Array for Highcharts
- Highchart startR is undefined under N(H, "parts/PieSeries.js", [H["parts/Globals.js"], H["parts/Utilities.js"]] highcharts.js file
- Padding between X-Axis labels in Highchart
- DotNet HighChart not populating
- highcharts custom datalabels duplicating
- Is possible to add a frame in 3d chart?
- How to load 60,000 data points without datagrouping in highstock chart?
- React Highstock Won't Work But Highchart works
- OnClick() with Highcharts in MVC 4
- Highcharts in mvc 4, many categories
- Change HighStock chart label on changing rangeselector button
- Highcharts data value from variable array string
- how to dynamically change column chart to mirror chart using highchart
- Setting a four hour range in highcharts