{% extends "base.html" %} {% block title %}Explorer — Gordon{% endblock %} {% block head %} {% endblock %} {% block content %}

Explorer

The {{ n_charts }} Gordon chart-series, grouped by theme. Every chart follows the Universal Graph Contract: download the data (CSV in the chart's top-right menu, or CSV / XLSX / Parquet below it), the legend sits below the plot, and charts stack full-width — never side by side. The heterodox lens pill marks the labeled real-competition interpretation; those series read the official data through a classical (Shaikh) frame and are not themselves official statistics.

{% for g in groups %}

{{ g.group }}

{% for c in g.charts %}
{% endfor %}
{% endfor %} {% endblock %} {% block body_scripts %} {% endblock %}