{% extends '_layout.jinja2' %} {% block section %}

Moulin Rouge

Interpolation Rotations test Raw svgs {% for kind in ('series', 'labels') %} Chart with HTML table ({{ kind }}) {% endfor %}

Quick tests

{% for link in links %} {% if link.endswith('_for') %}
{{ link.replace('test_', '').replace('_for', '').replace('_', ' ') | title }} {% for chart_name in charts_name %} {{ chart_name | title }} {% endfor %}
{% else %}
{{ link.replace('test_', '').replace('_', ' ') | title }}
{% endif %} {% endfor %}

Styles


Parametric Styles

{% endblock section %}