You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two bar charts in the same bar chart, this is my defined points:
points: [
{ label: "Planned", value: 41.1 },
{ label: "Realized", value: 15 }
],
I want a different color for every bach chart, how can I do that?
Thank you,
Goran
The text was updated successfully, but these errors were encountered:
Hi,
I have two bar charts in the same bar chart, this is my defined points:
points: [
{ label: "Planned", value: 41.1 },
{ label: "Realized", value: 15 }
],
I want a different color for every bach chart, how can I do that?
Thank you,
Goran
The text was updated successfully, but these errors were encountered: