I would actually recommend ChartsJS-Plugin-ColorSchemes. Simply importing it after chartjs will be enough for you to have automatic coloring but adding options will allow you to make custom palettes, for example.
...
options: {
plugins: {
colorschemes: {
scheme: 'tableau.Tableau20'
}
}
}