Tooltips appear when a user hovers over a data point. BTA visuals support two tooltip styles — a built-in custom tooltip and the native Power BI tooltip — each with independent styling controls.
"custom" — Uses the BTA built-in tooltip renderer. All color and styling properties below apply.
"powerbi" — Delegates to the native Power BI tooltip engine. Report-level tooltip pages and custom tooltip configurations are supported. The color properties below are ignored in this mode.
Applies a base color palette to the custom tooltip. When set to "dark", the background defaults to a dark surface and text defaults to white. Individual color overrides (below) take precedence over the theme.
Use style: "powerbi" when you need report-level tooltip pages (e.g., rich drillthrough tooltips with multiple visuals). The custom tooltip does not support report page tooltips.
Use theme: "dark" on reports with dark backgrounds to avoid a jarring white tooltip on a dark canvas.
Reduce maxWidth (e.g., to 220) when tooltips cover nearby data points in dense charts.
Disable shadow if the visual will be exported to PDF or embedded in a low-fidelity render context where shadow rendering is inconsistent.
Set showColorSwatch: false when the tooltip already includes a color indicator through another mechanism (e.g., a colored series name), to reduce visual noise.