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

How to add data to a bar chart dynamically #295

Open
ppd324 opened this issue Aug 10, 2023 · 4 comments
Open

How to add data to a bar chart dynamically #295

ppd324 opened this issue Aug 10, 2023 · 4 comments

Comments

@ppd324
Copy link

ppd324 commented Aug 10, 2023

I want to dynamically update the data in the bar chart,I want to dynamically update the data in the bar graph on the web page, but I haven't found a suitable function. Is it AddDataset?

@Koooooo-7
Copy link
Member

Hi @ppd324 , there is no functions for this feat now.
I think you could add a custom js into the page and dynamic update the data as workaround.
Once the data change, it will re-render this page immediately.
FYI. echarts - dynamic load data

@beijJxy
Copy link

beijJxy commented Oct 7, 2023

oh This function is so important, why not

@beijJxy
Copy link

beijJxy commented Oct 7, 2023

I want to dynamically update the data in the bar chart,I want to dynamically update the data in the bar graph on the web page, but I haven't found a suitable function. Is it AddDataset?

Did you solve the problem

@ppd324
Copy link
Author

ppd324 commented Oct 8, 2023

No, dynamically adding data should require JavaScript processing,Can draw it on the front end.

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

3 participants