Display data visualizations.
Configuration Options
Show Optional. Chart configuration
Show Optional. X-axis configuration.
Show Optional. Y-axis configuration.
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?