Hello all I am working in JavaScript and want to generate colors for my graph.And I want a new color for every line and also the color should be light in shade.
I have read about question of color generation in java script
Random color generator in JavaScript
As I want new color for my line so random number generation will not work in my case Also the color should be light
I have read about the colors RGB values but I didn't find them following any pattern as how to choose light color
So any one can please guide me as is there a way to generate colors in sequence (avoid random) and choose only light color or any other function to make dark color lighter
Thanks