PieChartComponent

Display a pie chart visualization

Installation

import { PieChartComponent } from 'uxp/components';

Signature

const PieChartComponent: React.FunctionComponent<IPieChartProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

data

Yes

-

-

fillColor

string

Yes

-

-

showLegend

boolean

No

-

-

Last updated