Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello all, currently I have a bar chart of cars from Car A to Car Z and each one has a certain mileage. This data is gotten from the Cars table which has a Cars Column, Dates column, and a Mileage column. But I want to have a feature where I can click on a car in that graph and it can show me the mileage per day for that specific car, basically a more specific view. How can I go about achieving this? Thanks.
Solved! Go to Solution.
Hi @tryingtohelp121
According to my understanding, you refer to the called functionality
The Drill Through
Here is a link to a more detailed explanation with a tutorial.
https://www.youtube.com/watch?v=BbplhqDCWOM
Consider a custom tooltip so that users do not have to click the bar to view detailed information. It will float by itself on hover
Here is a detailed explanation with a tutorial:
https://www.youtube.com/watch?v=HlywmW5gfNE
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @tryingtohelp121
According to my understanding, you refer to the called functionality
The Drill Through
Here is a link to a more detailed explanation with a tutorial.
https://www.youtube.com/watch?v=BbplhqDCWOM
Consider a custom tooltip so that users do not have to click the bar to view detailed information. It will float by itself on hover
Here is a detailed explanation with a tutorial:
https://www.youtube.com/watch?v=HlywmW5gfNE
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks!
I'm glad to help 🙂