score:1
Accepted answer
The problem is related to this reported issue on Highcharts GitHub: https://github.com/highcharts/highcharts/issues/8218
As a workaround, you can call reflow
after a chart is loaded.
chart: {
events: {
load: function() {
this.reflow();
}
}
}
Live demo: https://jsfiddle.net/BlackLabel/vdLy2a0z/
API Reference: https://api.highcharts.com/class-reference/Highcharts.Chart#reflow
Source: stackoverflow.com
Related Articles
- Highcharts sankey diagram node rearrangement
- Different node tooltips in highcharts sankey diagram
- Highcharts - Line breaks from node to node in sankey diagram
- Is there any way to highlight specific node on click | Highcharts Sankey
- DataLabels formatter not working in Highcharts Sankey Diagram
- Highcharts Sankey diagram issue
- Highcharts JS - Sankey Diagram Axis
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- d3 and Highcharts diagram with parent and common node
- HighCharts Sankey Diagram in R
- How to load data from a CSV-file to a Highcharts sankey diagram
- Highcharts - restrict sankey diagram to only one level
- Highcharts : Venn Diagram how to show total and union numbers?
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Node JS, Highcharts Memory usage keeps climbing
- Highcharts - bubble diagram need smaller bubbles infront of bigger
- Highcharts sankey diagram, series color
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- passing formatting JavaScript code to HighCharts with JSON
- Drilldown in Sankey Diagram
- iPad - Highcharts interferes with links in the drop down
- highchart plotline can have move animation?
- how to pass multi sereis data with dual y axis chart in highchart
- Highcharts: Draw line from data markers to axis?
- Highcharts enable pan without holding panKey
- Testing Highcharts (JS charting library) with Cucumber
- Unknown date format in Api
- Highstocks rounding values, and range not accurate for more then two hours of viewing
- Use different object property names for x and y axes
- How to change the background series colour of Highcharts Radar chart
- How to resize card content to its size in material ui?
- Rename legend on export in highchart
- Highstock Highcharts date time data on Xaxis
- highcharts-ng model data not working
- HighCharts - show xaxis titles
- High Charts show series maximums below chart
- Set Highcharts plot area margin
- Highcharts - Labels cut off
- HIghcharts Treemap Groupby leaf objects at Level 1(Parent) and group by child at Level1(Sub objects)with custom color coding
- Enable/Disable `Navigator` pane in Highchart