mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
Removed unused function and options
This commit is contained in:
parent
5dd457e5f1
commit
0b5dce0ebf
@ -8,18 +8,12 @@
|
||||
'</boxplot-renderer>';
|
||||
|
||||
var editTemplate = '<boxplot-editor></boxplot-editor>';
|
||||
var defaultOptions = {
|
||||
boxplotColName: 'boxplot',
|
||||
rowNumber: 1,
|
||||
targetRowNumber: 1
|
||||
};
|
||||
|
||||
|
||||
VisualizationProvider.registerVisualization({
|
||||
type: 'BOXPLOT',
|
||||
name: 'Boxplot',
|
||||
renderTemplate: renderTemplate,
|
||||
editorTemplate: editTemplate,
|
||||
defaultOptions: defaultOptions
|
||||
editorTemplate: editTemplate
|
||||
});
|
||||
}
|
||||
]);
|
||||
@ -29,10 +23,6 @@
|
||||
templateUrl: '/views/visualizations/boxplot.html',
|
||||
link: function($scope, elm, attrs) {
|
||||
|
||||
|
||||
var loaddata = function(inputdata){
|
||||
};
|
||||
|
||||
function iqr(k) {
|
||||
return function(d, i) {
|
||||
var q1 = d.quartiles[0],
|
||||
|
Loading…
Reference in New Issue
Block a user