func (n *NginxPlus) addHTTPLocationZoneCharts(zone string) {
    charts := httpLocationZoneChartsTmpl.Copy()

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