Skip to content

This is a short program written in go to make generating team reporting charts fast, flexible, and interactive

License

Notifications You must be signed in to change notification settings

thenick775/cs_472_team_charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs_472_team_charts

Try it live

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

About

This is a short program written in go to make generating team reporting charts fast, flexible, and interactive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published