-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
dynamically color sample types #14
Comments
I wonder, is it possible to change legend opacity to match that of the input/slider at the top right corner? |
Adding a settings page and a tab for picking colors using colourpicker package should do the trick. Just have color mapping of sample types in a data.frame and update based on |
BTW, @charlie86 if you want to participate on this project, feel free to contact me ([email protected]) and I'll add you to the list. It will save us all the pull request drivel. |
For some reason, I can't get solution using colourpicker to work. @charlie86 can you have a look at this? If you turn this on/off you will notice that the list does not work when |
The problem was that I was using a limited palette for automatic generation of inputs and "square" for the manual one. Since limited palette doesn't hold brewer specified colors, it reverts to black. A warning would be nice... |
Right now, sample types are hard coded. This is not acceptable (work for our sample data right now) and the restriction needs to be relaxed.
The idea is that this should be some sort of a form, where user could change colors for sample types. For example, someone might fancy to color mortality samples with a bright red color.
I'm thinking maybe incorporating a settings page with
colourInput
drawn dynamically. Perhaps there's a better, more compact solutionThe text was updated successfully, but these errors were encountered: