paulroehr / EazeGraph

An Android chart and graph library
Apache License 2.0
1.6k stars 270 forks source link

Remove lagend title and arrow #64

Open homedevs opened 8 years ago

homedevs commented 8 years ago

How can I remove legendLabel and Arrow icon from Bottom of PIE chart ? I don't want to have startup Animation in PIE chart , Is there anyway to disable it ?

homedevs commented 8 years ago

1) Removed legend title and arrow using app:egLegendHeight="0dp" 2) Even after removing startAnimation() , PIE chart was animating . So I have set animation duration to ZERO app:egAnimationTime="0" to disable animation.

Both are working fine, Probably the way I am achieving things are not correct but apart from above solution , I didn't find anyway to make it work.

chiragsharma991 commented 7 years ago

how can i change colour of Legend Text which is showing below of Arrow ?