score:1
Accepted answer
Here: http://jsfiddle.net/BlackLabel/e9Lp3xvu/ I have reproduced the issue without Angular.
The problem is caused by the default value of tickPixelInterval
for y-axis (72). As a solution you can reduce the value.
yAxis: {
visible: false,
tickPixelInterval: 1
},
Live demo: http://jsfiddle.net/BlackLabel/ozLbs8qy/
API Reference: https://api.highcharts.com/highcharts/yAxis.tickPixelInterval
Source: stackoverflow.com
Related Articles
- Does HighCharts have a fundamental minimum height before it's rendering behaviour changes?
- Does highcharts have a callback function for before full chart reload (this should not include legends disable)?
- Does Highcharts have a "trend line" feature?
- Does HighCharts have an option to dynamically add plotLines to xAxis via datetime?
- Does highcharts (or vaadin) have built-in abilities to use an algorithm like Ramer–Douglas–Peucker?
- HighCharts dateformat does not have microseconds (%f)
- highcharts not displaying line when last point is before current x Axis minimum and next point is after current X Axis maximum
- Highcharts 100% height of parent that have 50% height
- Synchronized HighCharts does not work when charts have different width
- How to have multiple highcharts with different series data in vuejs without repeating code
- Can I have a chart automatically size the height (rather than using 400px) using the Highcharts .NET Wrapper?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- highcharts does not seem to be rendering
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Rendering Highcharts using Angular js Directives
- Highcharts - how to have a chart with dynamic height?
- What format does the highcharts js library accept for dates?
- Highcharts jQuery rendering problem - all browsers
- Resize height with Highcharts
- Rendering HighCharts to class instead of id?
- How can I force multiple y-axis in Highcharts to have a common zero
- Highcharts does not resize charts inside tabs
- How do you increase the performance of highcharts chart creation and rendering
- does highcharts.js have a debug mode?
- Trying to set a minimum height on bars in HighStock
- Extend highcharts renderer symbols to have plus sign
- How to set a static minimum value for axes in Highcharts
- HighCharts - increase bar height and reduce bar gap
- php: laravel slow view render time when rendering javascript for highcharts
- Highcharts does not work with wicked_pdf
- Highcharts tooltip bug with stacked column chart
- Highstock: When legend under the chart has many items, the chart height is small. How can I fix the height?
- How to create seriesfor Highcharts from JSON data to use
- Stock High Charts with Custom points on X-axis
- net:ERR_FAILED - My application (Ionic 4 / Angular 7) is giving an error when trying to export a Highcharts
- highcharts group series click event to get all data in catagory
- Find chart by title (Highcharts)
- I am getting same highchart in pdf using jspdf when I am downloading the pdf with dynamic ids on click
- Colum Highchart
- How to align the legends in reactjs Highcharts
- yAxis tickPositioner label on column range chart
- Highcharts polar chart not connecting lines properly
- Highcharts Toggle Stacking for Multi-Axis Chart
- Show how many elements every X time with HighCharts
- Convert group json for Highcharts Donut chart
- Including a chart and selection box as "widgets" in other webpages?
- highstock crosshair width according to zoom
- highcharts - error when updating a series to have less categories than previously
- Getting highcharts to re-animate a line graph
- Loading HighStock with RequireJS