sapistudio/charts

PHP5 library to create charts.

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:JavaScript

2.0 2020-05-10 23:41 UTC

This package is auto-updated.

Last update: 2024-05-12 06:44:53 UTC


README

adaptation after:

https://github.com/fusonic/amcharts-php

https://github.com/gfazioli/morris-php

https://github.com/pierresh/morris.js

You can now have legend display(with filters) and range slider filter

use SapiStudio\Charts\Morris\MorrisLineCharts;

(new MorrisLineCharts())->setElement($element)->setSettings($settings)->setXkey('date')->resize(true)->displayLegend()->displayRangeSlider()->setData($jsondata)->drawJsChart();