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 88a9436 commit b643c87Copy full SHA for b643c87
docs/documentation/docs/controls/RadarChart.md
@@ -8,27 +8,11 @@ Radar charts are best used when comparing points of two or more datasets.
8
9
To create a radar chart, add the ChartControl import:
10
11
-```TypeScript
12
-import { ChartControl } from "@pnp/spfx-controls-react/lib/ChartControl";
13
-```
14
-
15
-Then render the ChartControl:
16
17
18
-<ChartControl
19
- type='radar'
20
- data={data}
21
- options={options}
22
- />
23
24
25
-Alternatively, you can use the following import:
26
27
```TypeScript
28
import { ChartControl, ChartType } from '@pnp/spfx-controls-react/lib/ChartControl';
29
```
30
31
-Followed by:
+Then render the ChartControl:
32
33
34
<ChartControl
0 commit comments