@samply/lens
    Preparing search index...

    Type Alias ChartOption

    type ChartOption = {
        accumulatedValues?: { name: string; values: string[] }[];
        aggregations?: string[];
        hintText?: string[];
        legendMapping?: { [key: string]: string };
        tooltips?: { [key: string]: string };
    }
    Index

    Properties

    accumulatedValues?: { name: string; values: string[] }[]
    aggregations?: string[]
    hintText?: string[]
    legendMapping?: { [key: string]: string }
    tooltips?: { [key: string]: string }