Skip to content

Chart

chart

Description

Display a chart

Attributes

  • title
  • $display.rule:
    • setting: exists | never | rule
    • text
    • action
  • $display.max: max value, default to 100
  • $display.format: how to format the display value, default to 0,0
  • $display.show: value or percentage, how to display the value
{
  "type": "string",
  "$capture": {},
  "$display": {
    "as": "chart",
    "max": 4,
    "show": "percentage"
  },
  "title": "chart "
}