Skip to content

Commit 4fc0fa3

Browse files
1022922: Updated ReadMe file of the project.
1 parent 35bc598 commit 4fc0fa3

1 file changed

Lines changed: 36 additions & 9 deletions

File tree

README.md

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,45 @@
11
# How to Add and Customize Bubbles in the Blazor Maps Control
22

3-
This sample explains about how to add and customize a Syncfusion Blazor Bubble Maps in a Blazor WebAssembly app. This project also includes a code snippet to change the bubble type, add multiple groups of bubbles to maps and how to add tooltips and format them.
3+
This project demonstrates how to add and customize Bubble Maps using the Syncfusion Blazor Maps component in a Blazor WebAssembly application. It focuses on visualizing data points as bubbles on a map and explains how different bubble configurations can be applied to improve data presentation and interactivity.
44

5-
**Examples**: https://blazor.syncfusion.com/demos/maps/bubble?theme=bootstrap5
5+
The sample includes practical implementations for changing bubble types, working with multiple groups of bubbles, and enhancing user experience through tooltips with custom formatting. It is intended to help developers understand how bubble layers work in Blazor Maps and how they can be adapted for real-world geographic data visualization scenarios.
66

7-
**Documentation**: https://blazor.syncfusion.com/documentation/maps/bubble
7+
## Key Features
8+
9+
- Implementation of bubble layers in Syncfusion Blazor Maps
10+
- Customization of bubble appearance and types
11+
- Support for multiple bubble groups on a single map
12+
- Tooltip integration with formatted content
13+
- Designed for Blazor WebAssembly applications
814

915
## Prerequisites
1016

11-
* Visual Studio 2022
17+
Before running this project, ensure the following tools are installed:
18+
19+
- Visual Studio 2022
20+
- .NET SDK compatible with Blazor WebAssembly
21+
- Basic knowledge of Blazor and Razor components
22+
23+
## How to Run the Project
24+
25+
1. Clone or download this repository to your local machine.
26+
2. Open the solution file in **Visual Studio 2022**.
27+
3. Restore all required NuGet packages by rebuilding the solution.
28+
4. Run the project using the built-in IIS Express or Kestrel server.
29+
5. View the application in your browser to explore bubble map functionality.
30+
31+
## Usage Notes
32+
33+
This sample is useful for learning how to visualize location-based or statistical data using bubble maps. Developers can extend the provided examples by adjusting data sources, modifying tooltip templates, or experimenting with different bubble sizes and styles based on application needs.
34+
35+
## Additional Resources
36+
37+
**Live Example**
38+
https://blazor.syncfusion.com/demos/maps/bubble?theme=bootstrap5
39+
40+
**Official Documentation**
41+
https://blazor.syncfusion.com/documentation/maps/bubble
1242

13-
## How to run the project
43+
## Support
1444

15-
* Checkout this project to a location in your disk.
16-
* Open the solution file using the Visual Studio 2022.
17-
* Restore the NuGet packages by rebuilding the solution.
18-
* Run the project.
45+
For Syncfusion-related issues or questions, refer to the official documentation or community forums. For general Blazor development help, Microsoft’s documentation and developer community resources are recommended.

0 commit comments

Comments
 (0)