Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AmCharts version 5 #5411

Open
tobiu opened this issue Jun 7, 2024 · 0 comments
Open

Add support for AmCharts version 5 #5411

tobiu opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request epic A big time intense ticket with related sub-tasks

Comments

@tobiu
Copy link
Collaborator

tobiu commented Jun 7, 2024

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 tobiu added enhancement New feature or request epic A big time intense ticket with related sub-tasks labels Jun 7, 2024
@tobiu tobiu self-assigned this Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic A big time intense ticket with related sub-tasks
1 participant