Hi,
Is it possible to add new property "minLabelWidthPercent" (as the "maxLabelWidthPercent" exists) for next versions...
I mean when you have two bar charts which pass from right to down in responsive dashboard, how can you fix the same horizontal alignement between the two charts ??? it's impossible actually.
My labels o the two charts are dynamics, so I can't put <br/>...
And can't put blank chars on all labels because it will align on left...
I already found something :
I get the label length of chart 1
I get the label length of chart 2
I calculate diff between the two label length
And i put blank chars on the lower length of the two...
The graphs are aligned...
BUT this can be corrected easily with a new property :
minLabelWidthPercent
What do you think of that ?
Sébastien