Sandbox5: Difference between revisions

From Opasnet
Jump to navigation Jump to search
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