score:11
Accepted answer
I was incorrectly setting the new values, eg:
chart.options.yAxis.tickInterval = markInterval;
should be
chart.yAxis[0].options.tickInterval = markInterval;
then everything works as expected.
Source: stackoverflow.com
Related Query
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- Why do my highcharts yaxis tick positions change the min and max of my chart?
- update the yAxis min value and tooltip dynamically in highcharts
- dynamically change label to show the y-axis min and max value
- I change the min and max of the xaxis, but how to i change the 'navigator'?
- *Highcharts* How to get the min and max value of the zoom box
- How to change space value between grid and yAxis in Highcharts line chart
- How do I force highcharts to pay attention to min and max on my secondary axis?
- How to change highcahrts min and max selection behavior?
- How to change the line color of a bubble in highcharts dynamically
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- HIghcharts how to change values and ranges in the Y-axis
- Highcharts - How to get Max and Min value between 2 dates
- How to make the selection of individual series dynamic in highcharts even after setting max and min?
- Dynamically added Highcharts series with min and max
- how can I use rangeselector and navigation in highcharts in the given code
- How to format Highcharts columnRange to get json data for temperature Min and Max
- how to set max min on highcharts dynamically
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- How to change the text color in Highcharts
- How do I dynamically change a data point in Highcharts using JavaScript
- How do you increase the performance of highcharts chart creation and rendering
- How can I change the unit at y axis dynamically at Highcharts?
- How to change graph colour above and below plotline in Highcharts
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- How to Check and Uncheck all the Legend elements in HighCharts Linechart?
- Angular Highcharts - How to enable noData options and update it dynamically
- Highcharts - How do I dynamically change Marker radius when zooming?
More Query from same tag
- How i set actual value of xAxis in tooltip of highcharts
- Highstock highcharts stacked column jQuery.getJSON array not working
- Highcharts - How to remove tooltip arrows
- Is it possible to change properties of xAxis.labels individually in HighCharts?
- HighCharts specific chart
- Highchart polar chart with scatter in specific directions
- Highcharts pattern plugin and wkhtmltopdf
- r - How to set xlim and ylim range in a highcharter plot?
- how to manipulate hightcharts data in jquery?
- Manual series names in highcharter
- Django chartit loading jquery and highcharts js
- how to make highcharts pie datalabels always in center of each slice?
- HighCharts Dates not filling in on xAxis using JSON data feed
- Highchart dynamically change the xAxis type
- Highcharts stacked bar chart for multiple bars
- Highcharts Gantt - Set max height and scrollbar on yAxis
- One hyper link below each legend of pi-chart
- Highcharts live chart shifts continuously
- Highcharts variable threshold
- Angular 5 - Highcharts cannot load data from a HTML table
- Highchart (Column Chart) : Few data labels are not appearing for a series
- Combining categories for column chart with Highcharts
- How to place dataLabels on series point in Highcharts
- Repeat labels in each x position on polar graph
- Highcharts how to pass milliseconds to pointStart (really a javascript question)
- Stack labels not rendered correctly when exporting Highcharts graph
- Cannot get jQuery UI datepicker to appear on two tabs
- Highcharts - How can I show arrow between two dials of gauge chart?
- Is it possible to remove a pane in highstock/highcharts?
- highstocks, how can I bring values that I will only use on the 'click' option?