-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dynamic coloring of bars, pies, slices, etc .. #5
Comments
i just made an entry to pass a colorstring |
That looks like a great solution. It might be a good addition to the java class and we could also maybe add similar parameters. It's easier to have everything in one flow at one place. There are a lot of options in the parameters though, so I will look into what things we could add to the next version and what parameters are less used or too specific to certain graphs. |
Would it be nice to make the whole options part dynamic? |
What is the best way to give bars, pie's, slices color, during the creation of the data?
I want to do this in a microflow
I can see the conversion of the data in CreateLiteralInitializer, but what about the 'Options' part, where you can pass colors ?
var options = {
width: 400,
height: 240,
title: 'Toppings I Like On My Pizza',
colors: ['#e0440e', '#e6693e', '#ec8f6e', '#f3b49f', '#f6c7b6']
};
The text was updated successfully, but these errors were encountered: