MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

Results 328 MPAndroidChart issues
Sort by recently updated
recently updated
newest added

the x-axis is repeating the first label ![repeat graph](https://user-images.githubusercontent.com/9974221/33163186-df3550f6-d035-11e7-9f4b-344f1e1ea6aa.jpeg) how do i resolve this

As shown below, the bar chart bars do not align with x-axis labels. I have tried a variety of potential solutions that I have seen here including: 1) chart.getRendererXAxis().getPaintAxisLabels().setTextAlign(Paint.Align.LEFT); 2)...

Highlight marker not moving properly while dragging on Linechart

Hi PhilJay i have this problem, when i try to hide the line setting the color of the same to transparent `originalDataSet.setColor(Color.TRANSPARENT);` the label color too disappear, and i don't...

how can I abort that colored square and horizontal grids?

I need a help in moving to different activity on click of different slices.

Hi, while drawing the vertical highlight line in a line chart, i need to show only the line upto the point in the graph. How can we implement that

I want to give spacing in linechart between the labels and the X-axis, how can i achieve this ? Because at zero condition the circle and the labels are touching...

如何设置折线图 从右到左绘制线条?

I tried using SpannableString to bold count/value. But it didn't worked. Also there is no way to position legends like in the pic attached. Any solution, Please?