func (ks *KubeState) newNodeCharts(ns *nodeState) *module.Charts {
    cs := nodeChartsTmpl.Copy()
    for _, c := range *cs {
        c.ID = fmt.Sprintf(c.ID, replaceDots(ns.id()))
        c.Labels = ks.newNodeChartLabels(ns)