Hi.I'm trying to generate a chart with a number of horizontal columns with values for the columns. I use
placeValuesInside="0"
attribute to put my values outside the columns but some values are being shown inside the columns when the columns are too big.
My problem is that column background color and font color for the values are the similar and values that displayed inside the columns are unreadable. So is it posible to forbid the values to move inside the columns? Maybe there are another decisions. Is it possible to set font color for individual columns? Or can I set the margin between my plot columns (but not values) and end of graph where values will be displayed? Unfortunately,
canvasRightMargin
works for both columns and values.
Thank you.