Skip to content
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

assignColor can't accept a color object #285

Open
RichardNeill opened this issue Oct 24, 2017 · 1 comment
Open

assignColor can't accept a color object #285

RichardNeill opened this issue Oct 24, 2017 · 1 comment

Comments

@RichardNeill
Copy link

It's possible to do:
myChart.assignColor("Good Performance", "green", "black", 0.8);

but it's not possible to do this:
var myColor = new dimple.color("green","blue", 0.5);
myChart.assignColor("Good Performance", myColor);

@santosh-k1
Copy link

santosh-k1 commented Sep 23, 2019

@RichardNeill how to assign custom color for particular chart ... i have used above color but shown default colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants