chart
category: chart examples
Use visual customization options for readability and presentation.
steps: - loadInline: data: - {month: '2025-01', revenue: 12000} - {month: '2025-02', revenue: 15000} - {month: '2025-03', revenue: 13000} output: customData - chart: dataset: customData type: line x_axis: month y_axis: revenue options: theme: dark show_grid: true title: "Custom Theme Line Chart"