3
I use the API highcharts 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 an Average in periods..
Take the example on this jsfiddle. The largest point shown is 6.888
However this is the average of the collections made in 6:00 (4.62), 6:05 (9.14) and 6:10 (5.13) averaging (6.88). The problem is that when making an analysis you can not know to which point you reached unless of zoom. see:
I don’t want it to show average! I want it to show point by point, how should I set up my chart? I already searched the documentation but found nothing :/ someone can help me?