We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9bca6 commit 120b72eCopy full SHA for 120b72e
docs/configuration/tooltip.md
@@ -377,9 +377,10 @@ The tooltip model contains parameters that can be used to render the tooltip.
377
// lines of text that form the footer
378
footer: string[],
379
380
- // colors to render for each item in body[]. This is the color of the squares in the tooltip
381
- labelColors: Color[],
+ // style to render for each item in body[]. This is the style of the squares in the tooltip
+ labelColors: TooltipLabelStyle[],
382
labelTextColors: Color[],
383
+ labelPointStyles: { pointStyle: PointStyle; rotation: number }[],
384
385
// 0 opacity is a hidden tooltip
386
opacity: number,
0 commit comments