Forum Discussion
Syndicate_Admin
4 years agoAdministrator
Focus Mode - ToolTip
Good afternoon. I am working with a report in which the expenditure of certain items of personnel expenses by department is visialized, within a graph that analyzes the expenditure by department,...
ghoshabhijeet
4 years agoSolution Supplier
Syndicate_Admin Thanks for sharing your query.
The general idea of using a tooltip is to shows additional information on a small pane which pops-up when you hover your mouse over the graph visual. Even if you create a custom tooltip the nature of the tooltip stays the same as it inherits the state from the default tooltip. You won't be able to get the focus mode.
As a workaround, you can increase the size of the tooltip visual so that you can show more information on the tooltip when it pops-up while hovering. Hope this helps.