func newPeerCharts(id, device, pubKey string) *module.Charts {
    charts := peerChartsTmpl.Copy()

    for _, c := range *charts {
        c.ID = fmt.Sprintf(c.ID, id)