Download the PHP package mlsolutions/chart-js-integration without Composer
On this page you can find all versions of the php package mlsolutions/chart-js-integration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mlsolutions/chart-js-integration
More information about mlsolutions/chart-js-integration
Files in mlsolutions/chart-js-integration
Package chart-js-integration
Short Description A Simple Dashboard Chart in Laravel Nova using Chart JS. Starting create your own dashboard with Chart JS Integration can save your time and help you maintain consistency across standard elements such as Bar, Stacked, Line, Area, Doughnut and Pie Chart.
License MIT
Homepage https://github.com/coroo
Informations about the package chart-js-integration
Nova ChartJS - Laravel Nova Package
A Laravel Nova Dashboard with Chart JS | See :blue_book:Documentation Page
[!NOTE] 👋 Welcome to Nova-ChartJS! We believe that great software is built through collaboration, and we invite you to be a part of it. Whether you're a developer, designer, tester, or just someone passionate about the project, there are many ways to contribute.

Installation & Documentation
:mortar_board: For better experiences, we moved documentation to : https://coroo.github.io/nova-chartjs/
Security & Input Validation
Recent versions validate chart query inputs more strictly to avoid SQL injection and ambiguous query behavior.
modelmust be an existing Eloquent model class.col_xaxis,joincolumns, and filter keys must be valid identifiers (for example:orders.created_at).- Supported filter operators:
=,!=,<>,>,>=,<,<=,LIKE,NOT LIKE,ILIKE,NOT ILIKE,IS NULL,IS NOT NULL,IN,NOT IN,BETWEEN,NOT BETWEEN. sumaccepts only numeric values or valid column identifiers.
If your dashboard used raw SQL expressions in sum, col_xaxis, or filter keys/operators, adjust it to the supported format above.
Running Tests
This package includes integration tests for the API endpoints, including NOT IN, BETWEEN, join, uom=day, and cache key isolation.
ChangeLog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.