Side navigation
#10663 closed bug (duplicate)
Opened November 04, 2011 10:39AM UTC
Closed November 04, 2011 01:01PM UTC
Last modified November 04, 2011 01:01PM UTC
Highcharts line chart does not work with jQuery 1.7
Reported by: | istvan.m.antal | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Higcharts is a popular charting library that uses jQuery and generates SVG charts.
With jQuery 1.7, the line chart no longer works, the lines are absent.
Test case: http://jsfiddle.net/mCLRn/
Lines aren't visible in 1.7, they only show once switched to an older version of jQuery.
Highcharts homepage: http://www.highcharts.com/
The test case is the basic Line chart example taken from: http://www.highcharts.com/demo/
This may have something to do with the SVG path element, or anything that is required to show curved lines.
Also the SVG elements seem to be present, which may hint that the browser did not do a repaint.
Tested browsers: recent versions of both Chrome and Firefox.