-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blazor Bootstrap v3.0.0-preview.3 - updates
- Loading branch information
Showing
6 changed files
with
74 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Blazor Bootstrap v3.0.0-preview.3 | ||
authors: | ||
name: Vikram Reddy | ||
title: Creator | ||
url: https://github.com/gvreddy04 | ||
image_url: https://avatars.githubusercontent.com/u/2337067 | ||
tags: [v3.0.0, blazor, bootstrap, blazorbootstrap, charts, grid, barchart, doughnutchart, linechart, piechart, polarareachart, radarchart, scatterchart, pdfviewer, sidebar2] | ||
--- | ||
|
||
We are excited to release version 3.0.0-preview.3, which includes new Radar chart and Scatter chart components, and other improvements! | ||
|
||
![image](https://i.imgur.com/Urrb79M.png "Blazor Bootstrap: Radar Chart Component") | ||
|
||
<!--truncate--> | ||
|
||
## What's new | ||
|
||
- `Radar Chart` component | ||
- `Scatter Chart` component | ||
|
||
## What's changed | ||
|
||
- `Grid` component | ||
- Fixed enum filter issues | ||
- Updated placeholders | ||
|
||
- `Bar Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Doughnut Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Line Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Pie Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `PolarArea Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Sidebar2` component | ||
- Fixed icon alignment issue for non-US cultures | ||
|
||
- `PdfViewer` component | ||
- Fixed rendering issue for MAUI Blazor Hybrid Apps | ||
|
||
- `Color Utility` | ||
- Added color utility demos | ||
|
||
- Demos & Docs updated. | ||
|
||
## Links | ||
- [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/) | ||
- [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/) |