advanced_bar_chart 0.0.4
advanced_bar_chart: ^0.0.4 copied to clipboard
Create versatile bar charts in any orientation with advanced, customizable pop-ups in Flutter, and easy boundary control.
0.0.4 #
Added crossAxisAlignment.end for axis labels.
0.0.3 #
Added axisBarSpace parameter in [BarChart].
0.0.2 #
Removed SizedBox and now using ConstrainedBox with dynamically assigned constraints. Fixes the bug, causing when using inside an infinite height/width widget, like Column.
0.0.1 #
Initial Commit