|
Cookbook /
GoogleChartSummary: Include Charts generated by Google Chart API
Version: 2008-01-12
Prerequisites: ?
Status: alpha
Maintainer: ?
Questions answered by this recipeIs it possible to use Google Chart API to describe a chart inside a wiki and let it be generated by Google? DescriptionThe recipe introduces a new markup to describe a Google-Chart. InstallationPut the file gchart_2008-01-12.phpΔ in your cookbook-directory and include it in your configuration. UseThis first version only supports the three obligatory parameters:
So the resulting markup may look like this example: (:gchart data=abfgij xsize=150 ysize=100 type=lc:) which would display as NotesThere is still much to improve. So the encoding is inexpedient for a wiki author and more parameters should be supported. User should keep in mind, that their data is sent to Google... Release NotesThis is a first release. It is more or less a proof of concept than a solution. See AlsoA solution for MediaWiki http://code.google.com/p/gchart4mw ContributorsAnsgar CommentsI'm currently looking at expanding this code to incorporate the ability to use other data formats (i.e. the decimal and expanded formats described in the specifications on Google) - David A Spitzley, 2008-02-28 |