pablo Report post Posted January 31, 2013 Hello! I want to use in a website a multiple level pie chart to show data. But I need the chart not to highlight the whole node from the root when the mouse is over a value, only the value itself. Is that possible? Thank you for your help Share this post Link to post Share on other sites
pablo Report post Posted January 31, 2013 Saying it with another words: I want to disable the hierarchical hover effect Thank you for your help Share this post Link to post Share on other sites
Swarnam Report post Posted February 4, 2013 Hey, If you would like to disable the tool tip while hovering over the node, try setting "showToolTip" attribute to 0 in the chart element. Share this post Link to post Share on other sites
pablo Report post Posted February 4, 2013 Hi! Thanks for your answer but it's not what I'm looking for. I want not to hover the whole node in the chart, for example if I put the mouse over one of the nodes in the outside of the chart I want only that node to hover, note the parent/s node. Is that possible? Thank you again! Share this post Link to post Share on other sites
Swarnam Report post Posted February 4, 2013 Hi, No, Multi-Level Pie chart does not support the feature currently. Multi-level pie charts are essentially used in displaying hierarchical data. So, hierarchical data traces the path from a parent to any child. Hope this helps. Share this post Link to post Share on other sites