We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to suggest an improvement to the way how colors are automatically assigned by the algorithm, the current code is in:
dygraphs/src/dygraph.js
Line 1287 in f71d995
From my experience described at davidmerfield/randomColor#50 (comment) this does not work as expected (for larger, ~11) number of elements.
My proposal is to offload this functionality to a specialized library https://github.com/davidmerfield/randomColor/ that works reasonably well, is distributed by npm, bower and has further plans to improve the feature: davidmerfield/randomColor#50
npm, bower
What do you think about that? Cheers,
The text was updated successfully, but these errors were encountered:
Can you include a before/after of the generated colors for N=1, 2, 3, ... in this issue?
Sorry, something went wrong.
(I'm open to changing the color selection.)
I'm still looking at using randomColor, will provide example when implemented. But their demo can be seen at:
randomColor
No branches or pull requests
I'd like to suggest an improvement to the way how colors are automatically assigned by the algorithm, the current code is in:
dygraphs/src/dygraph.js
Line 1287 in f71d995
From my experience described at
davidmerfield/randomColor#50 (comment)
this does not work as expected (for larger, ~11) number of elements.
My proposal is to offload this functionality to a specialized library https://github.com/davidmerfield/randomColor/ that works reasonably well, is distributed by
npm, bower
and has further plans to improve the feature: davidmerfield/randomColor#50What do you think about that?
Cheers,
The text was updated successfully, but these errors were encountered: