flutter_charts
flutter_charts copied to clipboard
Charts Library for Flutter, written in Dart with Flutter.
Greetings! Is it possible to swap axes in a line chart? That is, the diagram will be built not from left to right, but from bottom to top.
I had to change all the hashValues to Object.hash. Also, in legend_entry_layout.dart I had to change line 134 Them.of(confext).bodyText2!.color to Theme.of(context).colorScheme.onPrimary
Have som dependencies that breaks on: ``` Because no versions of flutter_charts match >0.5.2 =4.0.0-beta.4 depends on decimal ^3.1.0, flutter_charts ^0.5.2 is incompatible with flutter_resizable_container >=4.0.0-beta.4. So, because m_portal depends...