GitXplorerGitXplorer
m

mc-goog-visualization

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cb3005cf494c44d96a3efbea8da497118711eec2

Local changes not in upstream.

committed 12 years ago
Unverified
35efcbb8fff1d3b2bc30ac82acac940b248a6bbc

Update the auto-generated docs

committed 16 years ago
Unverified
e7c4642635ca92b1e986c83058be97f35e212f0d

Fix typo in parsing offset clause [#11]

committed 16 years ago
Unverified
acb2604f4232ed6c66ff00c18f95c10962d2e23e

Fix handling of IS NULL and IS NOT NULL operators in parser [#8]

committed 16 years ago
Unverified
0621c193edede49f00e64dac18ba63e6f205af3b

Fix issue with new JSON protocol error handling [#7]

committed 16 years ago
Unverified
13b037a5a8b7c210ecf5d8cea315eadd883d98e2

Fix Issue #5 - all query functions are numeric, and should cast the resulting field type appropriately.

committed 16 years ago

README

The README file for this repository.

MC_Google_Visualization Version 0.3

MC_Google_Visualization provides simple support for integrating Google Visualization charts and graphs with your own internal database. It includes a complete parser for the Google Visualization Query Language, giving you the same ease of pivoting and formatting data from your database as is currently possible with Google Spreadsheets.

Documentation for MC_Google_Visualization can be found at our Google Code project page: http://code.google.com/p/mc-goog-visualization/

Installation

To use MC_Google_Visualization in your own projects, just copy the contents of the "lib" directory somewhere in your PHP include path. With a simple you should be all set to go. See the documentation above for more detailed instructions on the API.

Examples

Some examples can be found in the examples/ directory. Stick the MC_Google_Visualization files somewhere on a web server with PHP installed, and browse to /examples/ to see the list. For these examples, PDO with SQLite3 support is required.