Hi,
I'm not able to surpress the tooltip with:
interaction: { behaviorType: null }, toolTip: { visible: false }
Is that working for all viz frame graph types? I'm using a column graph. When I tap on the graph, i want to insert additional information for a datapoint, not shown as a bar in the graph.
Are the tooltip and the popover related in any way? Is the tooltip only shown when hovering over the bar? Is the popover only shown when tapping/clicking on the bar? Are they the same?