Charts: update date in demos (part 1)#32882
Open
pharret31 wants to merge 5 commits intoDevExpress:26_1from
Open
Charts: update date in demos (part 1)#32882pharret31 wants to merge 5 commits intoDevExpress:26_1from
pharret31 wants to merge 5 commits intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates multiple Charts demo scenarios to use newer sample dates/years and refreshed numeric sample data so the demos look current and consistent across frameworks (jQuery/React/Vue/Angular).
Changes:
- Updated chart titles, constants, and date ranges from 2017 to 2025 across several demos.
- Updated Points Aggregation weather datasets by shifting all date strings to 2025.
- Refreshed Dynamic Series demo sample data (values and included countries) and adjusted the highlighted series year to match the new dataset.
Reviewed changes
Copilot reviewed 38 out of 38 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/Charts/ServerSideDataProcessing/jQuery/index.js | Updates the demo year used for server-side range requests and title rendering. |
| apps/demos/Demos/Charts/ServerSideDataProcessing/Vue/App.vue | Updates the demo year used for server-side range requests and title rendering. |
| apps/demos/Demos/Charts/ServerSideDataProcessing/ReactJs/App.js | Updates the demo year used for server-side range requests and title rendering. |
| apps/demos/Demos/Charts/ServerSideDataProcessing/React/App.tsx | Updates the demo year used for server-side range requests and title rendering. |
| apps/demos/Demos/Charts/ServerSideDataProcessing/Angular/app/app.component.ts | Updates the demo year used for server-side range requests. |
| apps/demos/Demos/Charts/ServerSideDataProcessing/Angular/app/app.component.html | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/PointsAggregation/jQuery/index.js | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/PointsAggregation/jQuery/data.js | Shifts the entire weather dataset date range from 2017 to 2025. |
| apps/demos/Demos/Charts/PointsAggregation/Vue/data.ts | Shifts the entire weather dataset date range from 2017 to 2025. |
| apps/demos/Demos/Charts/PointsAggregation/Vue/App.vue | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/PointsAggregation/ReactJs/App.js | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/PointsAggregation/React/data.ts | Shifts the entire weather dataset date range from 2017 to 2025. |
| apps/demos/Demos/Charts/PointsAggregation/React/App.tsx | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/PointsAggregation/Angular/app/app.component.html | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/LoadDataOnDemand/test-code.js | Updates the test dataset dates to align with the updated demo year/ranges. |
| apps/demos/Demos/Charts/LoadDataOnDemand/jQuery/index.js | Updates chart title and axis ranges to 2025. |
| apps/demos/Demos/Charts/LoadDataOnDemand/Vue/App.vue | Updates chart title and axis ranges to 2025. |
| apps/demos/Demos/Charts/LoadDataOnDemand/ReactJs/App.js | Updates chart title and axis ranges to 2025. |
| apps/demos/Demos/Charts/LoadDataOnDemand/React/App.tsx | Updates chart title and axis ranges to 2025. |
| apps/demos/Demos/Charts/LoadDataOnDemand/Angular/app/app.component.ts | Updates chart axis bounds/visual range to 2025. |
| apps/demos/Demos/Charts/LoadDataOnDemand/Angular/app/app.component.html | Updates the displayed chart title year. |
| apps/demos/Demos/Charts/DynamicSeries/jQuery/index.js | Changes the highlighted series year to match the updated dataset. |
| apps/demos/Demos/Charts/DynamicSeries/jQuery/data.js | Refreshes Dynamic Series sample data (values/years/countries). |
| apps/demos/Demos/Charts/DynamicSeries/Vue/data.ts | Refreshes Dynamic Series sample data (values/years/countries). |
| apps/demos/Demos/Charts/DynamicSeries/Vue/App.vue | Changes the highlighted series year to match the updated dataset. |
| apps/demos/Demos/Charts/DynamicSeries/ReactJs/data.js | Refreshes Dynamic Series sample data (values/years/countries). |
| apps/demos/Demos/Charts/DynamicSeries/ReactJs/App.js | Changes the highlighted series year to match the updated dataset. |
| apps/demos/Demos/Charts/DynamicSeries/React/data.ts | Refreshes Dynamic Series sample data (values/years/countries). |
| apps/demos/Demos/Charts/DynamicSeries/React/App.tsx | Changes the highlighted series year to match the updated dataset. |
| apps/demos/Demos/Charts/DynamicSeries/Angular/app/app.service.ts | Refreshes Dynamic Series sample data (values/years/countries). |
| apps/demos/Demos/Charts/DynamicSeries/Angular/app/app.component.ts | Changes the highlighted series year to match the updated dataset. |
| apps/demos/Demos/Charts/ClientSideDataProcessing/jQuery/index.js | Updates the displayed chart title year/month label. |
| apps/demos/Demos/Charts/ClientSideDataProcessing/Vue/App.vue | Updates the displayed chart title year/month label. |
| apps/demos/Demos/Charts/ClientSideDataProcessing/ReactJs/App.js | Updates the displayed chart title year/month label. |
| apps/demos/Demos/Charts/ClientSideDataProcessing/React/App.tsx | Updates the displayed chart title year/month label. |
| apps/demos/Demos/Charts/ClientSideDataProcessing/Angular/app/app.component.html | Updates the displayed chart title year/month label. |
EugeniyKiyashko
approved these changes
Mar 12, 2026
…ber-in-demos-part-1
…ber-in-demos-part-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.