How to troubleshoot a Highcharts script that's not rendering data when date is added and hanging the JS engine with large datasets?
- by ylluminate
I have a Highchart JS graph that I'm building in Rails (although I don't think Ruby has real bearing on this problem unless it's the Date output format) to which I'm adding the timestamp of each datapoint. Presently the array of floats is rendering fine without timestamps, however when I add the timestamp to the series it fails to rend. What's…