You are here

flot-element.html.twig in Flot 8

{% block content %}
<div id="{{id}}" style="width:600px;height:300px;"></div>
{% endblock %}

File

templates/flot-element.html.twig
View source
  1. {% block content %}
  2. <div id="{{id}}" style="width:600px;height:300px;"></div>
  3. {% endblock %}