Hi,
I'm using a Stacked Column Chart in my report, and the data labels on the bars are cluttered. I tried using chart options to disable them , but they still show.
Could you please help me with the correct way to remove or hide these labels?
So far used the below commands
SELECT 'dbr.chart.options', 'datalabels.display', 'false';
SELECT 'dbr.chart.options', 'annotations.alwaysOutside', 'false';
SELECT 'dbr.chart.options', 'annotations.textStyle.color', 'transparent';
Pls guide me on this.