Sandbox5: Difference between revisions
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> |