We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa6dcd commit b1e16b1Copy full SHA for b1e16b1
packages/charts/src/internal/ChartDataLabel.tsx
@@ -19,7 +19,6 @@ export const ChartDataLabel = (props: CustomDataLabelProps) => {
19
return null;
20
}
21
22
- // todo: renderDefault? --> config
23
if (config.DataLabel) {
24
return createElement(config.DataLabel, props);
25
0 commit comments