Results 2 comments of SimarLab

@kurkle Since the dataset is dynamic I first create the chart instance with the following values for scales ed plugins inside options: ``` options: { scales: { x: { type:...

> I'd think the issue is probably that you need to define the limits in millis (`new Date('2022-04-15 16:00').valueOf()`). Yes, it seems to work. Thank you, you saved my day.