randomColor
randomColor copied to clipboard
Generate different colors
Even in the latest release which is supposed to return very different colors, I get similar ones:

I'm seeing very similar colors as well.
Are these all using luminosity: 'dark'? Would you mind sharing your usage of the library, e.g.
randomColor({ count: 6, luminosity: 'dark' });
Using luminosity: 'dark' does not make things better:

My code just does:
randomColor({count: labels.length, luminosity: 'dark'})
The code is at https://github.com/DamienCassou/piechart/pull/2.