This code is the end result of the community visualization codelab.
The src folder contains 4 myVizSource.js files, which each correspond
to a different step in the codelab. To deploy at each step, run the build
script with the corresponding myVizSource.js file as a parameter.
| Filename | Codelab step |
|---|---|
myVizSource1.js |
Step 4 |
myVizSource2.js |
Step 12 |
myVizSource3.js |
Step 13 |
myVizSource4.js |
Step 14 |
To use the bash build and deploy script, run the command below, replacing
my-viz-bucket-path with your own GCS bucket path, and myVizSource1.js with
the step in the codelab you want to build.
bash build.sh gs://my-viz-bucket-path src/myVizSource1.jsTo load the visualization, follow the instructions in the
codelab,
and paste in the visualization ID: gs://community-viz-docs/codelab.
Complete the codelab at codelabs.developers.google.com for more context on how to use this code.