thekeenant / fcharts

:bar_chart: Create beautiful, responsive, animated charts using a simple and intuitive API.
https://pub.dartlang.org/packages/fcharts
MIT License
326 stars 46 forks source link

multi line charts documentation not sufficient #28

Closed maheshj01 closed 5 years ago

maheshj01 commented 5 years ago

The documentation is not enough,please provide some detail documentation on How to use multi lines in in Linechart and please specify what each property is about

thekeenant commented 5 years ago

Maybe check out this example? https://github.com/thekeenant/fcharts/blob/master/example/lib/line/cities.dart

Most of the properties are pretty self explanatory, but more documentation would definitely be useful, I agree.