bmarrdev / android-DecoView-charting

DecoView: Android arc based animated charting library
Apache License 2.0
991 stars 194 forks source link

how to add gradient to Series Item ? #33

Closed emami7495 closed 7 years ago

bmarrdev commented 7 years ago

Setting seriesItem.setColor(int color) and seriesItem.setSecondaryColor(int color) will draw a gradient from start to end of the arc.

Alternatively The SeriesItem builder has a constructor that accepts two colors to set up a gradient effect.