Skip to content

DonutChart

Andrew Sutton edited this page Oct 14, 2025 · 1 revision
image
Fui.donutChart [
    donutChart.valueInsideDonut 65
    donutChart.innerRadius 50
    donutChart.data [
        chartProp.chartTitle "Pai sjart"
        chartProp.chartData [
            [
                chartDataPoint.legend "legend 1"
                chartDataPoint.color "green"
                chartDataPoint.data 65
                chartDataPoint.xAxisCalloutData "2025/10/14"
            ]
            [
                chartDataPoint.legend "legend 2"
                chartDataPoint.color "blue"
                chartDataPoint.data 35
                chartDataPoint.xAxisCalloutData "2025/10/09"
            ]
        ]
    ]
]
Clone this wiki locally