It pulls 'raw' data fine, but if you try and apply an aggregator or a transformation:
(1) It selects BOTH if you choose either one, automatically, and they MUST be the same
(2) It does't work, anyways, with the javascript error:
this.datasource.convertToChronixInterval is not a function. (In 'this.datasource.convertToChronixInterval(this.target.horAggregator.samplingRate)', 'this.datasource.convertToChronixInterval' is undefined)
Tried both git clone, and then also building from src
building from src, had to change .contains to .includes, due to upstream changes in node libraries