I want to set the negative values of the bars to the left of the bars but at present some of the bars are overlapping these values.
How can i remove this overlappin
The problem seems that you've not provided minimum and maximum cap for rightAxis.
minimum
maximum
rightAxis
horizonatal_chart.axisRight.setAxisMinimum(-100) horizonatal_chart.axisRight.setAxisMaximum(100)
Reference : The same issue is mentioned at issue and was solved by providing axis minimum and maximum