Detecting clicking of axis labels?
- Dominant language
- C++
- Stars
- 6.2k
- Forks
- 693
- PR merge metrics
- No merged PRs in 30d
Description
Given the user clicking on a tick label, I'd like to popup a new window showing a different kind of plot based on the value in the label. The use case is I have a horizontal bar chart indicating total time spent in different components, with the name of each component on the y-axis, and if the user clicks the label I'd like to open a time series plot for that component. Is there any way to detect this currently? The closest thing I found in the demo is the drag and drop section, since it lets you click on the area where the labels would go, but I'm not actually trying to drag and drop anything so I'm not sure how to build this out of that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.