mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
fixup! Removed unused function and options
This commit is contained in:
parent
0b5dce0ebf
commit
2feb8b81f5
@ -39,7 +39,6 @@
|
||||
$scope.$watch('[queryResult && queryResult.getData(), visualization.options]', function () {
|
||||
|
||||
var data = $scope.queryResult.getData();
|
||||
var colName = $scope.visualization.options.colName;
|
||||
var parentWidth = d3.select(elm[0].parentNode).node().getBoundingClientRect().width;
|
||||
var margin = {top: 10, right: 50, bottom: 40, left: 50, inner: 25},
|
||||
width = parentWidth - margin.right - margin.left
|
||||
|
Loading…
Reference in New Issue
Block a user