File tree 1 file changed +2
-3
lines changed
website/src/data/components/radial-bar
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
getLegendsProps ,
8
8
} from '../../../lib/componentProperties'
9
9
import { ChartProperty } from '../../../types'
10
- import { defaultProps } from '@nivo/pie'
11
10
12
11
const props : ChartProperty [ ] = [
13
12
{
@@ -95,7 +94,7 @@ const props: ChartProperty[] = [
95
94
help : 'Chart width.' ,
96
95
description : `
97
96
not required if using
98
- \`<ResponsiveRadar />\`.
97
+ \`<ResponsiveRadialBar />\`.
99
98
` ,
100
99
flavors : [ 'svg' , 'api' ] ,
101
100
enableControlForFlavors : [ 'api' ] ,
@@ -115,7 +114,7 @@ const props: ChartProperty[] = [
115
114
help : 'Chart height.' ,
116
115
description : `
117
116
not required if using
118
- \`<ResponsiveRadar />\`.
117
+ \`<ResponsiveRadialBar />\`.
119
118
` ,
120
119
flavors : [ 'svg' , 'api' ] ,
121
120
enableControlForFlavors : [ 'api' ] ,
You can’t perform that action at this time.
0 commit comments