Forum Discussion
Hamad Nasir
Oct 09, 2022Copper Contributor
Display map from SharePoint List
How can we display the data in maps format from the SharePoint list? I've the data in cascading format and we are looking to display the location pin and when user hover it on, it should display the...
ganeshsanap
Oct 09, 2022MVP
Hamad Nasir Which version of SharePoint are you using? Are you using classic experience or modern experience?
There are no SharePoint out of the box web parts available to achieve your requirements. If you are using modern experience, you have to develop your own web part using SPFx.
You can use libraries like chartjs-chart-geo as well in your SPFx web part which supports showing maps.
You can refer this existing SPFx sample to get started with development: Chart Control Samples.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.