I am using a horizontal bullet chart for one of my sap ui5 application. Even after setting the data label visible property to true, the datalabels are not showing up on graph
dataLabel: {
formatString: formatNumberString,
visible: true,
showTotal: true,
unitFormatType:"FinancialUnits",
hideWhenOverlap:false,
style:{
fontSize:"11px",
fontWeight:"bold"
},
}