Skip to content

Charts: update date in demos (part 3)#32889

Merged
pharret31 merged 4 commits intoDevExpress:26_1from
pharret31:26_1_3695-charts-update-date-in-demos-part-3
Mar 13, 2026
Merged

Charts: update date in demos (part 3)#32889
pharret31 merged 4 commits intoDevExpress:26_1from
pharret31:26_1_3695-charts-update-date-in-demos-part-3

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 18:13
@pharret31 pharret31 requested a review from a team as a code owner March 12, 2026 18:13
Copilot AI review requested due to automatic review settings March 12, 2026 18:13
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 DevExtreme Charts demo data and labels to reflect newer years/values across jQuery/Vue/React/Angular demos, including commodity and Olympics-related datasets.

Changes:

  • Replaced older datasets (e.g., 2004/2005/2008/2010–2012/2017) with newer ones (mostly 2021–2024, and 2025 for range comparison).
  • Updated demo titles/headers and series field bindings to match the new datasets.
  • Standardized tooltip currency formatting in many demos to include 2-decimal precision.

Reviewed changes

Copilot reviewed 128 out of 128 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
apps/demos/data/resourceData.json Replaces resource commodity dataset with copper/nickel/palladium values for 2021–2023.
apps/demos/Demos/Charts/WinlossSparklines/jQuery/index.js Renames series/options to copper/nickel/palladium and updates years/thresholds + tooltip config.
apps/demos/Demos/Charts/WinlossSparklines/jQuery/index.html Updates title/table headers and CSS classes for 2021–2023 + new commodities.
apps/demos/Demos/Charts/WinlossSparklines/jQuery/data.js Replaces win/loss sparkline datasets with 2021–2023 copper/nickel/palladium values.
apps/demos/Demos/Charts/WinlossSparklines/Vue/RowTemplate.vue Switches data sources to copper/nickel/palladium and updates tooltip format precision.
apps/demos/Demos/Charts/WinlossSparklines/Vue/App.vue Updates title/headers and displayed years to 2021–2023.
apps/demos/Demos/Charts/WinlossSparklines/ReactJs/RowTemplate.js Switches data sources to copper/nickel/palladium and updates tooltip format precision.
apps/demos/Demos/Charts/WinlossSparklines/ReactJs/App.js Updates title/headers and displayed years to 2021–2023.
apps/demos/Demos/Charts/WinlossSparklines/React/RowTemplate.tsx Switches data sources to copper/nickel/palladium and updates tooltip format precision.
apps/demos/Demos/Charts/WinlossSparklines/React/App.tsx Updates title/headers and displayed years to 2021–2023.
apps/demos/Demos/Charts/WinlossSparklines/Angular/app/app.component.ts Renames bound datasets and years array to copper/nickel/palladium (2021–2023).
apps/demos/Demos/Charts/WinlossSparklines/Angular/app/app.component.html Updates title/headers/bindings to copper/nickel/palladium with currency precision formatting.
apps/demos/Demos/Charts/SimpleSparklines/jQuery/index.js Updates sparkline value fields to 2021–2023 and sets tooltip currency precision.
apps/demos/Demos/Charts/SimpleSparklines/jQuery/index.html Updates displayed years to 2021–2023 and CSS class hooks.
apps/demos/Demos/Charts/SimpleSparklines/jQuery/data.js Replaces oil/gold/silver datasets with 2021–2023 values.
apps/demos/Demos/Charts/SimpleSparklines/Vue/data.ts Replaces oil/gold/silver datasets with 2021–2023 values.
apps/demos/Demos/Charts/SimpleSparklines/Vue/RowTemplate.vue Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/SimpleSparklines/Vue/App.vue Updates displayed years to 2021–2023.
apps/demos/Demos/Charts/SimpleSparklines/ReactJs/RowTemplate.js Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/SimpleSparklines/ReactJs/App.js Updates displayed years to 2021–2023.
apps/demos/Demos/Charts/SimpleSparklines/React/data.ts Replaces oil/gold/silver datasets with 2021–2023 values.
apps/demos/Demos/Charts/SimpleSparklines/React/RowTemplate.tsx Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/SimpleSparklines/React/App.tsx Updates displayed years to 2021–2023.
apps/demos/Demos/Charts/SimpleSparklines/Angular/app/app.service.ts Updates CostInfo shape and datasets to 2021–2023 values.
apps/demos/Demos/Charts/SimpleSparklines/Angular/app/app.component.ts Updates years array to 2021–2023.
apps/demos/Demos/Charts/SimpleSparklines/Angular/app/app.component.html Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/SankeyChart/jQuery/index.js Updates Sankey title year to 2024.
apps/demos/Demos/Charts/SankeyChart/Vue/App.vue Updates Sankey title year to 2024.
apps/demos/Demos/Charts/SankeyChart/ReactJs/App.js Updates Sankey title year to 2024.
apps/demos/Demos/Charts/SankeyChart/React/App.tsx Updates Sankey title year to 2024.
apps/demos/Demos/Charts/SankeyChart/Angular/app/app.component.html Updates Sankey title year to 2024.
apps/demos/Demos/Charts/RangeBar/jQuery/index.js Updates chart title year to 2024.
apps/demos/Demos/Charts/RangeBar/jQuery/data.js Updates date range and values to 2024 monthly points.
apps/demos/Demos/Charts/RangeBar/Vue/data.ts Updates date range and values to 2024 monthly points.
apps/demos/Demos/Charts/RangeBar/Vue/App.vue Updates chart title year to 2024.
apps/demos/Demos/Charts/RangeBar/ReactJs/data.js Updates date range and values to 2024 monthly points.
apps/demos/Demos/Charts/RangeBar/ReactJs/App.js Updates chart title year to 2024.
apps/demos/Demos/Charts/RangeBar/React/data.ts Updates date range and values to 2024 monthly points.
apps/demos/Demos/Charts/RangeBar/React/App.tsx Updates chart title year to 2024.
apps/demos/Demos/Charts/RangeBar/Angular/app/app.service.ts Updates date range and values to 2024 monthly points.
apps/demos/Demos/Charts/RangeBar/Angular/app/app.component.html Updates chart title year to 2024.
apps/demos/Demos/Charts/RangeArea/jQuery/index.js Updates series field names and title to 2024–2025.
apps/demos/Demos/Charts/RangeArea/jQuery/data.js Updates inflation dataset fields/dates to 2024 with val2024/val2025 keys.
apps/demos/Demos/Charts/RangeArea/Vue/data.ts Updates inflation dataset fields/dates to 2024 with val2024/val2025 keys.
apps/demos/Demos/Charts/RangeArea/Vue/App.vue Updates series field bindings and title to 2024–2025.
apps/demos/Demos/Charts/RangeArea/ReactJs/data.js Updates inflation dataset fields/dates to 2024 with val2024/val2025 keys.
apps/demos/Demos/Charts/RangeArea/ReactJs/App.js Updates series field bindings and title to 2024–2025.
apps/demos/Demos/Charts/RangeArea/React/data.ts Updates inflation dataset fields/dates to 2024 with val2024/val2025 keys.
apps/demos/Demos/Charts/RangeArea/React/App.tsx Updates series field bindings and title to 2024–2025.
apps/demos/Demos/Charts/RangeArea/Angular/app/app.service.ts Updates inflation model and dataset fields to val2024/val2025.
apps/demos/Demos/Charts/RangeArea/Angular/app/app.component.html Updates series field bindings and title to 2024–2025.
apps/demos/Demos/Charts/PieResolveLabelOverlap/jQuery/index.js Updates title year to 2024.
apps/demos/Demos/Charts/PieResolveLabelOverlap/jQuery/data.js Replaces medals dataset with updated 2024 results.
apps/demos/Demos/Charts/PieResolveLabelOverlap/Vue/data.ts Replaces medals dataset with updated 2024 results.
apps/demos/Demos/Charts/PieResolveLabelOverlap/Vue/App.vue Updates title year to 2024.
apps/demos/Demos/Charts/PieResolveLabelOverlap/ReactJs/data.js Replaces medals dataset with updated 2024 results.
apps/demos/Demos/Charts/PieResolveLabelOverlap/ReactJs/App.js Updates title year to 2024.
apps/demos/Demos/Charts/PieResolveLabelOverlap/React/data.ts Replaces medals dataset with updated 2024 results.
apps/demos/Demos/Charts/PieResolveLabelOverlap/React/App.tsx Updates title year to 2024.
apps/demos/Demos/Charts/PieResolveLabelOverlap/Angular/app/app.service.ts Replaces medals dataset with updated 2024 results.
apps/demos/Demos/Charts/PieResolveLabelOverlap/Angular/app/app.component.html Updates title year to 2024.
apps/demos/Demos/Charts/Line/jQuery/index.js Updates chart title year to 2024.
apps/demos/Demos/Charts/Line/jQuery/data.js Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Line/Vue/data.ts Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Line/Vue/App.vue Updates chart title year to 2024.
apps/demos/Demos/Charts/Line/ReactJs/data.js Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Line/ReactJs/App.js Updates chart title year to 2024.
apps/demos/Demos/Charts/Line/React/data.ts Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Line/React/App.tsx Updates chart title year to 2024.
apps/demos/Demos/Charts/Line/Angular/app/app.service.ts Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Line/Angular/app/app.component.html Updates chart title year to 2024.
apps/demos/Demos/Charts/LabelCustomization/jQuery/index.js Updates title year to 2024.
apps/demos/Demos/Charts/LabelCustomization/jQuery/data.js Replaces medals dataset with updated 2024 results (subset).
apps/demos/Demos/Charts/LabelCustomization/Vue/data.ts Replaces medals dataset with updated 2024 results (subset).
apps/demos/Demos/Charts/LabelCustomization/Vue/App.vue Updates title year to 2024.
apps/demos/Demos/Charts/LabelCustomization/ReactJs/data.js Replaces medals dataset with updated 2024 results (subset).
apps/demos/Demos/Charts/LabelCustomization/ReactJs/App.js Updates title year to 2024.
apps/demos/Demos/Charts/LabelCustomization/React/data.ts Replaces medals dataset with updated 2024 results (subset).
apps/demos/Demos/Charts/LabelCustomization/React/App.tsx Updates title year to 2024.
apps/demos/Demos/Charts/LabelCustomization/Angular/app/app.service.ts Replaces medals dataset with updated 2024 results (subset).
apps/demos/Demos/Charts/LabelCustomization/Angular/app/app.component.html Updates title year to 2024.
apps/demos/Demos/Charts/HoverMode/jQuery/index.js Updates compared series years to 2016/2020/2024.
apps/demos/Demos/Charts/HoverMode/jQuery/data.js Replaces dataset keys/values to year2016/year2020/year2024.
apps/demos/Demos/Charts/HoverMode/Vue/data.ts Replaces dataset keys/values and series source mapping for 2016/2020/2024.
apps/demos/Demos/Charts/HoverMode/ReactJs/data.js Replaces dataset keys/values and series source mapping for 2016/2020/2024.
apps/demos/Demos/Charts/HoverMode/React/data.ts Replaces dataset keys/values and series source mapping for 2016/2020/2024.
apps/demos/Demos/Charts/HoverMode/Angular/app/app.service.ts Replaces dataset model/values to year2016/year2020/year2024.
apps/demos/Demos/Charts/HoverMode/Angular/app/app.component.html Updates bound series fields/names to 2016/2020/2024.
apps/demos/Demos/Charts/Crosshair/jQuery/index.js Updates chart title year to 2024.
apps/demos/Demos/Charts/Crosshair/jQuery/data.js Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Crosshair/Vue/data.ts Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Crosshair/Vue/App.vue Updates chart title year to 2024.
apps/demos/Demos/Charts/Crosshair/ReactJs/data.js Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Crosshair/ReactJs/App.js Updates chart title year to 2024.
apps/demos/Demos/Charts/Crosshair/React/data.ts Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Crosshair/React/App.tsx Updates chart title year to 2024.
apps/demos/Demos/Charts/Crosshair/Angular/app/app.service.ts Replaces energy dataset values/countries for updated demo set.
apps/demos/Demos/Charts/Crosshair/Angular/app/app.component.html Updates chart title year to 2024.
apps/demos/Demos/Charts/BarSparklines/jQuery/index.js Updates valueField mappings to copper/nickel/palladium 2021–2023 and tooltip precision.
apps/demos/Demos/Charts/BarSparklines/jQuery/index.html Updates title/table headers/classes to copper/nickel/palladium and years 2021–2023.
apps/demos/Demos/Charts/BarSparklines/Vue/RowTemplate.vue Updates value-field mapping to copper/nickel/palladium + tooltip precision.
apps/demos/Demos/Charts/BarSparklines/Vue/App.vue Updates years list to 2021–2023 for the Vue BarSparklines demo.
apps/demos/Demos/Charts/BarSparklines/ReactJs/RowTemplate.js Updates valueField mapping to copper/palladium and tooltip precision.
apps/demos/Demos/Charts/BarSparklines/ReactJs/App.js Updates years/title/headers to 2021–2023 and copper/nickel/palladium.
apps/demos/Demos/Charts/BarSparklines/React/RowTemplate.tsx Updates valueField mapping to copper/palladium and tooltip precision.
apps/demos/Demos/Charts/BarSparklines/React/App.tsx Updates years/title/headers to 2021–2023 and copper/nickel/palladium.
apps/demos/Demos/Charts/BarSparklines/Angular/app/app.component.ts Updates years list to 2021–2023.
apps/demos/Demos/Charts/BarSparklines/Angular/app/app.component.html Updates title/headers/bindings to copper/nickel/palladium + tooltip precision.
apps/demos/Demos/Charts/AreaSparklines/jQuery/index.js Updates valueField years to 2021–2023 and tooltip precision handling.
apps/demos/Demos/Charts/AreaSparklines/jQuery/index.html Updates displayed years to 2021–2023 and CSS class hooks.
apps/demos/Demos/Charts/AreaSparklines/jQuery/data.js Replaces copper/nickel/palladium datasets with 2021–2023 values.
apps/demos/Demos/Charts/AreaSparklines/Vue/data.ts Replaces copper/nickel/palladium datasets with 2021–2023 values.
apps/demos/Demos/Charts/AreaSparklines/Vue/RowTemplate.vue Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/AreaSparklines/Vue/App.vue Updates displayed years to 2021–2023.
apps/demos/Demos/Charts/AreaSparklines/ReactJs/RowTemplate.js Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/AreaSparklines/ReactJs/App.js Updates displayed years to 2021–2023.
apps/demos/Demos/Charts/AreaSparklines/React/data.ts Replaces copper/nickel/palladium datasets with 2021–2023 values.
apps/demos/Demos/Charts/AreaSparklines/React/RowTemplate.tsx Updates tooltip format to currency with precision.
apps/demos/Demos/Charts/AreaSparklines/React/App.tsx Updates displayed years to 2021–2023.
apps/demos/Demos/Charts/AreaSparklines/Angular/app/app.component.ts Updates years list to 2021–2023.
apps/demos/Demos/Charts/AreaSparklines/Angular/app/app.component.html Updates tooltip format to currency with precision.

Copilot AI review requested due to automatic review settings March 13, 2026 08:17
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 128 out of 128 changed files in this pull request and generated no new comments.

@pharret31 pharret31 merged commit 93dc1fa into DevExpress:26_1 Mar 13, 2026
106 checks passed
@pharret31 pharret31 deleted the 26_1_3695-charts-update-date-in-demos-part-3 branch March 13, 2026 15:43
pharret31 added a commit to pharret31/DevExtreme that referenced this pull request 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