You are here

flot-spider-index.html.twig in Flot 8

{% extends "flot-element.html.twig" %}
{% block plugins %}
{{ parent() }}
<li><a href="/flot-examples/spider">Spider Charts</a> (with Spider plugin)</li>
{% endblock plugins %}

File

flot_axislabels/flot_axislabels_examples/templates/flot-spider-index.html.twig
View source
  1. {% extends "flot-element.html.twig" %}
  2. {% block plugins %}
  3. {{ parent() }}
  4. <li><a href="/flot-examples/spider">Spider Charts</a> (with Spider plugin)</li>
  5. {% endblock plugins %}