echart_flutter icon indicating copy to clipboard operation
echart_flutter copied to clipboard

A library that make it easy to draw charts in Flutter.

Results 5 echart_flutter issues
Sort by recently updated
recently updated
newest added

``` TextStyle _convertTextStyle( bool isHidden, BuildContext context, common.TextStyleSpec? textStyle) { Color? color = textStyle?.color != null ? ColorUtil.toDartColor(textStyle!.color!) : null; if (isHidden) { // Use a default color for hidden...

I want to use in my app a button outside the chart that shows alls tooltips in the same moment, it will be very usuful if added a param that...

Hello, This PR contains these changes: --- 1- Change the deprecated property `textScaleFactor` into `textScaler` 2- Convert deprecated property `MaterialStateProperty` into `WidgetStateProperty` 3- Add `margin` property because of this problem:...