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

type scatterGL not recognized #421

Open
cindy-m opened this issue May 2, 2024 · 0 comments
Open

type scatterGL not recognized #421

cindy-m opened this issue May 2, 2024 · 0 comments

Comments

@cindy-m
Copy link

cindy-m commented May 2, 2024

For our app, we now try to add a scatterGL graph into our application. We already succesfully use line charts. After trying out a lot, we still can't get it to work.
So the main problem is actually, that it does not recognize the 'scatterGL' as a series type. Think maybe adding the echarts-gl goes wrong somewhere. I created a stackblitz with what we have now so far, where one scatter chart should be shown and one scatterGL: https://stackblitz.com/edit/stackblitz-starters-krbomx?file=src%2Fapp%2Fapp.component.ts

The scatter chart is working, scatterGL not. the import of the echarts-gl is added into the main as suggested in one of the solutions we found. Also tried to put into a custom file and importat that, but still did not get it. What am I missing to get it working? We really need the scatterGL because we have a lot of data to fill in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant