I knew about the AWT blocks... Bah. I'll look into that, but this is a really big blind spot in the functionality... It means no server-generated charts in neither emails nor PDFs. We were trying to move away from PDF in general with this project, by adding HTML emails instead...
On Friday, March 22, 2013 11:12:55 AM UTC-5, Vinny P wrote: > > I researched the same problem a few months ago (for Java) and there's > basically no replacement for the static image chart API. The reason is that > the Java whitelist doesn't include a lot of the AWT classes needed to > render an image (for instance, java.awt.Color). > > I ended up hosting JFreeChart + REST wrapper on an external server, then > calling to it from my AppEngine app. > > -Vinny > > On Tuesday, March 19, 2013 5:40:05 PM UTC-5, Chad Vincent wrote: >> >> Trying to send a pair of simple line charts in an automated status email. >> Can't use the Visualization/Image API, since almost all email clients >> block Javascript. I would use the Image Chart API, but with deprecation >> being less than two years out, I'd rather not have to go back and do it >> again later... >> >> Any suggestions for services or libraries that like GAE? Or am I stuck >> using Image Charts until they vanish? > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
