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.goto generate theline.htmlfile -
open the
line.htmlfile in any browser
Update instructions:
-
to update team commits, open
main.goand adjust the values in thevalscvariable instance of []TeamData -
to update team tasks, open
main.goand adjust the values in thevalstvariable instance of []TeamData -
to adjust the order that names appear, open
main.goand adjust theordervariable 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
