I try display with Highcharts-Xrange 70,000 measuring points. However, after a few hundred no longer a graph is drawn
I work with C #, Ajax, Java
The project itself is unfortunately several hundred Mb big, I put a small data extract the Data file in.
var ChartData = [{"pointWidth":5,"data":[
{"x":1460655420413,"x2":1460655422865,"y":10,"EName":"OVR 1","EValue":" / Wert: 90 %","color":""},
{"x":1460655452292,"x2":1460655454414,"y":10,"EName":"OVR 1","EValue":" / Wert: 2 %","color":""},
{"x":1460655456383,"x2":1460655457342,"y":10,"EName":"OVR 1","EValue":" / Wert: 4 %","color":""},
{"x":1460655457342,"x2":1460655488705,"y":10,"EName":"OVR 1","EValue":" / Wert: 100 %","color":""},
{"x":1460655490963,"x2":1460655495353,"y":10,"EName":"OVR 1","EValue":" / Wert: 70 %","color":""},
{"x":1460655495353,"x2":1460655497142,"y":10,"EName":"OVR 1","EValue":" / Wert: 6 %","color":""},
...