Home Forums Chart Support can we get series minimum and maximum value of datapoints Reply To: can we get series minimum and maximum value of datapoints

#22628

I’m sorry, the link was not shown in the previous message. I’ll write it again.

Thank you very much. It is ok. Congratulions!
Last question. is possible to draw this chart but dinamics data? Link: https://canvasjs.com/html5-javascript-line-chart/ (see picture in archive http://prntscr.com/kv9sp9 ) Similar at striplines but pointing specifically to the datapoint (max and min). I understand that if know the datapoints, i can to indicate manually
{ y: 520, indexLabel: “highest”,markerColor: “red”, markerType: “triangle” },
{ y: 410 , indexLabel: “lowest”,markerColor: “DarkSlateGrey”, markerType: “cross” },
but i can not to draw the highest and lowest point when the data are dinamics. I can to draw the stripline with max and min but only points no.
nullThanks for your help.