Last updated:
0 purchases
simple charts
Light widgets to display charts.
Features #
Display percentage chart.
Display date chart.
You can customize the display or not of the X and/or Y Axis.
Usage #
Easy to use.
Juste provide the needed data.
final data2 = {
'Data 1': 0,
'Data 2': 1,
'Data 3': 2,
'Data 4': 3,
};
PercentageChart(
data: data2,
height: 200,
thickness: 2,
)
copied to clipboard
Additional information #
Don't hesitate to contribute or to contact me if needed.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.