You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a multi-series chart its possible to pass in an array of fill typestype: ['solid','pattern','gradient'] to use a combination of fills. This was working in previous versions before 3.36.0
Expected Behavior
The first series should be a solid color, the second series should be a slantedLines fill, and the third should be a gradient fill