https://github.com/devinit/gha-data-visualisations
Charts & Maps on GHA data
https://github.com/devinit/gha-data-visualisations
Last synced: 11 months ago
JSON representation
Charts & Maps on GHA data
- Host: GitHub
- URL: https://github.com/devinit/gha-data-visualisations
- Owner: devinit
- Created: 2022-06-22T05:45:21.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-10T22:03:05.000Z (11 months ago)
- Last Synced: 2025-04-10T23:18:57.642Z (11 months ago)
- Language: CSS
- Size: 33.5 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# GHA Data Visualisations
A starting point for creating a chart (D3, Plotly, ECharts)
## Usage
### Dev
npm start
This starts the dev environment, compiling the javascript and css. Changes to JS & CSS files trigger a page refresh in the browser
### Map
To get the map working, add the `leaflet` CDN and css to the CMS.
### Build
npm run build
Build files are copied into the `dist` folder. It is from these files that the contents of the assets folder are updated
To update the assets, copy the contents of the relevant files from the dist folder (`app.*.js`, `app.*.css`, `runtime.*.js`) into their
respective destinations in the assets folder
### Copy Bundled Assets
gulp
This copies the required assets from the generated dist folder to the assets folder