MPAndroidChart: Creating a closed chart (circular line chart)
问题 I need to draw a "closed chart" in my Android app, like this: The xIndex of the data first increases then decreases. Like in this example: [3,3],[4,4],[5,5],[6,4],[7,3],[6,2],[5,1],[4,2],[3,3] When I try drawing a LineСhart with this data in MPAndroidChart, it only renders the first half of data (prior to the fall of the xIndex). The other data is not shown. How can I draw this data correctly with MPAndroidChart ? 回答1: The sample app on the Google Play Store gives an example of every kind of