April 4, 2008 - 6 comments

Easy legend generation for the Google Charts API map chart type

In an earlier post, I wrote "I agree with Bjørn that the lack of an API-generated legend is problematic, though one could be constructed via HTML adjacent to the chart." However, it turns out that creating a legend is a bit more difficult than I initially thought. The difficulty was brought to my attention via a post to the Google Charts API Google Group that requested help in writing a PHP function to determine the hex value of interpolated colors. Since I figured this would be a common problem, I wrote a PHP 4 class that will hopefully solve it. You can see the tmMapLegend class in action below with the map produced in the earlier tutorial. Learn more about the class and download it here: http://themechanism.com/barkode/code/tmmaplegend/.

Red States and Blue States, USA

  •   States carried by the Republicans in all four elections
  •   States carried by the Democrats in all four elections
  •   States carried by the Republicans in three of the four elections
  •   States carried by the Democrats in three of the four elections
  •   States carried by each party twice in the four elections

Jeffrey Barke is senior developer and information architect at theMechanism, a maxi-media firm in New York City and London.

Published by: jeffreybarke in The Programming Mechanism

Comments

maps for hotels
October 30, 2008 at 7:15 pm

Unfortunately this works for the States only

Comments are closed.

maps for hotels
October 30, 2008 at 7:15 pm

Unfortunately this works for the States only

Comments are closed.

Jeffrey Barke
November 1, 2008 at 11:27 pm

Hello, maps for hotels:

While it's true that the United States is the only country supported via the Google Charts API, there are country maps for Africa, Asia, Europe, the Middle East, South America and the world.

And the legend generator works for all map types! 🙂

Comments are closed.

Jeffrey Barke
November 1, 2008 at 11:27 pm

Hello, maps for hotels:

While it's true that the United States is the only country supported via the Google Charts API, there are country maps for Africa, Asia, Europe, the Middle East, South America and the world.

And the legend generator works for all map types! 🙂

Comments are closed.