PieChart is used to represent categorical data by dividing a circle into proportional segments. Each arc represents a proportion of each category.
Size of the parent element/component (passed by the Responsive hoc)
type: shape[object Object]
Additional css classes passed from parent
type: string
defaultValue: ''
Array of colors as hex color codes
type: arrayOf[object Object]
defaultValue: schemeSet3
Array of elements to be visualized. Each data element consist of a label an value.
type: arrayOf[object Object]
defaultValue: []
Select the label of data element
type: func
Handle save functionality
type: func
defaultValue: () => {}
Select value of data element
type: func