Ayush P Gupta
Ayush P Gupta
Thank you for your PR. I didnt get legend size meaning. Can you explain briefly with a screenshot if possible?
This can be done. Will provide an update for this soon.
Thank you for your contribution. Will review soon
@BabkenM Hi, can you please rebase your branch with `master` latest?
I already added this method ``` @override void didUpdateWidget(PieChart oldWidget) { initData(); super.didUpdateWidget(oldWidget); } ``` Looks like this doesn't work. Will check it
For the time being one can add `ValueKey` to pie chart like this: `key: ValueKey(key),` and on changing data you can update the `key` like: ``` RaisedButton( onPressed: () {...
Any example or sample image to your requirement?
Okay. I need to check once. Right now dont have any idea how to acheive this. Do you have any insights?
Thanks for help @fennelhans . Shall fix soon
I tried running example app on flutter 3.0.1 but couldn't find any issue.