https://github.com/fullstack-lang/gonggooglecharts
A reusable gong stack (go + angular) for displaying google charts
https://github.com/fullstack-lang/gonggooglecharts
angular charts fullstack go golang google-charts material-design
Last synced: 5 months ago
JSON representation
A reusable gong stack (go + angular) for displaying google charts
- Host: GitHub
- URL: https://github.com/fullstack-lang/gonggooglecharts
- Owner: fullstack-lang
- License: mit
- Created: 2021-04-14T03:45:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T15:43:36.000Z (over 4 years ago)
- Last Synced: 2024-06-22T00:24:40.861Z (almost 2 years ago)
- Topics: angular, charts, fullstack, go, golang, google-charts, material-design
- Language: Go
- Homepage:
- Size: 3.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A gong stack for displaying google charts
### compile application
> cd ng; npm i; ng build;
### launch application
at the root of the repository (requires go >= 1.16)
> go run main.go
```
Executing task: go run main.go <
gonggooglecharts: Database Migration of package github.com/fullstack-lang/gonggooglecharts/go is OK
gonggooglecharts: Server ready to serve on localhost:8080
```
### expected result
launch browser on http://localhost:8080

### warning : not to use offline
```
Can I use charts offline?
Your users' computers must have access to https://www.gstatic.com/charts/loader.js in order to use the interactive features of Google Charts. This is because the visualization libraries that your page requires are loaded dynamically before you use them. The code for loading the appropriate library is part of the included script, and is called when you invoke the google.charts.load() method. Our terms of service do not allow you to download the google.charts.load or google.visualization code to use offline.
```