If your drill-down is not working on the Treemap visualization in AIV, follow these steps:
- Go to the JavaScript section in your custom visualization settings.
- You will see the following code:
title: "Politics",
hierarchy: "hera1",
valueWith: "PRECINCT" - To make the drill-down work, modify the hierarchy to match your data structure. For example:
title: "Politics",
hierarchy: ["country", "state", "city", "year"],
valueWith: "saleprice" - When you click on a country, you'll be able to drill down to state, city, and so on.
Ensure that your data hierarchy is properly defined to enable the drill-down functionality.For more details or help, feel free to contact support@aivhub.com or visit our AIV Support Portal.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article