Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Title: The title of the card
    (info) SFormat is supported.
  • HistoryDefaultSelection: A list of selection retrieved from the Selection folder in the BtibService. The selection needs to target histories (history:) or historyExtensions (slot:)
  • HistorySelectionPolicy
    • Stand Alone: The card will use the default history selection
    • Slave: The history selection is given by another card like HistoryListSelector
  • TimeRangeDefaultSelection: The default period (a TimeRangeDefinition) applied on the first display. If nothing is provided, it will display the last 24 hours
  • TimeRangePolicy
    • Stand Alone: The widget displays a dropdown to select a period (month to date, last year...)
    • Slave: The period is given by another widget like a period selector.
  • yAggregation: whether to apply an aggregation (sum, min, max...) defined by the tags in the histories or to let the raw values
  • Format: The text to display for each history. Example: %historyDisplayName% or %id%
  • Pie Policy
    • Embedded: Show the Pie Chart embedded with the others Charts
    • Full View: Show the Pie Chart only
    • None: Hide Pie Chart
  • Free Color Mode: Whether to take the colors from tags, or auto select colors. See Configuring General Resources for histories
  • Split chart: Will shift every chart to be on the top of each other
  • Pie Position:
    • Backward: Pie Chart will be behind the other charts
    • Forward: Pie Chart will be in front of other charts
  • Refresh: Timer to force the refresh of the chart. Default value is 0 and will not refresh the card
  • Min Max Auto: Boolean to scale the chart automatically (will override min-max facets from histories)

  • Plot Lines: 
    • Enable max: Enable max plotLine and allow to choose color. In the lastest version, it is possible to set the value of the line with an sFormat. Make sure that the sFormat resolve a Double and not another type.
    • Enable min: Enable min plotLine and allow to choose color. In the lastest version, it is possible to set the value of the line with an sFormat. Make sure that the sFormat resolve a Double and not another type.
  • Chart Background: Background color of the chart
  • Legend Foreground:  Foreground of legends and axis
  • Export Date Format: Date format when exporting in csv (%Y-%m-%d %H:%M:%S by default)

...