-
Simple enough, when you try to go to graph view without any recordings present the app crashes. Could just add a screen/message that says "no recordings yet"
-
Is there are some possibility to draw multilayer PieChart in MPAndroidChart?
Checkout how it is look like in [Gnome Baobab](https://en.wikipedia.org/wiki/Disk_Usage_Analyzer) disk space analyzer tool…
-
Can I know using MPAndroidChart, it is possible to draw two real time functions on the same line chart. If, yes can you please help me.
Thanks.
-
**Summary**
Using an android 4.4.2 (api 19) device (Samsung GT-I9195), the line chart filling is wrong if the LineDataSet mode is LINEAR.
Setting it to HORIZONTAL_BEZIER or CUBIC_BEZIER solves the i…
-
Hey,
basically I want to do this https://github.com/PhilJay/MPAndroidChart/issues/3078 but on a CombinedChart. Somehow it doesn't work the above way with CombinedChart.
Thanks in advance!
-
I have used to MPAndroidChart version 3.0.2. How i can set padding **left** and **right** for BarChart seem image attached.
Thanks a lot!
-
-
Hi All
First of all thanks very much for the great work fo MPAndroidChart
I am now using the MPAndroidChart to draw line chart
![multi-line](https://cloud.githubusercontent.com/assets/12206531/2355…
-
In ChartsDemo-> LineChart
I add
`[_chartView zoomWithScaleX: 4 scaleY:1 xValue:30 yValue:1 axis:AxisDependencyLeft];`
at the bottom of function
`- (void)setDataCount:(int)count range:(dou…
-
Problem is: Internally a new Highlight object is created with
`mDataIndex = -1`
`public Entry getEntryForHighlight(Highlight highlight)`
accesses the `dataObjects` field in line 185 with this in…