Shared backDrawRodData between multiple rods #1708
ospaarmann
started this conversation in
General
Replies: 1 comment 2 replies
-
To add to this: If it was possible to set the background on BarChartGroupData, that would fix the issue. If this is something people want I would offer to raise a PR. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all: Thanks for the great library.
I try to implement a graph where I have two rods for each day and a shared backgorund. This seems to not be possible. Maybe I'm missing something. If not: That is in my opinion a very common design and would be a great addition to the library.
This is how it should look like:
This is what I managed to do:
The code that does not achieve it... If I add
backDrawRodData
to both rods, I just get two distinct backgrounds.Beta Was this translation helpful? Give feedback.
All reactions