package components import ( "fmt" "reichard.io/antholume/graph" ) templ DailyReadChart(dailyReadSVG graph.SVGGraphData) {

Daily Read Totals

for _, item := range dailyReadSVG.LinePoints {
{ item.Data.Label } { fmt.Sprint(item.Data.Value) } minutes
}
}