func (w *Windows) addCPUCoreCharts(core string) {
    charts := cpuCoreChartsTmpl.Copy()

    for _, chart := range *charts {
        chart.ID = fmt.Sprintf(chart.ID, core)