Arjan Weurding
Arjan Weurding
Well currently when using a different database than MySQL the migrations crash, this happens silently in unit tests, which leaves a half migrated database. This will make it so the...
### Expected behavior I type hint `ChartOptions` or `ChartOptions` for a function and then pass a typehint of `ChartOptions` or `ChartOptions` . Donut.vue: ```vue import { ArcElement, Chart, ChartData, ChartOptions,...
Issue that has been made clear in https://github.com/chartjs/Chart.js/pull/11596#issuecomment-1899486148 Issue also applies to a project of mine where the data is loaded twice, (Once from local storage and once from a...