[PR #10] [MERGED] Chart #1974

Open
opened 2026-01-29 18:16:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/10
Author: @akorchev
Created: 3/19/2020
Status: Merged
Merged: 3/19/2020
Merged by: @akorchev

Base: masterHead: chart


📝 Commits (7)

📊 Changes

6 files changed (+406 additions, -8 deletions)

View changed files

Pages/AreaChartPage.razor (+161 -0)
Pages/ColumnChartPage.razor (+78 -0)
Pages/LineChartPage.razor (+46 -0)
Pages/StylingChartPage.razor (+80 -0)
📝 Services/ExampleService.cs (+34 -0)
📝 Shared/RadzenExample.razor (+7 -8)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/10 **Author:** [@akorchev](https://github.com/akorchev) **Created:** 3/19/2020 **Status:** ✅ Merged **Merged:** 3/19/2020 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `chart` --- ### 📝 Commits (7) - [`4fa48ba`](https://github.com/radzenhq/radzen-blazor/commit/4fa48bac2904aec2495bbfd59605096ac80bdfed) Line Chart demo. - [`15b2ad0`](https://github.com/radzenhq/radzen-blazor/commit/15b2ad0d57bf9ec12256aad7266e001130563d79) Add chart demos. - [`fa7e8a2`](https://github.com/radzenhq/radzen-blazor/commit/fa7e8a248fe66d9cff52dd6472739816df61d27a) Chart styling example. - [`16c08df`](https://github.com/radzenhq/radzen-blazor/commit/16c08df776f644e9365cbef969a1c520583f9f9b) Update styling demo. - [`ea31a13`](https://github.com/radzenhq/radzen-blazor/commit/ea31a13b78dbff0d484e0a540147a4b379386325) Update styling page. - [`cf36092`](https://github.com/radzenhq/radzen-blazor/commit/cf360929291dcc537755c864f8100a7cd3557821) Update area chart page. - [`5b9a2a3`](https://github.com/radzenhq/radzen-blazor/commit/5b9a2a3ef09dfc80bacf765c8736c9fba17b8b16) Update chart demos with latest API. ### 📊 Changes **6 files changed** (+406 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `Pages/AreaChartPage.razor` (+161 -0) ➕ `Pages/ColumnChartPage.razor` (+78 -0) ➕ `Pages/LineChartPage.razor` (+46 -0) ➕ `Pages/StylingChartPage.razor` (+80 -0) 📝 `Services/ExampleService.cs` (+34 -0) 📝 `Shared/RadzenExample.razor` (+7 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:16:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1974