Chart
chart
Description
Display a chart
Attributes
title
$display.rule
:setting
: exists | never | ruletext
action
$display.max
: max value, default to 100$display.format
: how to format the display value, default to0,0
$display.show
:value
orpercentage
, how to display the value
{
"type": "string",
"$capture": {},
"$display": {
"as": "chart",
"max": 4,
"show": "percentage"
},
"title": "chart "
}