ConsoleTVs / Charts

[Deprecated] Charts for Laravel
MIT License
77 stars 34 forks source link

Fix to error: trim() expects parameter 1 to be string, array given, w… #12

Closed altamiranoesdras closed 1 year ago

altamiranoesdras commented 1 year ago

…hen using function options with plugins

EJ:

$chart->options([ 'plugins' => [ 'colorschemes' => [ 'scheme' => 'tableau.Classic10' ] ] ]);