Ui5 timeseries bullet chart datalabel not showing up
Time series Bullet chart in UI5 is not showing up data label even after setting up the plot area property
oVizFrame.setVizProperties({ plotArea: { dataLabel: { visible: true } } });
Is there a way around to display the data label for the bar in the bullet chart?