MPAndroidChart setting chart padding / offset

前端 未结 3 710
不思量自难忘°
不思量自难忘° 2021-01-11 09:52

I\'m using the MPAndroidChart for my bar graph and I\'m struggling with removing the padding of the graph (see pic below)

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-11 10:26

    I know that's pretty late for answer, but now Chart has the following method:

    setViewPortOffsets(-40f, 0f, 0f, 0f)
    

    (setting weird -40f value instead 0 seems unnatural, but it still works)

提交回复
热议问题