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,
,
),