/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_plot.html" %} {% block example %}
{{ plot.multiaxis('p1',
['env.system.load','env.core.memory'],
'avg', '1d', '', '', '', '',
['system load', 'memory'],
['#a00','#070'], '',
['Zeit', 'Auslastung', 'Speicher'],
'5i', [1,2], [0,1],
['#f00','#0a0']) }}