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 data filtering component #415

Closed
1 task
gongzhxu opened this issue Apr 19, 2024 · 1 comment
Closed
1 task

Add data filtering component #415

gongzhxu opened this issue Apr 19, 2024 · 1 comment
Labels
upstream/outside it seems out of our scope to do the thing

Comments

@gongzhxu
Copy link

Describe your proposal

I want to add filtering conditions to the chart so that the data can be displayed based on the selected conditions, such as time dimension, etc.

What the feature/improvement it should looks like?

At the top of the icon, you can customize the filter conditions and filter buttons. When the button is clicked, the chart will be redrawn.

Other information

No response

Willing to implement it?

  • Yes, I do
@gongzhxu gongzhxu added the enhancement New feature or request label Apr 19, 2024
@Koooooo-7
Copy link
Member

Hi @gongzhxu , it seems more in the js stuff since go-echarts does not support to do such styling functions dynamicly.
Based on the latest go-echarts version.
I think you could do it with the echarts instance injection (%MY_ECHARTS%) with JS functions to reset/populate the dataset or options.

@Koooooo-7 Koooooo-7 added upstream/outside it seems out of our scope to do the thing and removed enhancement New feature or request labels Apr 30, 2024
@Koooooo-7 Koooooo-7 closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream/outside it seems out of our scope to do the thing
Projects
None yet
Development

No branches or pull requests

2 participants