I have been using nvd3 for a long time. In nvd3 we have an option to specify automatic graph fill colors.
chart.barColor()
How can I fill random colors in Chart.js graphs without defining each color in datasets?
I don't want to use JavaScript function to generate and get random colors from it. I need something similar to nvd3 barColor()
If there is a possible way, then please help me out.