UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 359 B
import*as PerfUI from"../../../legacy/components/perf_ui/perf_ui.js";const chart=new PerfUI.PieChart.PieChart;document.getElementById("container")?.appendChild(chart),chart.data={chartName:"Nice Chart",size:110,formatter:e=>String(e)+" %",showLegend:!1,total:100,slices:[{value:75,color:"crimson",title:"Filling"},{value:25,color:"burlywood",title:"Crust"}]};