fcharts-js - v0.3.0
    Preparing search index...

    Interface DonutSlice

    interface DonutSlice {
        color?: string;
        href?: string;
        label: string;
        value: number;
    }
    Index

    Properties

    Properties

    color?: string

    Slice color; falls back to the contrast-checked DEFAULT_PALETTE by order.

    href?: string

    Drill-down target. When set, the slice arc and its legend row become a focusable <a href> (e.g. a ?protocol=… filter link) — presentation only, the summary/<desc> are unchanged.

    label: string
    value: number