Colossus-Services / chart_engine

Chart generator with interchangeable chart engines, like ChartJS and ApexCharts.
Apache License 2.0
21 stars 1 forks source link

Rendering charts outside of 'index.html' #10

Open matthew-william-lock opened 2 years ago

matthew-william-lock commented 2 years ago

Hey !

I came across your package and it looks like a great way to get Apex charts working in a flutter web application!

I do wonder though if it is possible to render these charts to a flutter container/widget instead of having to create DOM elements in an index.html page?

Running a full web application requires a little more than a single static page naturally and I am struggling to find any very powerful flutter graphing tools.

Thanks! 😄

gmpassos commented 2 years ago

chart_engine has two engines in it, Apex and ChartJS, both JS libraries for the browser.

I don't know a way to make this JS libraries to work in a Flutter Widget, since the Widget will need to work as a browser.