Set the negative values to the left of the bars in horizontal bar chart

前端 未结 1 1311
一向
一向 2020-12-07 03:58

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

相关标签:
1条回答
  • 2020-12-07 04:26

    The problem seems that you've not provided minimum and maximum cap for 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

    0 讨论(0)
提交回复
热议问题