I'm trying to create a scatter plot, but am plagued by js hangs. Created two JSFiddles to illustrate: when the range is -24 to 65465, the browser hangs (http://jsfiddle.net/RVNnP/669/). If I delete the series with the large x values (http://jsfiddle.net/RVNnP/671/), the chart renders.
I've sorted the x values and made sure there are no duplicates, the DIV is not hidden, I'm using Safari 5 and Firefox 9 on Mac to reproduce this issue. Can anyone help?
Thanks.