scavix / wdf-chartjs
ChartJS components
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
pkg:composer/scavix/wdf-chartjs
Requires
- scavix/wdf-core: ^1.0.2
This package is auto-updated.
Last update: 2025-10-17 09:13:47 UTC
README
This is a package for the Scavix Software Web Development Framework. It contains a wrapper control for ChartJS.
Installation
Install the package with composer require scavix/wdf-chartjs
Dependencies
Used software
Name | Version | Web | Description |
---|---|---|---|
Canvas2Svg | 1.0.19 | https://github.com/gliffy/canvas2svg | Translates HTML5 Canvas draw commands to SVG |
Chart.js | 4.5.0 | https://www.chartjs.org/ | Simple HTML5 charts using the canvas element. |
Luxon | 3.7.1 | https://moment.github.io/luxon/ | A powerful, modern, and friendly wrapper for JavaScript dates and times. |
chartjs-adapter-luxon | 1.3.1 | https://github.com/chartjs/chartjs-adapter-luxon | Luxon adapter for Chart.js |
chartjs-plugin-datalabels | 2.2.0 | https://chartjs-plugin-datalabels.netlify.app/ | Highly customizable Chart.js plugin that displays labels on data for any type of charts. |
chartjs-plugin-stacked100 | 1.7.0 | https://github.com/y-takey/chartjs-plugin-stacked100 | This plugin for Chart.js that makes your bar chart to 100% stacked bar chart. |
chartjs-plugin-trendline | 3.0.0 | https://github.com/Makanz/chartjs-plugin-trendline | This plugin draws linear and exponential trendlines in your Chart. |