Settings and activity
1 result found
-
3 votes
Could a polygon series work for you? http://jsfiddle.net/highcharts/n43L0a2x/
An error occurred while saving the comment An error occurred while saving the comment Tomasz Waszczyk commentedThanks for code. Issue is that I do not know in the code:
[Date.UTC(2016, 1, 29), 100],100 - i do not know it. I need to draw exactly the same polygon but based only on:
Date.UTC(2016, 1, 20) and let say Date.UTC(2016, 1, 29),
and then maximum of price with respect to mentioned time window is ploted a top border of polygon. I hope that I expained it in clear way. Is it possible ? Once more time thanks for code !
Tomasz Waszczyk shared this idea ·
I have a data series with respect to time. So, having two dates let say 1.1.2010 and 30.1.2010 iterating through all elements between 1.1.2010 and 30.1.2010 I am able to find max and/or min. Right ?