You are here

flot-examples-series-toggle.html.twig in Flot 8

{% extends "flot-examples.html.twig" %}
{% block container %}
{{ attach_library('flot_examples/series_toggle') }}
			<div id="flot-chart" class="demo-placeholder" style="float:left; width:675px;"></div>
			<p id="choices" style="float:right; width:135px;"></p>
{% endblock %}

File

flot_examples/templates/flot-examples-series-toggle.html.twig
View source
  1. {% extends "flot-examples.html.twig" %}
  2. {% block container %}
  3. {{ attach_library('flot_examples/series_toggle') }}
  4. <div id="flot-chart" class="demo-placeholder" style="float:left; width:675px;"></div>
  5. <p id="choices" style="float:right; width:135px;"></p>
  6. {% endblock %}