mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
Use null to state empty object instead
Signed-off-by: John Wu <webmaster@leapoahead.com>
This commit is contained in:
parent
61f2be02b7
commit
0ddc6cf135
@ -43,7 +43,7 @@
|
||||
|
||||
var chartData = $scope.queryResult.getChartData(
|
||||
$scope.options.columnMapping,
|
||||
$scope.dateRangeEnabled ? $scope.dateRange : 0
|
||||
$scope.dateRangeEnabled ? $scope.dateRange : null
|
||||
);
|
||||
|
||||
_.each(chartData, function (s) {
|
||||
|
Loading…
Reference in New Issue
Block a user