https://github.com/thenick775/cs_472_team_charts
This is a short program written in go to make generating team reporting charts fast, flexible, and interactive
https://github.com/thenick775/cs_472_team_charts
go-echarts golang
Last synced: 3 months ago
JSON representation
This is a short program written in go to make generating team reporting charts fast, flexible, and interactive
- Host: GitHub
- URL: https://github.com/thenick775/cs_472_team_charts
- Owner: thenick775
- License: cc0-1.0
- Created: 2020-11-12T02:50:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T22:35:41.000Z (over 4 years ago)
- Last Synced: 2025-01-22T09:33:00.056Z (4 months ago)
- Topics: go-echarts, golang
- Language: HTML
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs_472_team_charts

[Try it live](https://rawcdn.githack.com/thenick775/cs_472_team_charts/7497c37b2748ee99a2fdb5dd865770eb1d4bbee2/line.html)
This is a short program written in go to make generating team reporting charts more flexible, fast, and interactive
Generation instructions:
- use `go run main.go` to generate the `line.html` file
- open the `line.html` file in any browser
Update instructions:
- to update team commits, open `main.go` and adjust the values in the `valsc` variable instance of []TeamData
- to update team tasks, open `main.go` and adjust the values in the `valst` variable instance of []TeamData
- to adjust the order that names appear, open `main.go` and adjust the `order` variable instance of []String
Features:
- Download each chart as an image
- View raw data input in graphic
- Select which lines are displayed, can inspect max value in the tooltip