score:1

i know your looking for direct integration, but you can use the node export server.

https://www.highcharts.com/blog/news/256-introducing-the-highcharts-node-js-export-server/

how i use it is, i post to highchairs on the server, get the svg, and display that in flutter. it's not as nice as local, but it works for a good number of use cases.

the same technique can be applied using any server-side svg chart renderer.


Related Query

More Query from same tag