neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.89k stars 161 forks source link

Add support for AmCharts version 5 #5411

Closed tobiu closed 1 month ago

tobiu commented 5 months ago

Currently, our main thread addon is limited to v4, which is quite outdated at this point.

v5 has several breaking changes, so it would be close to a rewrite.

Sadly, we can not use the library inside a worker yet. While we can move the ownership of a canvas node directly to our canvas worker, their root logic seems to require a div: https://www.amcharts.com/docs/v5/getting-started/root-element/

On top, there is most likely no ES version with relative import paths.

I will double check this.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 14 days since being marked as stale.