simplify legend label for additonal tracks

This commit is contained in:
Mike Greiling 2017-11-06 13:45:02 -06:00
parent 75c1a27c47
commit 8734d1a3e9
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function queryTimeSeries(query, graphWidth, graphHeight, graphHeightOffset, maxV
}
if (query.track) {
metricTag += ` - track: ${query.track}`;
metricTag += ` - ${query.track}`;
}
return {