plot.heatingcurve
Displays a heating curve (outside temperature compared to heating flow temperature) with current datapoint
{{ plot.heatingcurve(id, item_datapoints, item_current_outsidetemp, item_current_flowtemp, chartoptions) }}
id
item_datapoints
item_current_outsidetemp
item_current_flowtemp
chartoptions
{{ plot.heatingcurve('p1', 'heatingcurve', 'outdoor_temp', 'flow_temp') }}
{{ plot.heatingcurve('p2', 'heatingcurve', 'outdoor_temp', 'flow_temp', { yAxis: { min: 20, max: 36, tickInterval: 2}, legend: { verticalAlign: 'bottom', y: -50 }}, legend: { verticalAlign: 'bottom', y: -50 }} ) }}