@byomakase/omakase-player
    Preparing search index...

    Interface LineChartLaneStyle

    Base style for classes that extend BaseTimelineLane

    interface LineChartLaneStyle {
        backgroundFill?: string;
        backgroundOpacity?: number;
        descriptionTextFill?: string;
        descriptionTextFontSize?: number;
        descriptionTextFontStyle?: string;
        descriptionTextYOffset?: number;
        fill: string | string[];
        height: number;
        leftBackgroundFill?: string;
        leftBackgroundOpacity?: number;
        lineStrokeWidth: number | number[];
        marginBottom?: number;
        paddingBottom: number;
        paddingTop: number;
        pointFill: string | string[];
        pointWidth: number | number[];
        rightBackgroundFill?: string;
        rightBackgroundOpacity?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundFill?: string
    backgroundOpacity?: number
    descriptionTextFill?: string
    descriptionTextFontSize?: number
    descriptionTextFontStyle?: string
    descriptionTextYOffset?: number
    fill: string | string[]
    height: number
    leftBackgroundFill?: string
    leftBackgroundOpacity?: number
    lineStrokeWidth: number | number[]
    marginBottom?: number
    paddingBottom: number
    paddingTop: number
    pointFill: string | string[]
    pointWidth: number | number[]
    rightBackgroundFill?: string
    rightBackgroundOpacity?: number