LearnNewsExamplesServices
Frontmatter
id5411
titleAdd support for AmCharts version 5
stateClosed
labels
enhancementepicstale
assigneestobiu
createdAtJun 7, 2024, 2:33 PM
updatedAtSep 25, 2024, 4:34 AM
githubUrlhttps://github.com/neomjs/neo/issues/5411
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 25, 2024, 4:34 AM

Add support for AmCharts version 5

Closed v8.1.0 enhancementepicstale
tobiu
tobiu commented on Jun 7, 2024, 2:33 PM

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.

tobiu added the enhancement label on Jun 7, 2024, 2:33 PM
tobiu added the epic label on Jun 7, 2024, 2:33 PM
tobiu assigned to @tobiu on Jun 7, 2024, 2:33 PM
tobiu cross-referenced by #1562 on Jun 7, 2024, 2:40 PM