phpchartjs icon indicating copy to clipboard operation
phpchartjs copied to clipboard

A PHP library that makes it easy to generate data for ChartJS.

Results 9 phpchartjs issues
Sort by recently updated
recently updated
newest added

The required dev dependency sensiolabs/security-checker is abandoned and should be removed. See https://github.com/sensiolabs/security-checker

With the upcoming 3.0 release of ChartJS this library will need to be updated. As the [migration guide](https://www.chartjs.org/docs/next/getting-started/v3-migration.html) states there are some breaking changes. All of these changes must be...

help wanted

Could you please update the Symfony `var-dumper` package to a newer version? Currently cannot use this package with Laravel: ``` laravel/framework v5.7.0 requires symfony/var-dumper ^4.1 halfpastfouram/phpchartjs dev-master requires symfony/var-dumper ^3.4...

See https://www.chartjs.org/docs/latest/configuration/#global-configuration The common chart configuration options should be implemented in Halfpastfour\PHPChartJS\Options.

See http://www.chartjs.org/docs/#chart-configuration-colors. There should be a way of providing images and patterns as background colors to charts.

See http://www.chartjs.org/docs/#chart-configuration-element-configuration. The element chart configuration options should be implemented in Halfpastfour\PHPChartJS\Options\Elements.

help wanted

See http://www.chartjs.org/docs/#chart-configuration-global-configuration. There should be a way to set or change global configuration options and render lines of JavaScript to provide the information to ChartJS.

help wanted