File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ Supported options:
316316 {
317317 " name" : " point" ,
318318 " optional" : true ,
319- " type" : " ((props: CartesianChartProps.TooltipPointRenderProps) => CartesianChartProps. TooltipPointFormatted)" ,
319+ " type" : " ((props: CartesianChartProps.TooltipPointRenderProps) => TooltipPointFormatted)" ,
320320 },
321321 {
322322 " name" : " size" ,
Original file line number Diff line number Diff line change @@ -177,13 +177,7 @@ export namespace CartesianChartProps {
177177 errorRanges : { low : number ; high : number ; series : CartesianChartProps . ErrorBarSeriesOptions } [ ] ;
178178 series : NonErrorBarSeriesOptions ;
179179 }
180- export interface TooltipPointFormatted {
181- key ?: React . ReactNode ;
182- value ?: React . ReactNode ;
183- description ?: React . ReactNode ;
184- expandable ?: boolean ;
185- subItems ?: ReadonlyArray < { key : React . ReactNode ; value : React . ReactNode } > ;
186- }
180+ export type TooltipPointFormatted = CoreTypes . TooltipPointFormatted ;
187181
188182 export type LegendOptions = CoreTypes . BaseLegendOptions ;
189183
You can’t perform that action at this time.
0 commit comments