Change bar color per data bar? #11385
theodufort
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@theodufort maybe I misunderstood your need, but I think what you are looking for is already implemented by setting the https://www.chartjs.org/docs/latest/samples/scriptable/bar.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to find a way of changing specific data bars inside a dataset without having to split the bars in multiple datasets using the backgroundColor property.
A good way i though of would be of adding a parameter for each bar specifying its color like so:
x: date.valueOf(), o: open, h: high, l: low, c: close, backgroundColor: "yellow"
Is this something that is already implemented?
Beta Was this translation helpful? Give feedback.
All reactions