EazeGraph
EazeGraph copied to clipboard
Bar Chart does not initialize Legend color
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.
I fix it 63CBB0 ->FF63CBB0 added ff to the front