Skip to content

MDynamicChartStyle

Stanislav Podolia edited this page Jun 30, 2020 · 1 revision

Flow Wiki

MDynamicChartStyle

  • MChartTitle
    Title displayed at the top of the chart

    • title : string
  • MChartSubtitle
    Subtitle displayed below the title at the top of the chart, can be used without title

    • subtitle : string
  • MEmptyMessage
    When the list is empty, display this in the center

  • MValuesLabels
    Adds points value labels

    • withPostfix : bool
  • MValuesPostfix
    Postfix which is added at the end of every YAxis value
    For example MValuesPostfix(" s") will produce values like "1 s", "2 s" etc.

    • postfix : string
  • MTooltipValuesPostfix
    The same as MValuesPostfix but without vertAxis modification

    • postfix : string
  • EscapeHTML

  • MAxesStyle

  • MInCard
    Adds elevation and background to table

  • MHideLegend
    Hides chart legend at the right of the chart

  • MChartCurve
    TODO: Add curve type

  • MHidePoints

  • MHideValueHover
    Do not show hover for points

  • MLineLabels
    Adds lines labels. Use MPointLabelStyle to customize line label style.

Clone this wiki locally