score:2
I got it working by setting the start/endOnTick setting to false in the chart and then to true on click.
yAxis: [{
startOnTick: false,
endOnTick: false,
}, {
yAxis.options.startOnTick = true;
yAxis.options.endOnTick = true;
I've no idea why that works though!
Source: stackoverflow.com
Related Query
- Highcharts yAxis setExtremes far off
- Make Highcharts' setExtremes off tick with two yAxis
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- HighCharts - How can I turn off the points?
- How to set Highcharts chart maximum yAxis value
- Highcharts yAxis max not working
- Turning off animation in HighCharts globally
- Highcharts data off by one day
- Highcharts 'Reset Zoom' after calling setExtremes
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Highcharts dynamically add/change yAxis plotLines
- Highcharts - how to properly update series[0].data and yAxis title of a VUMeter?
- Highcharts labels cut off
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Remove space between yAxis and data in highcharts
- Hide first yAxis label in Highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- highcharts link series such that turn one off turns off the other
- Highcharts yaxis labels Format
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- Highcharts yaxis higher values displayed lower
- Highcharts data label getting cut off
- Decimal values for yAxis categories in Highcharts
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- Highcharts - time off by 1 hour
- Highcharts date off by one day
- Highcharts yAxis text rotation issue in IE8
- Highcharts - Data label cut off
- Highcharts yAxis is not scaling to fill available height
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
More Query from same tag
- Highchairs Tooltip not showing accurate date time
- Date changes after going through $filter()
- HighMaps: Add second data series to tooltip
- how to set xAxis pointInterval(update: tickInterval) in highcharts
- Sitecore 8 experience editor and jquery
- Changing xDateFormat in highchart tooltip programatically
- Highchart doesn't dispaly a datarange even if there is data
- Dashboard using highcharts.js
- How to show current value on two x-axis using Highcharts?
- Highcharts Density Dot Map Support?
- Date Labels on X Axis Not Showing For Each Column
- Vue encountering problem when importing highcharts-more
- Cannot include high-charts in vue component
- Using an editable table with HighChart and having the chart refresh with change
- Highcharts same types of data with different series
- Highcharts - remove points from series
- High Chart to Image
- Highcharts synchronized charts combining with other charts
- ExtJs Combobox with svg picture (highart) as value
- HighCharts Boost Module and Big Datasets
- Highcharts - combining column chart with scatter chart
- How to show other point property in bubble highcharts using tooltip
- Highchart - change color of one x-axis label only
- Highcharts export: Unable to export rendered arc colors
- Highcharts setData on pie chart not working
- Add Series in Highcharts on the basis of user input
- How to select or highlight the x axis border on click of Y axis label in gantt chart highchart
- Average values based on date from json to array of arrays
- how to pass the dates to the x-axis in the base line high charts instead of the values
- Decimal values for yAxis categories in Highcharts