simple_charts 0.0.2 simple_charts: ^0.0.2 copied to clipboard
Simple charts widgets.
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,
)
Additional information #
Don't hesitate to contribute or to contact me if needed.