Saad Ahmed
Results
3
comments of
Saad Ahmed
I have used these options, data labels and animations. ``` options: { dataLabels: { enabled: false }, chart: { animations: { enabled:false } } } ```
> You should up your compileSdkVersion to 33 it worked
> The **CupertinoScrollbar** widget's **isAlwaysShown** property is deprecated and is now preventing the code from compiling. It needs to be replaced with : **thumbVisibility** > > Please fix it by...