Reputation: 493
I am using heremaps Javascript library as a base for my mapping development. The use case is to display a pie-chart as markers on map.
Is there a simple way to do this. Can I pick here charting library "Data Lens" and represent charts created through them as map markers.
Appreciate any help. Thanks
Upvotes: 0
Views: 118
Reputation: 1044
Marker supports SVG (example) so if Pie charts are created using SVG then this should be possible. The graphs from Data Lens are usually embedded using Iframe, you could embed the iFrame in the Infobubble with the Marker but using the Chart as a marker itself might not be possible.
Upvotes: 1