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 optional parameters of dataURI method to size or scale the returned image, the legend is not sized or scaled properly.
Steps to Reproduce
Please have a look at codepen https://codepen.io/andrussuitsu/pen/JjZoRjB. It will open a new tab with the data:image uri returned by the dataURI method that was called with scale: 2 parameter.
Expected Behavior
The legend will scale/size together with the rest of the chart.