Skip to content

Commit

Permalink
typescript!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad committed Oct 23, 2023
1 parent 8d02b79 commit f1aae00
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ export default function transformProps(
show: !inContextMenu,
trigger: 'item',
formatter: (params: any) => {
console.log('here tooltip')
// console.log(params)
console.log(params)

Check failure on line 336 in superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/transformProps.ts

View workflow job for this annotation

GitHub Actions / frontend-build

Insert `;`
return formatTooltip({
params,
numberFormatter,
Expand Down

0 comments on commit f1aae00

Please sign in to comment.