Skip to content

Commit 3ac27b1

Browse files
committedSep 11, 2021
feat(radial-bar): fix typo in website dimensions properties
1 parent 3fb0567 commit 3ac27b1

File tree

1 file changed

+2
-3
lines changed
  • website/src/data/components/radial-bar

1 file changed

+2
-3
lines changed
 

‎website/src/data/components/radial-bar/props.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
getLegendsProps,
88
} from '../../../lib/componentProperties'
99
import { ChartProperty } from '../../../types'
10-
import { defaultProps } from '@nivo/pie'
1110

1211
const props: ChartProperty[] = [
1312
{
@@ -95,7 +94,7 @@ const props: ChartProperty[] = [
9594
help: 'Chart width.',
9695
description: `
9796
not required if using
98-
\`<ResponsiveRadar/>\`.
97+
\`<ResponsiveRadialBar/>\`.
9998
`,
10099
flavors: ['svg', 'api'],
101100
enableControlForFlavors: ['api'],
@@ -115,7 +114,7 @@ const props: ChartProperty[] = [
115114
help: 'Chart height.',
116115
description: `
117116
not required if using
118-
\`<ResponsiveRadar/>\`.
117+
\`<ResponsiveRadialBar/>\`.
119118
`,
120119
flavors: ['svg', 'api'],
121120
enableControlForFlavors: ['api'],

0 commit comments

Comments
 (0)
Please sign in to comment.