AnyChart-iOS icon indicating copy to clipboard operation
AnyChart-iOS copied to clipboard

Gradient fill is not working for bar chart in iOS

Open sathishchinniah opened this issue 2 years ago • 0 comments

let column = cartesian.column(data: barData)
let palette = ["#42aade","#236ba0","#14245a"]
column.fill(keys: palette, angle: 90, mode: true, opacity: 1)

This gradient fill is not working in iOS , it just showing the first color ("#42aade") alone. But in android it's working fine.

Tried in both 1.0.3, 1.0.4 pod versions

Screenshot 2022-11-28 at 10 30 51 PM

sathishchinniah avatar Nov 28 '22 17:11 sathishchinniah