Hello,
On a dashboard, I display a bar chart, on which I want a label ‘#1’, ‘#2’ and ‘#3’ (it displays only a top 3) above the bars.
This was fine to define (properties of the bar chart > click data point series > Text > add a data label, with position outside/top), and I have almost what I want:
The only issue is that ‘#1’ does not appear. I do see it during page load, but the animation pushes it up, outside the barchart area.
I would like to have the bars scaled down a bit to leave room to display the label. I am pretty sure I could add a blank element above the chart, or maybe get my hands dirty with CSS, but I wonder (and hope) if it can be done within Dundas itself?