entronad / flutter_echarts

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

Home Page:https://pub.dev/packages/flutter_echarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SankeyDiagram

Vanee-Trident opened this issue · comments

Hi,
Is there any plan of integrating SankeyDiagram in Flutter?

Hey!

There is a Sankey section in the Echarts examples:

https://echarts.apache.org/examples/en/index.html#chart-type-sankey

You can use any diagram from the examples. Just copy the JSON from the example and feed to the Echarts widget.

@dJani97 any plans to continue work on Echarts?

@lukylab Hi! I'm not a contributor in this repository, I'm just using it in a couple of projects.

Hi @dJani97 my apologies. May I ask if you are happy with it? I am looking for a package we could use for our little finance app and came across Echarts at https://pub.dev/packages/flutter_echarts, but it seems it was not updated for some time and the scores were not the best, so I am wondering if it is still usable...