chart
category: chart examples
Visualize revenue growth when values span multiple orders of magnitude.
steps: - loadInline: data: - {month: '2025-01', revenue: 1000} - {month: '2025-02', revenue: 10000} - {month: '2025-03', revenue: 50000} - {month: '2025-04', revenue: 200000} output: growthData - chart: dataset: growthData type: line x_axis: month y_axis: revenue options: y_scale: log title: "Revenue Growth (Log Scale)"