Results 2 comments of

I don't know if it is right, but it runs without exception.

i also need this feature, finally i found a solution. ``` Swift enum GradientDirection { case leftToRight case rightToLeft case topToBottom case bottomToTop } class GradientBarChartRenderer: BarChartRenderer { var gradientColors:...