ChartHeader
chart-header | chart
Description
Display a chart header text
Attributes
title
: display the title of header text$display.max
: max value to for the color range$display.color
: color of component$display.component
: component to be render by default is progress$display.show
$display.raw
description
: display the description on the header
{
"type": "string",
"$capture": {},
"$display": {
"as": "chart-header",
"max": 35,
"color": "blue",
"component": "progress",
"show": "test value",
"raw": true
},
"description": "chart-header description",
"title": "chart-header "
}