Getting duplicate values at xAxis MPChart

后端 未结 3 756
心在旅途
心在旅途 2021-01-02 08:03

Right Now I am facing this issue. I am getting repeated values in xAxis the first one and the last one.And graph values are not according to the values at respective x-axis

3条回答
  •  清歌不尽
    2021-01-02 08:19

    I was facing the same issue to resolve it add the following line:

    xAxis.setGranularityEnabled(true);
    

    Check the link for more details about Axis.

提交回复
热议问题