score:7
Accepted answer
This problem is a bug and it is reported here: https://github.com/highcharts/highcharts/issues/8477
To make it work in versions lower than 6.1.1 use this workaround:
Highcharts.wrap(Highcharts.Axis.prototype, 'getPlotLinePath', function(proceed) {
var path = proceed.apply(this, Array.prototype.slice.call(arguments, 1));
if (path) {
path.flat = false;
}
return path;
});
Live demo: https://jsfiddle.net/BlackLabel/grpwztL3/
Source: stackoverflow.com
Related Query
- Labels are not rendering for plotLines highcharts
- Why are the labels for my opposite yaxis in Highcharts not showing up?
- Highcharts not displaying data labels for Pie chart in arabic
- Highchart (Column Chart) : Few data labels are not appearing for a series
- Highcharts - Overlapping scatterplot labels are not readable
- Highcharts not rendering labels from an html table
- Highcharts - Column labels with different widths are not aligned
- How do I not show GMT and Timezone labels for Highcharts
- Highcharts - second xAxis labels are not displayed
- Highcharts not showing all labels for rows
- Display of plotted point labels not appearing properly on X Range Chart for the first date of month - Highcharts
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highcharts Gantt - data labels in top row are not respecting y offset positioning
- Highcharts multiple yAxis, the second yAxis labels are not showing but the title is
- highcharts are not rendering in grails views
- Highcharts text labels for y-axis
- php: laravel slow view render time when rendering javascript for highcharts
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts shared tooltip for line series and scatter plot not working
- highcharts graphs in bootstrap tabs are not displaying properly
- Not rendering VU-meter Gauge chart using HighCharts in Durandal
- Highcharts gauge not rendering text
- Using highcharts with rails not displaying plotLines
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Multiple Axis Graph not displaying labels
- highcharts data labels overlaps the plotlines value
- Highcharts not displaying series data for graph with multiple Y-axes
- Highcharts - CUSTOM DATA LABELS in line series, are disappearing on window resize
- highcharts - precision for stacked column chart data labels
- Highcharts annotations not rendering
More Query from same tag
- Highstock month dataGrouping with Jalali/Persian dates
- I want to show all lines but just legend of one of them in highchart
- Datalables alignment doesnt work in Highchart Timeline
- JavaScript for loop returns last item in array only
- Unable to Export HighCharts from IE
- Object structure changed internally
- Incorrectly displayed plot band icon in Highcharts
- Highcharts JS: barchart select the only selected bar without the rest in series
- Is there a way to use some of the highcharts-stocktools-toolbar items?
- Highcharts with datatable
- Graph in popup and separate Div in Leaflet
- How to add a second xAxis to Highcharts Stockchart
- highcharts drilldown not working
- Highcharts - How can I get the nearest point on click event
- Highcharts - Unnecessary space issue in pie chart
- highcharts export differs from presented one
- Highcharts: Remove padding around column chart
- Getting "Highcharts error #17" when creating histogram (using Highcharts with Angular 6)
- Show only some series in HighCharts spline chart
- Plot Histograms in Highcharts
- using gauges in ionic 3
- highcharts column stack label
- Is a Highcharts heatmap possible with a datetime axis, in a single row?
- Remove Highchart series in shiny
- Scrape data from dynamic Highcharts visualisation
- Highcharts Sync charts vertically
- Make Highcharts' setExtremes off tick with two yAxis
- How to set new data then reverse to original data in Highcharts?
- Get All Points for a particular Tick value
- highcharts: resize exporting dropdown