[web2py] Re: web2py with Google Charts

2012-05-04 Thread howesc
can you make a view that outputs this format given the data as you have it in the controller? that might be better than json and un-json etc... On Friday, May 4, 2012 7:24:27 AM UTC-7, weheh wrote: > > Well, I resorted to a bunch of .replace(...) statements and beat the text > into submission.

[web2py] Re: web2py with Google Charts

2012-05-04 Thread weheh
Well, I resorted to a bunch of .replace(...) statements and beat the text into submission. Case closed, but it's fugly and inelegant. It's too bad the interface between web2py and google charts isn't better. They're claiming to take a json interface, but the json that web2py produces doesn't se