Customize chart stubs

The make:chart command generates different chart classes based on docs examples, but you can customize them.

Just publish the stubs

terminal/cmd
php artisan vendor:publish --tag=larapex-charts-apexcharts-stubs

The files would be available in stubs directory.

Here a reference to the charts stubs:

typelocation
Customize Blade Chartsstubs/Default
Customize Vue Chartsstubs/Vue
Customize API Chart Responsesstubs/API

You can delete the ones that are not customized and the command would generate charts based on the default ones from the package.