Jacco van den Berg

Results 222 comments of Jacco van den Berg

Sorry I have not had the time to give the tests a good look, I will try to look at it later this week

@etimberg maby best of we revert this change for now. What do you think?

The config is valid so this should be resolved by the mentioned issue.

Opened an issue on the cdnjs github about this: https://github.com/cdnjs/packages/issues/1909

Do you also have a reproducible sample of this failing and crashing?

You can use a custom `generateLabels` function to achieve this: https://jsfiddle.net/r5f37oz0/ ```js generateLabels(chart) { const datasets = chart.data.datasets; const { labels: { usePointStyle, pointStyle, textAlign, color, useBorderRadius, borderRadius } }...

I don't have a direct answer for you. But you can always look at the source of the scale and use it to implement your own custom scale that does...

You can only stack the x axis as you suggested: ```js options: { scales: { x: { stacked: true } } } ```

Is there any update on when this issue will be resolved? Adding a comment to a package reference that it should not be deleted because it will give only runtime...

As described in the docs here a date adapter is required for the time scale to work: https://www.chartjs.org/docs/latest/axes/cartesian/time.html#date-adapters