Skip to content

ChartFooter

chart-footer

Description

Display the chart footer

Attributes

  • title: display the title of footer 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 footer
{
  "type": "string",
  "$capture": {},
  "$display": {
    "as": "chart-footer",
    "max": 150,
    "color": "redgreen",
    "component": "progress",
    "show": "test value",
    "raw": false
  },
  "description": "chart-footer description",
  "title": "chart-footer "
}