Closed JustAnOkapi closed 1 year ago
If you have data that goes to for example the 7th inclusively, the graph only shows up to the 6th. in example photo you can see a very small sliver of 1px of the 7th day on the right.
Thanks! Apparently Amchart's zoomToDates is [start, end) and not [start, end]
zoomToDates
[start, end)
[start, end]
If you have data that goes to for example the 7th inclusively, the graph only shows up to the 6th. in example photo you can see a very small sliver of 1px of the 7th day on the right.