Skip to content

Commit b1e16b1

Browse files
committed
Update ChartDataLabel.tsx
1 parent 5aa6dcd commit b1e16b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/charts/src/internal/ChartDataLabel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const ChartDataLabel = (props: CustomDataLabelProps) => {
1919
return null;
2020
}
2121

22-
// todo: renderDefault? --> config
2322
if (config.DataLabel) {
2423
return createElement(config.DataLabel, props);
2524
}

0 commit comments

Comments
 (0)