kaishiyoku / laravel-recharts
A Laravel package for using the Recharts charting Library.
Installs: 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 7
Language:JavaScript
Requires
- php: ^7.2.5|^8.0
- illuminate/support: ^5.0|^6.0|^7.0|^8.0
- ramsey/uuid: ^4.0
- dev-master
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-dependabot/npm_and_yarn/js/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/js/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/js/d3-color-and-recharts-3.1.0
- dev-dependabot/npm_and_yarn/js/terser-4.8.1
- dev-dependabot/npm_and_yarn/js/async-2.6.4
This package is auto-updated.
Last update: 2022-12-14 18:47:02 UTC
README
Description
Please keep in mind that this package currently is in alpha state. Breaking changes are very likely.
With this package you can use the Recharts charting library from your Laravel application. No JavaScript knowledge required. The main principle is to keep the configuration simple so that you can concentrate on other things.
The library offers composed charts, that means you can mix your charting elements (for example line and bar charts).
The project is in a very early stage. At the moment line and bar charts are supported with few configuration options (you can define the basic color of each element).
Later on I plan to add more customization options like customizing the cartesian grid of the chart for example.
License
MIT (https://github.com/Kaishiyoku/laravel-recharts/blob/master/LICENSE)
Author
Twitter: @kaishiyoku
Website: www.andreas-wiedel.de