graph_gap 0.0.1 graph_gap: ^0.0.1 copied to clipboard
A new package to show simple bar graphs for given values.
This packages is for building simple bar graphic.
Features #
The height of each bar is going to be calculated based on the max value of the list [values].
Example #
GraphGap( widthGraph: 60, horizontalSeparation: 20, verticalSize: 300, horizontalSize: 300, titles: const ["January", "February", "March", "April"], values: const [ 10, 30, 25.3, 0, ], ),