Closed (fixed)
Project:
Google Chart Tools: Image Charts
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 15:01 UTC
Updated:
17 Jun 2008 at 14:12 UTC
I am very excited by this module; keep up the great work!
However, one problem that prevents me from starting to use it -- CHART_TYPE_MAP works fine as shown in the example here but only for up to 3 country codes!
E.g.
array('US','AU','BE'); ... works
array('US','AU','BG'); ... works
array('US','AU','BE','BG'); ... does not work!
Could you please have a look at this - I am sure it will be a simple little bug to fix.
Comments
Comment #1
tjholowaychuk commentedHello, thanks for the comments!
I ran a quick test as you mentioned with more than 3 values:
Although ugly, it did work haha. Here is the URI outputted:
http://chart.apis.google.com/chart?chd=t%3A10%2C50%2C100%2C60&cht=t&chs=...
Comment #2
vacilando commentedI am awfully sorry: you are right, it works! I forgot about having to set the intensity values for each country.
Comment #3
tjholowaychuk commentedNot a problem! Had me scared there haha
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.