Module: InteractionConfig

Configuration properties for interaction.
Parameters:
Name Type Description
tooltip Object Tooltip configuration.
Properties
Name Type Description
mode string Allows to display tooltip in various modes such as fragmented or consolidated. Supported values are '```consolidated```' and '```fragmented```'.Default mode is ```consolidated```. In consolidated mode, all the rows of data model are show in one tooltip. In fragmented mode, all the rows of data model are shown in separate tooltips.
formatter function Returns a formatted content of tooltip TooltipFormatter.
fields Array Allows to display only the specified fields in the tooltip.
Source: