chartjs-php icon indicating copy to clipboard operation
chartjs-php copied to clipboard

PHP wrapper for Chart.js library

Results 1 chartjs-php issues
Sort by recently updated
recently updated
newest added

Example: ```php $options = new Options(); $options->plugins = [ 'tooltip' => [ 'enabled' => true, 'callbacks' => [ 'label' => "function (context) {...}" ] ] ]; ``` Expected result: ```js...