Was able to debug issue, for whatever reason I had formatters coded as the
following which worked with the previous build.
var formatter = new google.visualization.TableNumberFormat(
{prefix: "$", negativeColor: 'red', negativeParens: true});
formatter.format(json_data, 4);
In the new build the 'table' must be removed as such...
var formatter = new google.visualization.NumberFormat(
{prefix: "$", negativeColor: 'red', negativeParens: true});
formatter.format(json_data, 4);
On Tuesday, November 26, 2013 8:17:28 PM UTC-8, Corey Beaumont wrote:
>
> we got the attention of someone at google, although still working on a
> resolution. it appears there is an issue surrounding a prefix (ie $) and
> suffix (ie %) in two different columns of the same chart. please lend help
> is you can.
>
> On Tuesday, November 26, 2013 8:15:30 PM UTC-8, Corey Beaumont wrote:
>>
>> As the title says, our charts just vanished after the update. we have not
>> pushed any code to our site. most charts are inside the members area of
>> BetBuckets.com. if you care to look you can make a free account or see one
>> chart at the bottom of a blog post
>> http://www.betbuckets.com/state-of-the-union/ see but anyways......any
>> thoughts?
>>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.