TimelineKit API
    Preparing search index...

    Class BaseChartContentStyle

    Style settings for the chart content area shared across all timeline components.

    Index

    Constructors

    Properties

    backgroundColor: string = '#ffffff'
    gridLineColor: string = '#f0f0f0'
    markerLabelColor: string = '#555555'
    markerLabelFont: Font = ...
    markerLineColor: string = '#555555'
    markerLineStyle: "solid" | "dashed" | "dotted" = 'dotted'
    markerLineWidth: number = 1
    nonWorkingTimeStyle: string = '#f8f8f8'
    taskBorderRadius: number = 0
    taskColors: BaseTaskColor[]
    taskHeight: number = 16
    taskLabelColor: string = '#333333'
    taskLabelContent: TaskLabelContent = 'name'
    taskLabelFont: Font = ...
    taskLabelOutsideMargin: number = 6
    taskLabelPadding: number = 4
    taskLabelPosition: TaskLabelPosition = 'none'
    tier2SeparatorLineStyle: string = '#d0d0d0'
    todayLineColor: string = '#555555'
    todayLineStyle: "solid" | "dashed" | "dotted" = 'dotted'
    todayLineWidth: number = 1
    tooltipBackgroundColor1: string = '#ffffff'
    tooltipBackgroundColor2: string = '#f4f4f4'
    tooltipBorderColor: string = '#606060'
    tooltipFont: Font = ...
    tooltipTextColor: string = '#606060'