remove unnecessary properties of NumericHistogram
This commit is contained in:
parent
78b95d05d0
commit
7d42afcdb4
@ -174,9 +174,7 @@ module.exports = class NumericHistogram extends BaseDataview {
|
||||
this.queries = queries;
|
||||
this.column = options.column;
|
||||
this.bins = options.bins;
|
||||
this.aggregation = options.aggregation;
|
||||
this.offset = options.offset;
|
||||
|
||||
|
||||
this._columnType = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user