score:4
Accepted answer
It is possible to call chart.reflow() when chart is visible.
Example: http://jsfiddle.net/vo8kqrme/
$('#withGraphLength').on('click', function () {
setInterval(function () {
$('#graphLength').highcharts().reflow();
}, 10);
});
Source: stackoverflow.com
Related Query
- Hidden Highcharts not sizing correctly until window resize
- Responsive Highcharts not sizing correctly until window resize
- Highcharts Graph displays correctly ONLY on Window Resize
- Highcharts 's width is not correctly rendered at a hidden div
- Chart not render correctly when maximizing / restoring window or dragging resize bar (SmartGWT)
- highcharts image not resized after window resize
- Highcharts charts don't resize properly on window resize
- Highcharts does not resize charts inside tabs
- Resize highcharts using react-grid-layout not working
- Highcharts Server not loading infile correctly
- Highcharts - CUSTOM DATA LABELS in line series, are disappearing on window resize
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Highcharts - Gauge chart data label not positioning correctly
- How to scale Highcharts height on window resize with React
- Resize highchart based on container changing NOT window resize
- Gauge highcharts is not resize with ionic 2
- Highcharts with boost not rendering correctly at small intervals
- HighCharts - barchart not rendering correctly in IE8
- HighCharts x-axis not displaying correctly
- Highcharts lines not being drawn until browser is resized
- Highcharts - margins update on window resize
- Highcharts export not displaying correctly
- Highcharts window while decreasing not working
- Min/Max yAxis not working correctly in Highcharts
- highcharts 2 variable JSON (Date, Value) not showing correctly
- Highcharts using Django-Chartit. Chart lines not displayed without window resize, or Inspect Element
- Highcharts multiple x axis and yaxis. The width of the 1st x-axis is not in sync with browser resize
- Stack labels not rendered correctly when exporting Highcharts graph
- highcharts waterfall not summing correctly
- Highcharts Chart is not completely hidden if the smartGWT Layout id hidden
More Query from same tag
- Highlight the corresponding y axis on mouse overr over the bar chart based on that axis in highchart
- What are my xAxis labels misaligned?
- Draw JSON result in highchart
- Why Markers points are not aligned with yAxis in Highcharts?
- How to display Multiple Highchart in single page
- Add Series value in legend for pie charts
- In Vue JS, assign data from mounted()
- Highcharts heatmap not rendering squares or rectangles
- Highcharts stickyTracking
- Display legend and colorAxis at different positions in Highchart
- Pyramid chart in rCharts with Highcharts
- How to populate a Highchart graph with Angular
- HighCharts not rendering on Polymer page
- How to update candlestick Highstock chart with new data point
- How to Multiply two arrays and dynamically plot into HighCharts?
- loading a json file to highchart html page
- Add Source to Highcharts Export CSV
- DotNet HighCharts Png Image
- How to identify and format numbers with javascript
- How to style text annotation using CSS in highchart
- Json quotes highcharts
- Highchart Data from HTML table with line series
- Get name of clicked point in Highcharts when the point has drilldown
- how to update Large tree map without redrawing chart?
- highcharts : issue in plotting 2 graphs in 1 chart
- Uncaught TypeError: Object (JS Function) has no method 'apply'
- Testing Highcharts (JS charting library) with Cucumber
- Button positioning in Highcharts and name of chart type
- Horizontal bar chart with outline behind bar
- How to insert json within an array into highcharts?