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