Skip to content

Charts: update date in demos (part 1)#32882

Open
pharret31 wants to merge 5 commits intoDevExpress:26_1from
pharret31:26_1_3682-charts-update-dates-and-format-number-in-demos-part-1
Open

Charts: update date in demos (part 1)#32882
pharret31 wants to merge 5 commits intoDevExpress:26_1from
pharret31:26_1_3682-charts-update-dates-and-format-number-in-demos-part-1

Conversation

@pharret31
Copy link
Contributor

No description provided.

@pharret31 pharret31 self-assigned this Mar 12, 2026
@pharret31 pharret31 added the 26_1 label Mar 12, 2026
@pharret31 pharret31 marked this pull request as ready for review March 12, 2026 10:56
@pharret31 pharret31 requested a review from a team as a code owner March 12, 2026 10:56
Copilot AI review requested due to automatic review settings March 12, 2026 10:56
@pharret31 pharret31 changed the title Charts: update dates and format number in demos (part 1) Charts: update date in demos (part 1) Mar 12, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot AI review requested due to automatic review settings March 12, 2026 11:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 43 out of 43 changed files in this pull request and generated no new comments.

@pharret31 pharret31 closed this Mar 13, 2026
@pharret31 pharret31 reopened this Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants