LineChartSimpleStyle

Contains style attributes for simple timeline charts

Properties

  • categoriesGridStyle

    The style to be used for the grid lines associated with the categories

    GridStyle | null
  • categoryAxisStyle

    The style used for the category axis

  • contentViewportMargin

    The content viewport margin: The space around the content viewport.

    Insets | null
  • lineStyles

    The style of each line

    (LineChartLineStyle | null)[] | null
  • maxDataPointDistance

    The maximum distance between two consecutive data points

    number | null
  • minDataPointDistance

    The minimum distance between two consecutive data points

    number | null
  • showTooltip

    Whether to show tooltips

    boolean | null
  • thresholds

    The optional thresholds of the chart

    Threshold[] | null
  • tooltipStyle

    Style for the tool tips

  • tooltipWireStyle

    Style for the tooltip-indicator line

  • valueAxisStyle

    The style used for the value axis

  • valueFormat

    The format to be used for all values of this chart

  • valueRange

    The value range to be used

    ValueRange | null
  • valuesGridStyle

    The style to be used for the grid lines associated with the value axis

    GridStyle | null
  • visibleLines

    The indices of the visible lines. Set to

    number[] | null