A pie chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.
{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.chart(type="pie", data=[1,2,3], labels=["1", "2", "3"]) }} {%- endraw %} {%- endcall %}