tech(singlestat): convert singlestat panel to typescript

This commit is contained in:
bergquist
2016-01-24 17:10:26 +01:00
parent 1a708da155
commit 42802ac710
6 changed files with 250 additions and 477 deletions

View File

@@ -41,6 +41,7 @@ export default class TimeSeries {
nullPointMode: any;
fillBelowTo: any;
transform: any;
flotpairs: any;
constructor(opts) {
this.datapoints = opts.datapoints;