Initialize chart label key parameter correctly (#13061)
Pass chart label key
Stelios Fragkakis committed
Jun 2, 2022 at 23:13 UTC
05b6160e75f581fe74e782be87ba7a6c6569fc92
1 file changed
+1
web/api/web_api_v1.c
+1
@@ -652,6 +652,7 @@ inline int web_client_api_request_v1_data(RRDHOST *host, struct web_client *w, c
652
.timeout = timeout,
653
.max_anomaly_rates = max_anomaly_rates,
654
.show_dimensions = show_dimensions,
655
+ .chart_label_key = chart_label_key,
656
.wb = w->response.data};
657
658
ret = rrdset2anything_api_v1(owa, st, &query_params, dimensions, format,