boing6002 / charts
Server-side data builder for Chart.js, with a VueJS component for the frontend.
2.5.8
2019-01-24 12:04 UTC
Requires
- php: >=7.1.0
- laravel-enso/vuecomponents: 2.7.*
- laravel/framework: 5.7.*
This package is auto-updated.
Last update: 2026-05-25 11:51:56 UTC
README
Server-side data builder for Chart.js, with 2 Bulma styled, VueJS components for the frontend.
click on the photo to view a short demo in compatible browsers
Features
- it supports Bar, Bubble, Line, Pie, Doughnut, Polar Area and Radar chart types
- it creates properly formatted data structures, specific for each supported type of chart from a given data-set
- the used colors are configurable through the publishable config file
- comes with a
Chart.vueVueJS component meant to be included anywhere - comes with a
ChartCard.vueVueJS component meant to be used as card containing the chart
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.