simple_charts

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator