OXChart
OXChart copied to clipboard
各种自定义图表库,使用简单,支持扩展
只需要知道点击的柱状图的位置就行啦
java.lang.NullPointerException: Attempt to read from field 'float android.graphics.RectF.left' on a null object reference at com.openxu.cview.chart.barchart.BarVerticalChart.evaluatorByData(BarVerticalChart.java:150) at com.openxu.cview.chart.barchart.BarVerticalChart.onMeasure(BarVerticalChart.java:127) at android.view.View.measure(View.java:25029) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6968) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552) at android.widget.LinearLayout.measureVertical(LinearLayout.java:842) at android.widget.LinearLayout.onMeasure(LinearLayout.java:721) at android.view.View.measure(View.java:25029) at...
您好,这个Demo的K线图支持放大功能吗?
把BarVerticalChart类复制到项目中,并将xml中的引用改为这个,并修改下面的部分 //下方lable范围计算 int lableH = 0; if (showLable) { lableH = (heightLable > rectH ? heightLable : rectH) + lableTopSpace; lableRect = new RectF(rectChart.left, getMeasuredHeight() - getPaddingBottom() - lableH, rectChart.right,...
可以支持波峰波谷更换背景,重叠等等,圆润的那种
How can I move the lable to the bottom of the chart?
recyclerview使用进度环形图 ProgressPieChart,进度动画时 View会闪烁 背景也会闪烁
玫瑰饼状图的扇形对应的面积和它传入的数值不对应。比如我传两个数值10,90。画出的两个扇形,占得面积居然都是50%,均分的。而不是按照它的实际数值占比来的。
能否在玫瑰饼状图中,添加方法,使得文字在扇形上面显示文字。