EazeGraph icon indicating copy to clipboard operation
EazeGraph copied to clipboard

An Android chart and graph library

Results 52 EazeGraph issues
Sort by recently updated
recently updated
newest added

Hello, My issue is that I would like to remove the pointer at the bottom of the piechart but can't seem to figure it out. I don't think there's a...

Hi, Thanks for this library. I am trying to do the multiple line charts in single graph view. I am adding different series to mCubicValueLineChart. But here IndicatorLine is not...

BaseBarChart.java : protected void initializeGraph() call mLegendPaint.setColor(DEF_LEGEND_COLOR); instead of mLegendPaint.setColor(mLegendColor); as a result if I changed the Legend color its does not apply.

1. setLegendColor、setLegendTextSize not work in PieChart 2. How to disable or View.Gone Legend text and Triangle view in PieChart

i would really love if there is a way to change the font family of the legend in the pie chart, please

I add a pie chart inside a cardView which has a NestedScrollView as it's parent. And now it's not providing a smooth rotation experience.

In the 'Including in your project' the 'compile' should be replaced with 'implementation'

For example I set barmodel value to 1561456.11, but I want to show to user as 156,145,6.11. Provide String value in constructor, that will be shown to user.

enhancement

In the VerticalBarChart, can't you set the LegendLabel to the left? chart1.addBar(new BarModel('label','value', 0xFFECC502)); I want that label value to be displayed on the left ... please let me know...