Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #12506 | Chart Docs - Import instructions and tooltip customization #13964

Merged
merged 1 commit into from Jan 4, 2024

Conversation

kyjus25
Copy link
Contributor

@kyjus25 kyjus25 commented Oct 26, 2023

Defect Fixes

Fixes #12506

Summary

ChartJS no longer requires adding the script to angular.json because PrimeNG is using the ESM chart.js/auto import. Attempting to follow the PrimeNG docs results in an error.

The Stack Bar example also included a customization for tooltips which were improperly configured.
The configuration object is "tooltip", not "tooltips".

Please note that the StackBlitz and CodeSandbox examples do not include the script tag in angular.json, but they do have the "tooltips" bug and should also be changed.

Feature Requests

Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes.
Smaller scaled feature implementations such as adding a property to a component will be considered for merging.

@vercel
Copy link

vercel bot commented Oct 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
primeng-ssr-test ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 26, 2023 3:04pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Oct 26, 2023 3:04pm

@cetincakiroglu cetincakiroglu merged commit 431b93d into primefaces:master Jan 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Charts: update documentation for Chart.js due breaking change in Version 4.x
3 participants