Generate different colors
DamienCassou opened this issue · 3 comments
DamienCassou commented
mpereira commented
I'm seeing very similar colors as well.
davidmerfield commented
Are these all using luminosity: 'dark'
? Would you mind sharing your usage of the library, e.g.
randomColor({ count: 6, luminosity: 'dark' });
DamienCassou commented
Using luminosity: 'dark'
does not make things better:
My code just does:
randomColor({count: labels.length, luminosity: 'dark'})
The code is at DamienCassou/piechart#2.