[Geoserver-users] other charts than pie SLD

Hi,
I'm trying to generate charts on geoserver via chart extension here
http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/
http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/ but I can't
find, how change pie chart to bar, column and so on. I tried to change cht=p
in code to cht=b, cht=c but nothing. Can you help me? Do you know any page
with documentation to this extension, I can't find anything :frowning:

Thanks a lot
Dan

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/other-charts-than-pie-SLD-tp4640505p4640505.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

On Wed, Mar 21, 2012 at 1:57 PM, vrbikdan <vrbikdan@anonymised.com> wrote:

Hi,
I’m trying to generate charts on geoserver via chart extension here
http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/
http://blog.geoserver.org/2009/06/01/geoserver-chart-extension/ but I can’t
find, how change pie chart to bar, column and so on. I tried to change cht=p
in code to cht=b, cht=c but nothing. Can you help me? Do you know any page
with documentation to this extension, I can’t find anything :frowning:

The extension uses Eastwood charts (http://www.jfree.org/eastwood/),
which in turn mimics the Google charts
API (only a subset of it), but without the requirement to send the data
over to the google servers.
If the latter is not a big issue for you you can as well hit the Google
charts api directly:
http://code.google.com/intl/it-IT/apis/chart/

(Google recently turned some of these api’s into pay per use ones
beyond a certain amount of traffic, don’t know if Google charts was
involved though)

Cheers
Andrea

Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 339 8844549

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf


On Wed, Mar 21, 2012 at 2:10 PM, Andrea Aime <andrea.aime@anonymised.com.1107…> wrote:

The extension uses Eastwood charts (http://www.jfree.org/eastwood/),
which in turn mimics the Google charts
API (only a subset of it), but without the requirement to send the data
over to the google servers.
If the latter is not a big issue for you you can as well hit the Google
charts api directly:
http://code.google.com/intl/it-IT/apis/chart/

Wrong link, this one should do:

http://code.google.com/intl/it-IT/apis/chart/image/

Cheers
Andrea

Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy

phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 339 8844549

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf


Thanks Andrea, I'm bad in searching sometimes so I visited google chart
documentation , but didn't your second link. There is all written, thanks :wink:

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/other-charts-than-pie-SLD-tp4640505p4640566.html
Sent from the GeoServer - User mailing list archive at Nabble.com.