Frontmatter
| id | 5411 |
| title | Add support for AmCharts version 5 |
| state | Closed |
| labels | enhancementepicstale |
| assignees | tobiu |
| createdAt | Jun 7, 2024, 2:33 PM |
| updatedAt | Sep 25, 2024, 4:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5411 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 25, 2024, 4:34 AM |
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
rootlogic 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.