Open RichardNeill opened 7 years ago
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);
@RichardNeill how to assign custom color for particular chart ... i have used above color but shown default colors
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);