<c:FragmentDefinition
    xmlns="sap.m"
    xmlns:c="sap.ui.core"
    xmlns:cc="bardusch.btrace.base.control"
>
    <cc:ChartWrapper
        id="segmentedLostItemsPieChart"
        data="{SegmentedLostItemsPieModel>/data}"
        type="pie"
        showLegend="true"
        displayScales="false"
    />
</c:FragmentDefinition>