Artisan Generator
Generate a new chart class in your app/Charts directory:
php artisan make:chart UserRetentionChartOptions
Section titled “Options”Specify the default chart type:
php artisan make:chart SalesChart --type=barEngine
Section titled “Engine”Specify a specific rendering engine:
php artisan make:chart AnalyticsChart --engine=chartjsSupported types: line, bar, area, pie, donut, radar, scatter, bubble, heatmap, treemap, candlestick, rangeBar, radialBar, polarArea.