Home Forums Feature Requests & Feedback Missing features: multi-line bar labels, labels within bars itself Reply To: Missing features: multi-line bar labels, labels within bars itself

#15115

@roberto

You can align the indexLabels inside bar / column using indexLabelPlacement. Similarly, background for indexLabels can be set using indexLabelBackgoundColor.

For formatting indexLabels, you can use indexLabelFormatter or you can format axisY values using yValueFormatString.

Please take a look at this jsFiddle.

—-
Bivek Singh