/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_plot.html" %} {% block example %}
{{ plot.period('p1', 'bath_plot_value', 'avg', '3h') }}
{{ plot.period('p2', ['bath_plot1', 'bath_plot2', 'bath_plot3'], 'avg', '1h', 0, 0, 100, '', '', ['#aa0', '#a00', '#00a'], ['area', 'column', 'line']) }}
{{ plot.period('p3', 'bath_plot_value', 'avg', '10h', 0, 0, 100, '', '', '', '', '', '1h' ) }}