Skip to content

Commit

Permalink
fix(bar): fix bar tooltip props
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Jun 28, 2021
1 parent bc1eb1b commit 80f4352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bar/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export interface BarTooltipProps<RawDatum> extends ComputedDatum<RawDatum> {
color: string
getTooltipLabel: (datum: ComputedDatum<RawDatum>) => string | number
tooltipFormat: BarCommonProps<RawDatum>['tooltipFormat']
value: number
}

export type BarHandlers<RawDatum, Element> = {
Expand Down

0 comments on commit 80f4352

Please sign in to comment.