summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-06-02 23:13:56 +0300
committerGitHub <noreply@github.com>2022-06-02 23:13:56 +0300
commit05b6160e75f581fe74e782be87ba7a6c6569fc92 (patch)
treec1add0c51855d5998205ceca4579493ce7173c03 /web
parent7772d35db617fc268a5f8e79d85fc093bef43a8d (diff)
Initialize chart label key parameter correctly (#13061)
Pass chart label key
Diffstat (limited to 'web')
-rw-r--r--web/api/web_api_v1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/api/web_api_v1.c b/web/api/web_api_v1.c
index be9cac2a03..cb73f7c022 100644
--- a/web/api/web_api_v1.c
+++ b/web/api/web_api_v1.c
@@ -652,6 +652,7 @@ inline int web_client_api_request_v1_data(RRDHOST *host, struct web_client *w, c
.timeout = timeout,
.max_anomaly_rates = max_anomaly_rates,
.show_dimensions = show_dimensions,
+ .chart_label_key = chart_label_key,
.wb = w->response.data};
ret = rrdset2anything_api_v1(owa, st, &query_params, dimensions, format,