EazeGraph icon indicating copy to clipboard operation
EazeGraph copied to clipboard

Bar Chart does not initialize Legend color

Open yoavsbg opened this issue 7 years ago • 1 comments

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.

yoavsbg avatar Jun 24 '18 11:06 yoavsbg

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

zo-eth avatar Feb 09 '21 06:02 zo-eth