Hi there,
Thank you for this wonderful tool.
I am building a custom chart widget. And when i compared it to already built in charts. Then I found out one amazing feature. Let me explain it by an example.
Suppose there is a bar chart opened in full screen view mode and when i click on one of the bars a table popped up below and filtered the rows. Something like this below:
My Question is: How can i achieve that with my custom chart widget?
Hello there @shahabgohar,
You can do inside your view whatever you wish to do. In this case, you would need to make that chart’s bar a clickable element in the view you control, and whenever someone clicks on it, you could use the API to query for the information related to whatever you are showing in that bar.
Then you could use the information you retrieved to recreate the data inside the items as shown in the video you sent
1 Like
Thank you very much for guidance
Happy to help @shahabgohar !