score:1
Accepted answer
I found the solution, but still don't understand the problem.
To fix this I had to explicitly provide the width and height of the chart via:
chart: {
height: $('.left').height(),
width: $('.left').width()
}
updated fiddle
score:1
Full answer you can find here. This is caused by not calculating width/height of the element in browser, when isn't displayed.
Source: stackoverflow.com
Related Query
- Highcharts fadeIn produces plots larger than containers
- Highcharts Interactivity between plots - looking for code improvements
- Highcharts 3 cannot render more than 1000 points in one series
- Highcharts - animations other than the default
- Highcharts buggy with more than 999 items in series data?
- Highcharts - Negative values, set y-axis to greater than 0?
- 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
- Browser hanged while plotting more than 10000 series using Highcharts
- Creating a histogram with distribution curve, where the curve series is larger than the bin series
- highcharts donut pie - different color for the data than its drilldown
- HighCharts Stock Chart error code 18
- Highcharts slow performance when adding more than 10 series
- different tooltip than x-axis category text - highcharts
- highcharts change rendered image source on click
- highcharts - error when updating a series to have less categories than previously
- 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
- Highcharts on click show larger graph
- How to Load More Than One CSV Using Highcharts Data Module
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- How do you get Highcharts to scale up image contents rather than add more details?
- passing formatting JavaScript code to HighCharts with JSON
- HIghcharts column graph with more than 50 data points
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Rendering more than one chart with Highcharts using Angular js Directives
More Query from same tag
- Javascript Highcharts rename or remove series label in chart
- Highcharts: are multiple legends possible?
- Dispatch event `click` on plot options of pie highchart generate a redraw of chart.
- Conflict between Highcharts and JQuery 1.8.2
- Json to Chart using highchart export server with Node js module its throw error
- Highcharts Area chart gradient fill
- maxPointWidth causing more gaps for bars within each x point, in basic Column chart
- Export chart with image not working
- remove inline styles from svg in highcharts
- Highchart/Highstock Data sampling
- onclick on spiderweb chart open new one for details
- Custom tooltip names Pie Chart
- Highstock, split tooltip and opposite xAxis?
- Call addPoint hang in HighCharts
- HighCharts Parameters meaning - plotX,plotLeft,shapeArgs
- HighCharts: align rotated multiline label
- Highcharts: how to separate stacked columns on datetime axis
- populating highchart series by looping my query every month
- Is there a option in highcharts like the 'ordinal' in highstock?
- How to make the selection of individual series dynamic in highcharts even after setting max and min?
- Highcharts Polar Chart Manually setting individual slice widths
- highcharts bar chart square legend
- Highchart, One column as background for another
- column highchart overlapping and axis X line issue
- How to make highchart span over whole x-axis?
- Show only one border of one bar in highcharts
- Highcharts load date values in X axis
- highchart legend multiple position ? first legend left and 2nd legend right show in a chart
- Entire Highchart API calling from JSON file
- Highcharts event handler after finishing redraw