Lu Yang

Results 9 comments of Lu Yang

the same problem in LineChart, So I have try this fix in LineChartRenderer.java and it's nice to me: ``` private void calculateMaxViewport() { tempMaximumViewport.set(Float.MAX_VALUE, Float.MIN_VALUE, Float.MIN_VALUE, Float.MAX_VALUE); LineChartData data =...

Same issue with linechartview. If all data's y-axis value are same, nothing will show in the chart. This looks like the viewport automatic scaling Caused.

感谢回复!我们这边的场景是用户可以选择任意一级行政区,所以我们没办法判断用户是否完成了他的选择

已解决,每次pick之前都需要调一次mTakePhoto.onEnableCompress(config, true); o(* ̄︶ ̄*)o

I'm getting the same issue

the same question, any solution will be appreciated!