mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Docs: fix tooltip model doc. (#11143)
Co-authored-by: Leo Chen <liang.chen@thoughtworks.com>
This commit is contained in:
parent
7f9bca6844
commit
120b72eaae
@ -377,9 +377,10 @@ The tooltip model contains parameters that can be used to render the tooltip.
|
||||
// lines of text that form the footer
|
||||
footer: string[],
|
||||
|
||||
// colors to render for each item in body[]. This is the color of the squares in the tooltip
|
||||
labelColors: Color[],
|
||||
// style to render for each item in body[]. This is the style of the squares in the tooltip
|
||||
labelColors: TooltipLabelStyle[],
|
||||
labelTextColors: Color[],
|
||||
labelPointStyles: { pointStyle: PointStyle; rotation: number }[],
|
||||
|
||||
// 0 opacity is a hidden tooltip
|
||||
opacity: number,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user