On 26 Jan 2011, at 23:32, Nikolay Rychkov wrote: > Thank you very much but this is not a solution
Not sure why not. The only modern browser they don't work in is opera (though it has an SVG workaround), and there's an elegant fallback to images. Even IE6 has basic gradients. Anyway, there are lots of online gradient image generators, though most are meant for interactive use rather than static generation, but there are some open source ones e.g. http://www.phpclasses.org/package/3852-PHP-Generate-images-with-a-gradient-pattern.html If I was going to write my own gradient generator API, I'd probably start with something like imagemagick since it's fast, solid and scarily flexible: http://www.imagemagick.org/Usage/canvas/#gradient Marcus -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
