Rotate bar chart 90 deg? #1065
Replies: 1 comment 2 replies
-
Look at this #113 |
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
-
My client is looking for a bar chart, like the example in bar_chart_sample2.dart. But wants to rotate it 90 deg and have a large list of items. For example, the attached image would contain 80+ items, and would be scrollable (up and down).
Is there a way to rotate the chart? Can it handle a large number of items? Would I be better off creating a bunch of smaller charts (assuming I could make them at 90 deg) and put them in a ListView?
Beta Was this translation helpful? Give feedback.
All reactions