davidmerfield/randomColor

Generate different colors

DamienCassou opened this issue · 3 comments

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

testimage

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:

pie

My code just does:

randomColor({count: labels.length, luminosity: 'dark'})

The code is at DamienCassou/piechart#2.