How can I have stacked and grouped columns in one chart? #1053
Replies: 2 comments 1 reply
-
Very possible. Please see the BasicComboChart from the samples. sample/compose/src/main/kotlin/com/patrykandpatrick/vico/sample/compose/BasicComboChart.kt Also, the closed issue #1042 I don't understand what you mean by "next to each other". Don't you mean superimposed, like this example? I know One is a line chart here, because boxes hide boxes. Maybe you mean 3D chart? I haven't seen that on Android. |
Beta Was this translation helpful? Give feedback.
-
Hello, @robertlinsener. As per #660, there is no built-in solution for this at the moment, but we will consider adding it.
You can still achieve this via subclassing. The exact approach described under #660 won't work anymore due to API changes, but the principle is the same. |
Beta Was this translation helpful? Give feedback.
-
Question
Hey,
is it possible to have two stacked columns next to each other? So they have different y-values but same x-value.
Thank you for this amazing library!
Module(s)
No response
Platform(s)
Android
Platform version(s)
No response
Vico version(s)
2.1.0
Beta Was this translation helpful? Give feedback.
All reactions