Commit 8734d1a3 authored by Mike Greiling's avatar Mike Greiling

simplify legend label for additonal tracks

parent 75c1a27c
......@@ -76,7 +76,7 @@ function queryTimeSeries(query, graphWidth, graphHeight, graphHeightOffset, maxV
}
if (query.track) {
metricTag += ` - track: ${query.track}`;
metricTag += ` - ${query.track}`;
}
return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment