In any chart wrong date is showing as you can see from the image, 14th March is the actual date given but the output is displaced by 1 and showing 13th March.
I googled all over and found nothing
In any chart wrong date is showing as you can see from the image, 14th March is the actual date given but the output is displaced by 1 and showing 13th March.
I googled all over and found nothing
Unfortunately, we were unable to reproduce the problem.
However, almost every date-related issue can be solved by adjusting the zoom level.
// zoom the timeline to the given dates
function zoomToDates() {
chart.zoomTo(Date.UTC(2018, 1, 3), Date.UTC(2018, 1, 6));
}
We encourage you to try out the zoom setting demo in our Playground.
We hope you find this solution to be suitable for you!