Use percent for the y-axis binding

This commit is contained in:
Michael Lange
2018-09-13 12:26:18 -07:00
parent 4cd9164d4e
commit 48d0220561

View File

@@ -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() {