Skip to content

Commit

Permalink
chore(cr): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siyi98 committed Aug 8, 2022
1 parent c8a8381 commit d0634ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/chart-render/src/widgets/Column/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export function generateConfig(
},
},
tooltip: {
// @ts-ignore
formatter: ({ [xField]: type, [yField]: value }) => ({
name: meta.find(({ id }) => type === id)?.name as string,
value,
Expand Down

0 comments on commit d0634ec

Please sign in to comment.