Gleb

Results 23 comments of Gleb

yep, have same problem, do we have any solumtion @lecho ? It's seems that here https://github.com/lecho/hellocharts-android/issues/455 it was fixed by @uCloudCastle, but for me it doesn't work, seems that problem...

Hi, thank for your response, but this issue has been fixed here https://github.com/lecho/hellocharts-android/issues/455.

> Hi, try to modify `maxLabelChars` attribute for X axis, for example set it to value 1: > > ```java > axisX.setMaxLabelChars(1); > ``` Thanks, saved me lots of time

> 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,...

@tangducthuan Thanks man, you saved me a lot of time.

hey, yeah, the save here, I can't find solution for this, can somebody help us? @lecho

So I have found how to change label color, size, typeface and how to remove background. But I couldn't find more... ``` LineChartData data = new LineChartData(); data.setValueLabelsTextColor(Color.WHITE) data.isValueLabelBackgroundEnabled =...

We need a fix for that because it's crashing the app every time when I'm going by saved fragments stack back ...