Skip to content

Documentation / @finchart/react / TooltipProps

Interface: TooltipProps

Defined in: components/tooltip.tsx:7

Properties

formatValue?

optional formatValue?: (value) => string

Defined in: components/tooltip.tsx:11

행의 값 포맷. 기본 소수 둘.

Parameters

value

number

Returns

string


formatX?

optional formatX?: (x) => string

Defined in: components/tooltip.tsx:9

헤더의 x 포맷. 축의 format과 같은 것을 주면 같은 말로 말한다.

Parameters

x

number

Returns

string