danpanaite/flutter_radar_chart

float and double datas are not supported

Closed this issue · 2 comments

While we were using this module, we found out that when we give the float data it threw errors, and we can see that the dataset is defined as list<list>, it is very weird to not allow floats and doubles in data graphs, please fix this problem, thanks

Hi there, version 0.2.1 should now address this issue. You can view the fix here: e7a66b9

FYI, this repository is not actively maintained, so I encourage anyone to make contributions on any issues found.

It worked, thanks for your help