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 trying to use the colors or cssClass options for linechart axis labels, using RGBA values (with any opacity) results in all labels being hidden except the top label.
Steps to Reproduce
Make linechart
Set the yaxis > labels > style > colors to any RGBA value (e.g. rgb(0,0,0,1))
Description
When trying to use the colors or cssClass options for linechart axis labels, using RGBA values (with any opacity) results in all labels being hidden except the top label.
Steps to Reproduce
Expected Behavior
The labels use the transparency value
Actual Behavior
The labels disappear
Reproduction Link
https://codepen.io/fishcro/pen/ZEgROWb
The text was updated successfully, but these errors were encountered: