Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

id: number

The id props specifies the unique id for the given element in the schema. Used in the library to reference the element in the schema.

kind: wrapper

The kind for a top level element is always wrapper.

The legend prop specifies the Legend component for the pie chart.

parent: null

The parent for a top level element is always null: no parent.

The props for the pie chart. These props can override the default props from PF charts as well as overwriting most of the previous props defined in this library for greater customizability. Overwriting props like legend*, labels can result in unexpected behavior.

tooltip?: ChartTooltipProps

The tooltip prop specifies how the pie chart's tooltip should be rendered.

type: pie

The type of the chart. Great for checking the type in the library and type hinting.

Generated using TypeDoc