[Chartjs]-Two independent time axes in Chart.js

1👍

So, the solution was in time option
All I needed to do was to set time.min to last timestamp of ‘previous’ dataset and time.max to first timestamp of ‘current’ dataset

Codepen example

Leave a comment