mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
Use percent for the y-axis binding
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user