symfony/ux-chartjs
Symfony UX Chart.js is a Symfony bundle that integrates Chart.js into Symfony apps. Part of the Symfony UX initiative, it helps you build and render interactive charts with modern UX tooling. Documentation and issues are managed in the main symfony/ux repo.
StimulusTwigExtension from WebpackEncoreBundle ^1.0, use StimulusBundle insteadAdd support for symfony/asset-mapper
Add dependency on symfony/stimulus-bundle
Minimum required PHP version is now 8.1.
Minimum required Symfony version is now 5.4.
view Stimulus value
(i.e. the data-symfony--ux-chartjs--chart-view-value attribute) changes.
This makes Chart.js work perfectly inside of a LiveComponent.The chartjs:connect JavaScript event now bubbles up.
Add assets/src to .gitattributes to exclude source TypeScript files from
installing.
TypeScript types are now included.
[BC BREAK] The assets/ directory was moved from Resources/assets/ to assets/. Make
sure the path in your package.json file is updated accordingly.
The directory structure of the bundle was updated to match modern best-practices.
disconnect event to destroy the chart #1944chartjs/auto import with explicit Chart.register() call #1263chartjs:view-value-change event #1605type: module"type: modulestimulus version 2 was removed and support for [@hotwired](https://github.com/hotwired)/stimulus
version 3 was added. See the [@symfony/stimulus-bridge CHANGELOG](https://github.com/symfony/stimulus-bridge/blob/main/CHANGELOG.md#300)
for more details.[DEPENDENCY CHANGE] chart.js is no longer included automatically (#93)
but symfony/flex will automatically add it to your package.json file
when upgrading. Additionally symfony/flex 1.13 or higher is now required
if installed.
Chart.js: add horizontalBar type to chart model #87 - @duboiss
How can I help you explore Laravel packages today?