# インターフェース: TooltipCallbacks<TType, Model, Item>
# 型パラメータ
名前 | 型 |
---|---|
TType | extends ChartType |
Model | TooltipModel <TType > |
Item | TooltipItem <TType > |
# メソッド
# afterBody
▸ afterBody(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2668 (新しいウィンドウで開きます)
# afterFooter
▸ afterFooter(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2680 (新しいウィンドウで開きます)
# afterLabel
▸ afterLabel(this
, tooltipItem
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItem | Item |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2672 (新しいウィンドウで開きます)
# afterTitle
▸ afterTitle(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2665 (新しいウィンドウで開きます)
# beforeBody
▸ beforeBody(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2667 (新しいウィンドウで開きます)
# beforeFooter
▸ beforeFooter(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2678 (新しいウィンドウで開きます)
# beforeLabel
▸ beforeLabel(this
, tooltipItem
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItem | Item |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2670 (新しいウィンドウで開きます)
# beforeTitle
▸ beforeTitle(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2663 (新しいウィンドウで開きます)
# footer
▸ footer(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2679 (新しいウィンドウで開きます)
# label
▸ label(this
, tooltipItem
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItem | Item |
# 戻り値
string
| void
| string
[]
# 定義場所
types/index.d.ts:2671 (新しいウィンドウで開く)
# labelColor
▸ labelColor(this
, tooltipItem
): void
| TooltipLabelStyle
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItem | Item |
# 戻り値
void
| TooltipLabelStyle
# 定義元
types/index.d.ts:2674 (新しいウィンドウで開く)
# labelPointStyle
▸ labelPointStyle(this
, tooltipItem
): void
| { pointStyle
: PointStyle
; rotation
: number
}
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItem | Item |
# 戻り値
void
| { pointStyle
: PointStyle
; rotation
: number
}
# 定義元
types/index.d.ts:2676 (新しいウィンドウで開く)
# labelTextColor
▸ labelTextColor(this
, tooltipItem
): void
| Color
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItem | Item |
# 戻り値
void
| Color
# 定義元
types/index.d.ts:2675 (新しいウィンドウで開く)
# title
▸ title(this
, tooltipItems
): string
| void
| string
[]
# パラメータ
名前 | 型 |
---|---|
this | Model |
tooltipItems | Item [] |
# 戻り値
string
| void
| string
[]
# 定義元
← Tooltip TooltipItem →