ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.51k stars 5.99k forks source link

Feature request - circle shadow #5081

Open Gargo opened 1 year ago

Gargo commented 1 year ago

Example of chart with circle shadows:

Gargo commented 1 year ago

Found out that LineChartRenderer has drawCircles(context:) method and currently you need somehow override this method to add a shadow because circles are drawn in the middle of this method.