Last updated:
0 purchases
graph gap
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,
],
),
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.