Pie Chart on Google map

前端 未结 2 756
滥情空心
滥情空心 2021-02-06 11:40

I want to draw a pie charts on several locations in a Google Map. Is there a way to draw a google pie chart in a particular location in a Google Map to represent a data set (lik

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-06 12:04

    Recently I had to implement pie-charts as markers for many locations on the map. Having many locations on the map app also required marker clustering... In my particular case displaying pie-chart as overlay didn't fit, that's why I built simple library. Maybe saying that it is library is too much because it's just one function for now that generates pie-char svg node. Github repository with example how to use function along with google-maps below
    Repository

提交回复
热议问题