MPAndroidChart
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.
I'm trying to use the method `zoomAndCenterAnimated` on a line graph, but the result I get, no matter the x-value entered, is the graph zooming and centering on the very...
## PR Checklist: - [ β ] I have tested this extensively and it does not break any existing behavior. - [ β ] I have added/updated examples and tests...
**Summary** I have applied RoundedSlicesPieChartRenderer to pie chart to have round corner it worked but the highlight function is not working when i remove the RoundedSlicesPieChartRenderer the highligh works but...
I use a CombinedChart and set min and max zoom like this: mChart.setScaleXEnabled(true); mChart.getViewPortHandler().setMaximumScaleX(Constants.MAX_ZOOM); mChart.getViewPortHandler().setMinimumScaleX(Constants.MIN_ZOOM); When I pinch zoom, and reach the max zoom value, my chart "jumps" a bit...
I need to increase text sizes in line chart. Advanced thanks!
 Hi plz check above image. i need to add shadow on line of LineChart. For that plz set some property for shadow...
#3259 add a flag `mHighLightDeselectPerTapEnable` to support
## PR Checklist: - [β] I have tested this extensively and it does not break any existing behavior. - [N/A] I have added/updated examples and tests for any new behavior....
Hello, Hope you are doing well. I am displaying barchart for 15 days when user add records. But it's displaying like below given image when I am adding only 15...
When i refresh the line chart with less mAxis.mEntries ,the Xaxis item index was wrong .  if (mAxis.mEntries.length > n) οΌthere not new float[] .