paulroehr / EazeGraph

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

Bar Chart does not initialize Legend color #84

Open yoavsbg opened 6 years ago

yoavsbg commented 6 years ago

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.

sumin13245 commented 3 years ago

I fix it 63CBB0 ->FF63CBB0 added ff to the front