VisualisationConfig17.custom\_tooltip
Home > @gooddata/sdk-code-schemas > v1 > VisualisationConfig17 > custom_tooltip
v1.VisualisationConfig17.custom_tooltip property
Custom tooltip section rendered in the visualization tooltip, authored in Markdown with metric/attribute references that resolve per hovered data point.
Signature:
custom_tooltip?: {
enabled?: boolean;
content?: string;
placement?: "above" | "below" | "replace";
};