This commit is contained in:
ryan
2019-03-13 13:27:08 -07:00
6 changed files with 8 additions and 27 deletions

View File

@@ -112,7 +112,7 @@ export class Gauge extends PureComponent<Props> {
},
};
const plotSeries = { data: [[0, value]] };
const plotSeries = { data: [[0, value.numeric]] };
try {
$.plot(this.canvasElement, [plotSeries], options);