chart
category: chart examples
Visualize revenue trends over time for a single product line.
steps: - loadInline: data: - {month: '2025-01', revenue: 12000} - {month: '2025-02', revenue: 15000} - {month: '2025-03', revenue: 13000} - {month: '2025-04', revenue: 17000} output: monthlyData - chart: dataset: monthlyData type: line x_axis: month y_axis: revenue title: "Monthly Revenue Trend"