Hi. Have question regarding app. Level of heating is different in case of level of zoom the scale. If i zoom on the graph one day app shows that radiator work with 100% capacity. If I move away zoom app shows about 25-40% of heat lvl. Which one is correct?
Commenti
0 commenti
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Commenti
0 commenti