I use the highcharts API to generate graphs from information collected in a database, the problem is that when it comes to many points in your series, it HIDES and GENERATES a Mean in periods. .
See the example in this jsfiddle . The highest point shown is 6,888
Butthisistheaverageofthecollectionsmadeat6:00(4.62),6:05(9.14)and6:10(5.13)/strong>.Theproblemisthatwhendoingananalysisyoucannotknowhowfaryoureachedunlessyouzoom.see:
I do not want it to show average! I want you to show point by point, how should I set up my chart? I already looked in the documentation but I did not find anything: / can someone help me?