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