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 need to apply click at all in PieChart. Right now, when I click on it, the slice is zooming, but I dont want that. I want to completely clickable...
Hello, guys!! Please, @PhilJay and community! Does have any idea to solve a offset while Scroll (also named Pagination). Like ViewPager or RecyclerView SnapHelper scroll one page
I know how to set label on top of the bar but i need the label above every bar with string like shown in attached image. Please help ![simulator screen...
The app crashes after a few minutes with this native crash on devices running a 7+ version: [A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: thread Thread[1,tid=2448,Runnable,Thread*=0xb1705400,peer=0x746f7918,"main"] using JNI after critical...
Scatter shape sizes were not converted from dp to pixels in the shape renderers so they were drawn at inconsistent size on different density screens. ## PR Checklist: - [x]...
We are keen to have the accessibility support to the MPAndroidChart, especially the Line Chart. I can see that accessibility support has been added to the lib with a PR...
**Summary** The value passed to `setScatterShapeSize` on ScatterDataSet is not converted from dp to pixels in the shape renderers (e.g. CircleShapeRenderer) so the value is treated as a size in...
val params = halfChart.layoutParams as ConstraintLayout.LayoutParams params.setMargins(0, 0, 0, -offset) halfChart.layoutParams = params halfChart.setOnChartValueSelectedListener(object : OnChartValueSelectedListener { override fun onValueSelected(e: Entry?, h: Highlight?) { halfChart.highlightValues(null) val label = e?.data.toString() val...
**Summary** I would like to render a filled area that is blue but I do not want the solid line that forms the upper bounds of the line E.G: ![Screenshot...
**Summary** With a CombinedChart, The CandleSticks real bodies are not displaying. Only the shadows are rendered. **Expected Behavior** I expect the real bodies to be rendered with the declared decreasing/neutral/increasing...