infinum / flutter-charts

Customizable charts library for flutter.
https://pub.dev/packages/charts_painter
MIT License
144 stars 42 forks source link

Different types of area graphs #87

Open piyush3dxyz opened 1 year ago

piyush3dxyz commented 1 year ago

Hi I am planning to create area graphs using this library like Step-Area Charts, Spline-Area Charts, Streamgraphs, and Smoothed-Line Charts.

Unfortunately, I've been struggling to find a straightforward method to create these graphs, and I'm also facing challenges with labeling the chart and implementing click-related animations. If anyone has any suggestions or solutions to these issues, I would greatly appreciate your input. Thank you in advance!

itsJoKr commented 1 year ago

Can you elaborate more? Do you have link to image of that chart?