Graph 3D expects a data table with first three to five columns: colums x, y, z (optional), value, filtervalue (optional).
x
y
z
value
filtervalue
The csv table must contain a header line with column names.
Simple example Line example Animation example Moving dots example Colored dots example Sized dots example
Simple example
The javascript source must create a global variable named data which contains a google visualization DataTable.
data
Simple example Function example
Google Spreadsheet example (view spreadsheet)
Example (view source code)