mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Merge pull request #1063 from windward-ltd/master
Add support for date/time Y axis
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user