/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget.html" %} {% import "plot.html" as plot %} {% block headline %}

Plot-Widgets

{% endblock %} {% block intro %} The plot-widgets are used to display a chart / graph. {% endblock %}