common-spectrum
    Preparing search index...

    Interface MultipleType

    interface MultipleType {
        axis: { x: { label: string }; y: { label: string } };
        series: { label: string; x: number[]; y: number[] }[];
    }
    Index

    Properties

    Properties

    axis: { x: { label: string }; y: { label: string } }
    series: { label: string; x: number[]; y: number[] }[]