This repository was archived by the owner on May 13, 2026. It is now read-only.
Bars with diffrent colors #338
Unanswered
BreakTheFakeGIT
asked this question in
Q&A
Replies: 0 comments
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a barchart with exactly two bars, I want them to be red and green. Typing:
defaultColors: ['red', 'green']
just makes both of them red. I also tried changing color in userSerie but again I just managed to color both bars the same. Please help.
All reactions