-
Notifications
You must be signed in to change notification settings - Fork 9
Updates for tests #46
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates React projects to modernize dependencies, standardize chart demos across platforms, and migrate Highcharts integration to use the official wrapper. The key changes focus on package updates, chart demo improvements, and bug fixes.
- Updated packages to latest versions including React 19, TypeScript 5.8, and chart libraries
- Migrated Highcharts integration from direct DOM manipulation to official React wrapper
- Standardized chart demos and reports across Vue and React projects for consistency
Reviewed Changes
Copilot reviewed 36 out of 36 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
typescript/package.json, nextjs-ts/package.json, ES6/package.json | Updated dependencies to latest versions |
WithHighcharts.tsx/.jsx | Migrated to highcharts-react-official wrapper with state management |
WithAmcharts4.tsx/.jsx, WithAmcharts.tsx/.jsx | Improved chart lifecycle management and consistent pie chart implementation |
UsingAPICalls.tsx/.jsx | Renamed functions for better clarity and removed unused code |
HandlingEvents.tsx/.jsx | Fixed event handling and improved state management |
Various component files | Standardized report URLs and improved code formatting |
typescript/src/components/ReactFlexmonsterExamples/WithHighcharts.tsx
Outdated
Show resolved
Hide resolved
…rts.tsx Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
This reverts commit e0b7173.
list of updates to react projects:
highcharts-react
wrapper