JSFiddle - React, Tailwind, and code Playground
JavaScript
streamSource.getHistoric('volume_1s_meter_port_protocol', windowTime.minEpoch, windowTime.maxEpoch, [216,5])
.done(function(data) {
that.updateLineCharts(that.transformData(data));
listener.listenTo(streamEventer, 'stream:event', function(data) {
that.updateLineCharts(that.transformData(data));
});
});