score:1
Accepted answer
You need to disable endOnTick
option for yAxis
, because it is enabled by default:
yAxis: {
endOnTick: false,
...
},
Live demo: https://jsfiddle.net/BlackLabel/dex475zj/
Source: stackoverflow.com
Related Query
- Highcharts: Syncing axis ticks across Multiple Charts
- Highcharts - Multiple Y Axis Stacked Charts
- Highcharts drilldown to pie chart - Clicking on axis label with multiple series causes pie charts to overlap
- How to add custom content that spans across multiple ticks in highcharts
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts - multiple charts
- Highcharts | Making multiple y axis scales
- Highcharts - Multiple Axis Graph not displaying labels
- HighCharts is slow to load data when building multiple charts
- Multiple highcharts charts dynamically created in angular2 on one page
- Highcharts - Multiple Y axis
- Synchronized charts or multiple charts like Highcharts in Android
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts - how to create multiple y axis and group the data series
- Highcharts rangeSelector for multiple charts
- Use of DotNet HighCharts dll to make charts in code behind
- How to show multiple pie charts using highcharts
- How to export multiple charts in HighCharts to one file (png, jpeg, pdf)
- Highcharts synchronized charts with multiple axes datasets
- Change color of series onclick events across multiple highcharts
- Multiple images for Highcharts X Axis Labels
- Highcharts synchronize tooltip on multiple charts with multiple series
- Highcharts grouped bar charts with multiple axes
- How to make multiple charts using highcharts in a loop?
- Charts using Highcharts with multiple series from JSON
- Highcharts - Cross browser charts have different Y axis ranges, how can I ensure consistency?
- Highcharts multiple charts on a single page using c# asp.net mvc3
- Limit ticks on X axis in highcharts with R
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- Highcharts : Export multiple charts to pdf in custom layout
More Query from same tag
- How can I fix the navigator issue in highstock when I have more than 1 series in different time intervals?
- Linking Data in multiple Charts Highcharts
- Highcharts start reversed y-axis at 1 for ranking graph
- Implementing High charts with PHP and Mysql
- How to dynamiccally add and remove highchart in angular 10?
- How to group data in highcharts when zoomed out
- Adding a line of words towards the bottom of chart
- Format used for date in Highcharts - Line with markers chart type
- Combined two types highchart with one legend?
- Highcharts pie chart slice animation only works when an error is thrown
- Export option not visible in Highcharts
- Highchart from select rows in HTML table
- Can I enable scrollbar for datetime x axis in Highcharts columnrange chart
- create column chart in highcharts dynamically from json data
- Remove the strikethrough on legend symbols for line charts?
- How does 'endOnTick' work in Highcharts?
- Highcharts full circle gauge as in Knob js
- Disable marker on certain points on highcharts
- Highcharts: Adding extra text to legend
- How to convert current xhtml page with javascript charts to pdf
- HighCharts - how to customize the tooltip for dynamically added series
- Manually drilldown highcharts
- I have correct XPath but selenium is not clicking in Highcharts popup
- position the markers in highcharts to custom coordinate
- Unusual gradient inside highcharts splinarea
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Highcharts getSVG() - Keep HTML formatting in legend
- Highcharts Error 15 if xSeries has number in it
- Export data from highcharts in csv file with dates in milliseconds
- How can I resize Arc in highcharts?