Configuration Options
Configuration Options
Example YAML
Example YAML
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Display data visualizations.
Configuration Options
Example YAML
- slug: Charts
type: line
data:
- ["Month", "Sales", "Expenses"]
- ["Jan", 1000, 400]
- ["Feb", 1500, 460]
- ["Mar", 1300, 420]
- ["Apr", 1700, 500]
config:
x:
type: category
label: Month
y:
type: value
label: Amount ($)
customProps:
height: 400
seriesField: category
smooth: true
onInit: myInitBlockCharts
updateOn: myUpdateBlockCharts
Was this page helpful?