Function ApexPie

  • This widget shows a Pie chart from an array of value-label elements. Its size can be customizable.

    Example

    Here's the most basic example

    <ApexPie data={data} />
    

    Remarks

    You can also customize other visual properties such as legend, size height and colors throug the corresponding props.

    Also, you have access to more advance customization by exposing the underlining library apexcharts through chartOptionsOverrides prop.

    Parameters

    Returns null | ReactElement<any, any>

Generated using TypeDoc