Replies: 4 comments
-
@kekecr Thank you for using BlazorBootstrap! Could you share a real-time scenario where you would want to implement a click event? |
Beta Was this translation helpful? Give feedback.
-
like here https://www.wapmat.com/, the auction chart, I have it set up with apache echarts, so when you clcik on a bar a new data set is loaded. I decided to rewrite the code with bootstrap blazor and was wondering if i can make the same functionality with blazor bootstrap bar chart. And also if it is possible to add zoom slider window to bar chart like on the echart on above site, makes it easier to clik on a bar. |
Beta Was this translation helpful? Give feedback.
-
Onclick event on the bar chart would be much appreciated. I have a chart where i have a sub page for each bar. I want to be able to navigate to the sub page when clicking on the bar. |
Beta Was this translation helpful? Give feedback.
-
@gvreddy04 can you please share update on this, trying for pie chart onclick event. when clicked on pie chart want to know which label being clicked. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to add an onclick event to bar chart so that when you click on a bar new data is fetched form the server based on the bar index you clicked on
Beta Was this translation helpful? Give feedback.
All reactions