for _, chart := range charts {
        for _, lbl := range labels {
            chart.Labels = append(chart.Labels, module.Label{
                Key:   lbl.Name,
                Value: apostropheReplacer.Replace(lbl.Value),