https://github.com/ovotech/datastudio_visualizations
Kaluza's DataStudio Visualizations
https://github.com/ovotech/datastudio_visualizations
Last synced: over 1 year ago
JSON representation
Kaluza's DataStudio Visualizations
- Host: GitHub
- URL: https://github.com/ovotech/datastudio_visualizations
- Owner: ovotech
- License: apache-2.0
- Created: 2021-06-08T13:38:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T18:01:54.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T01:30:33.560Z (over 1 year ago)
- Language: JavaScript
- Size: 9.84 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaluza's Data Visualizations
## What lives here?
- [Kaluza's DataStudio Visualizations](datastudio/README.md)
Kaluza have created Google DataStudio Community Visualizations, which you can use too!
- [Cubism React](cubism-react/README.md)
The library underneath the Cubism DataStudio Visualization
## Getting started contributing to this repo
- Fork this repo
- Ensure you have a working Python installation
- Install [pipenv](https://pypi.org/project/pipenv/)
- Run `pipenv sync` in the root of your cloned repo
- Run `pipenv run pre-commit install` in the root of your cloned repo
- Create a branch
- Make your changes
- Open a PR