iink-ts - v4.0.0
    Preparing search index...

    Type Alias TChartConfig

    type TChartConfig = {
        height?: number;
        lineColor?: string;
        lineWidth?: number;
        seriesColors?: string[];
        showGrid?: boolean;
        showPoints?: boolean;
        title?: string;
        width?: number;
        xLabel?: string;
        yLabel?: string;
    }
    Index
    height?: number
    lineColor?: string
    lineWidth?: number
    seriesColors?: string[]
    showGrid?: boolean
    showPoints?: boolean
    title?: string
    width?: number
    xLabel?: string
    yLabel?: string