score:0
set a maximum width for the container to fix this buggy chart like here, apparently something goes wrong with large widths resulting in an error cannot read property 'r' of undefined
, this seems to fix the problem:
<div id="container" style="height: 400px; min-width: 310px; max-width:1024px"></div>
score:0
indeed, it looks like a bug in 1.3.10
version (1.3.9
works fine: http://jsfiddle.net/57ljg/14/show/). workaround is indeed to set max-width, but that will work only for a certain datasets (different number of points == different max width).
i have already reported this here: https://github.com/highslide-software/highcharts.com/issues/2834
thanks!
Source: stackoverflow.com
Related Query
- Code works on fiddle but not when I do /show
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- event.ctrlKey works in IE and Chrome but not Firefox on legendItemClick
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- HiChart click event 1st time it's working but when I update the data then click event is not working
- Highcharts stacked column stackLabels do not show when axis is reversed
- Highchart is not showing in heroku, but works in local environment
- Highstock shared tooltip multiple series - show data for line when not on point
- Highcharts oncahnge event It works on the first try but not on the second try
- Highcharts data from a variable is not working but from works fine from an array
- HighCharts not working on Safari but works fine on Firefox and Chrome
- Setting additional data to Highchart series via <%= #{} %> works for integers but not Strings
- Highcharts not displaying data but drawing chart when reading from CSV file
- Simple Highchart works as seperate .js file, but not in view
- scrollable highchart works in JS but has issues when running through Angular HighCharts?
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Highchart Combination Chart Area Range not displaying on chart but line chart works
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highchart / Highstock shows unformated tooltip lable when data grouping enabled but not used
- JavaScript - Chart does not show when is inside a div tag
- highchart select an area to show some info by clicking and drag mouse but not release
- xAxis.Categories does not works in highcharts when used with range selector
- Yii HighCharts not displaying from $vars but display when hardcoded
- Bars does not show up when loading JSON encoded data from PHP in Highcharts
- Highcharts, How to show datatable when export PDF and not show pdf when normal with Drilldown Chart
- Highcharts, How to show datatable when export PDF and not show pdf when normal
- HighChart - Stacked Bar chart - To show dash line over the bar chart but it is not visible on Left side of the bar
- Highcharts Legend issue: I Wanted to make Legend 100% width and text center align it works fine in crome but it is not aligned center in firefox
- In Highcharts How to keep rectangle such SVG elements attached with series data but not with pixel when resize,reflow,redraw,zooming in out?
- Highcharts axis does not show properly values when numbers are so small
More Query from same tag
- Divs too wide when hiding/showing
- Can I set a minimum positive and a minimum negative axis value in Highcharts
- angularjs & highcharts - setting up properties in directive
- Using Highcharts to show multiple stacked bar charts next to each other
- Highcharts: series does not update if previous array only had null values
- Highcharts: How to change colors of all areas except hovered one on MouseOver event in area plot
- In polar chart, connect each series on base with an individual line
- How I can Add Start and end point in stacked bar chart in chart js?
- Use highcharter inside a function
- Highcharts bubble horizontal stacking
- Highcharts diffent color @ Temperature Line
- @Param Plumber Doens't work with Highcharts - R
- Ordering of non-grouped columns in Highcharts
- high charts from csv not drawing the chart on refresh page
- highcharts dynamic use of plugin grouped_categories
- Highcharts dates
- HighCharts: Link target in SVG
- Highstock compare previous data point when date does not exist in series
- Multiple y-axes causing range to have too much padding
- HTML5 Chart library that supports pinch zooming
- How to add image in Highcharts Title and subtitle
- Print Highstock with custom html
- Image inside Highcharts ring
- HighChart pie does not display any data
- Highchart world map rendering too slow in edge legacy browser
- Setting tick interval dynamically in highstock chart
- Highchart duplicates data on chart instead of refreshing it
- Add dynamic series
- individual point settings in a scatter/line plot
- Simple Highcharts chart not working in Firefox