Difference between revisions of "Sandbox5"

From Testiwiki
Jump to: navigation, search
m (Google Charts Test)
m (Google Charts Test)
Line 27: Line 27:
 
# Opasnet wrapper for gvis-functions, plain and simple as that
 
# Opasnet wrapper for gvis-functions, plain and simple as that
 
google.gvis('Motion Chart', Fruits, idvar="Fruit", timevar="Year", options=list(height=350, width=400))
 
google.gvis('Motion Chart', Fruits, idvar="Fruit", timevar="Year", options=list(height=350, width=400))
 +
 +
 +
google.gvis('Geo Map', Exports, locationvar="Country", numvar="Profit",options=list(dataMode='regions',height=480,width=640))
 +
 
</rcode>
 
</rcode>

Revision as of 12:37, 6 November 2013

Invalid code test

+ Show code


+ Show code

Google Charts Test

+ Show code