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 Query
- 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 chart keep increasing its height on browser resize
- 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?
- Disable dataLabel if its width is more than height of its bar in highCharts
- 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?
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- 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
More Query from same tag
- How do I get the value of a highcharts graph point on mouseover?
- How to show the transition in highchart series graph without refreshing the html webpage?
- How to find series name in Highcharts for mouseOut-event?
- How to set a full length background in a Highcharts bar chart?
- Making a graph in php, mysql with highcharts
- Basic Highcharts Multiple Series Chart Using JSON
- Disable stacklabel for scatter line in highchart?
- highchartjs create label for column
- Datatable Highcharts
- HIghcharts column graph with more than 50 data points
- Multiple series in Highcharts with multiple drilldowns
- How can highcharts linear scale or log scale button enabel and zoom in or out full page
- Highcharts missing information in scatterplot CSV/XLS export
- Highcharts highstock tooltip series order
- Chart area exceeding series length
- How do you process large amounts of data without using a database?
- putting an image in each category in Highcharts
- Drilldown multiple levels and multiple type Highchart
- Highcharts stacking side by side comparison
- Highmaps limit zoom range breaks zooming out
- Rescale Y-axis in Highcharts after zoom while maintaining zoomType=x behavior
- 3D Pie Drilldown chart in highcharts
- Highcharts - areaspline with negative values, area should be always at the bottom
- How to show multiple sets in a Highcharts Venn chart?
- Rails: Pie Charts legend in Chartkicks
- Using different list for names of each point in highcharts in javascripts
- Highstocks Multiple x-axis or just remove date and use numbering
- PIE CHART - Data Visualization With DataTables and Highcharts
- Reverse Axis in Highcharts get data from table
- How to increase and decrease the height of the gridlines in advanced accessible highcharts