From 48d02205615fa0aa2e2b7b4e4a92f1be00d49134 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 13 Sep 2018 12:26:18 -0700 Subject: [PATCH] Use percent for the y-axis binding --- ui/app/components/stats-time-series.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/stats-time-series.js b/ui/app/components/stats-time-series.js index 90a229e63..403c6a7d7 100644 --- a/ui/app/components/stats-time-series.js +++ b/ui/app/components/stats-time-series.js @@ -8,7 +8,7 @@ import LineChart from 'nomad-ui/components/line-chart'; export default LineChart.extend({ xProp: 'timestamp', - yProp: 'value', + yProp: 'percent', timeseries: true, xFormat() {