meo-canvas - v8.1.2
    Preparing search index...

    Interface PieChartSpecificOptions

    Options only a chart of slices understands — pie and doughnut.

    interface PieChartSpecificOptions {
        innerRadius?: number;
        sliceBorderRadius?: number;
    }
    Index
    innerRadius?: number

    The radius of the inner circle in a doughnut chart, expressed as a percentage of the outer radius. Should be between 0 and 1.

    0.6
    
    sliceBorderRadius?: number

    The border radius for the corners of each slice in a pie or doughnut chart.

    Pixels.

    0