Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.31 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.31 KB

Create choropleth Map

Bubbles can be rendered in different colors and sizes based on the data values of their assigned shape. You can add information to shapes such as population density, number of users, and more. You can enable bubbles using the MapShapeSource.bubbleSizeMapper. This property is used to specify the value based on which the bubble’s size has to be rendered. You can customize the bubble color based on the value returned from the MapShapeSource.bubbleColorValueMapper property. You can either return a value or a color from the bubbleColorValueMapper.

Documentation: https://help.syncfusion.com/flutter/maps/bubble

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘flutter choropleth maps’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, or Flutter documentation.