added datetime to the yaxis scale options

This commit is contained in:
tomerb
2016-05-18 18:41:08 +03:00
parent 1a1160eb76
commit 0bb3fb9c40

View File

@@ -93,7 +93,7 @@
};
scope.xAxisScales = ['datetime', 'linear', 'logarithmic', 'category'];
scope.yAxisScales = ['linear', 'logarithmic'];
scope.yAxisScales = ['linear', 'logarithmic', 'datetime'];
var refreshColumns = function() {
scope.columns = scope.queryResult.getColumns();