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
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