chart_pie
Render a pie chart as inline SVG.
This is a convenience wrapper around the chart scomp.
It accepts the same arguments and always uses type="pie".
{% chart_pie data=[["Yes", 42], ["No", 8]] %}
Render a pie chart as inline SVG.
This is a convenience wrapper around the chart scomp.
It accepts the same arguments and always uses type="pie".
{% chart_pie data=[["Yes", 42], ["No", 8]] %}
Deprecated compatibility alias for chart_pie.