Kaluza have built some Community Visualizations for DataStudio
Within DataStudio do the following:
- Click Add Community Visualization, then Explore More
- Click Build your own visualization
- Enter our manifest path:
gs://orion-sre-datastudio-viz-dev
and click Submit - Click on the visualization you wish to add
Firstly you will need to install all dev packages:
npm install --dev
There are some useful GNU Make targets for the development flow:
make dev - Spin up a dev server with Hot Reload
(should automagically open the index page - http://localhost:8080/)
make test - Run jest tests
make upload - Build and upload distribution files to orion-sre-datastudio-viz-dev
make flow - Run flow static type checker
make css-types - Generate *.scss.d.ts Typescript Module Interfaces for .scss sources.
See Time Series Visualization with Cubism.js for an introduction to Cubism / Horizon charts