Skip to content

A Flutter widget to use Apache ECharts (incubating) in a reactive way.

License

Notifications You must be signed in to change notification settings

dJani97/flutter_echarts_overflow

 
 

Repository files navigation

The example code in this repository demonstrates a problem with the Flutter ECharts library.

The chart used in this repository is the exact copy of this example from the ECharts website: Multiple Y-Axis Chart. I did not modify the example in any way.

The main problem is that the third (GREEN) axis is not actually visible in the app. This is probably caused by the offset on that axis, which in this case is not avoidable, since we have so many axes on this chart.

Resizing or applying a scale on the parent Flutter container in any possible way didn't help. It just makes the chart smaller, but the green axis is still cut off. Please contact me if you know how to fix this issue.

Desired result (a screenshot from the ECharts website): How it actually appears in the application:
How it should look How it looks

About

A Flutter widget to use Apache ECharts (incubating) in a reactive way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.7%
  • Other 0.3%