/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_plot.html" %} {% block example %}
Example
{{ plot.comfortchart('p1', 'bath.plot.temp', 'bath.plot.humidity') }}
Use the slider to control the temperature {{ basic.slider('s1', 'bath.plot.temp', 10, 35, 1) }} Use the slider to control the humidity {{ basic.slider('s2', 'bath.plot.humidity', 0, 100, 1) }}

comfortchart plot

{{ plot.comfortchart('p1', 'bath.plot.temp', 'bath.plot.humidity') }}
{% endblock %}