PieChartComponent

Display a pie chart visualization

Installation

import {PieChartComponent} from 'uxp/components';

Properties

Name
Type
Description

data

IDataItem[]

A list of items that the pie chart is comprised of

fillColor

string

TODO

showLegend

boolean

Set to true to show the chart legend

data


A list of items that the pie chart is comprised of

type

IDataItem[]

fillColor


TODO

type

string

showLegend


Set to true to show the chart legend

type

boolean

Last updated