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
The chart ignores the color and areaStyle arguments passed to the second series. While using e_color does overwrite the colors and resolves the colour issue, I am still unable to change the area colours.
The text was updated successfully, but these errors were encountered:
It does, indeed! Thank you. However, how would you go about passing different customisation parameters to each series? So, say I want the first areaStyle to have opacity = 0.5 and the second opacity = 1; how can I achieve that? For any other plot type, I would just pass different arguments to areaStyle.
It seems that the basic series customization doesn't fully work for radar charts. Consider the example below:
The chart ignores the
color
andareaStyle
arguments passed to the second series. While usinge_color
does overwrite thecolors
and resolves the colour issue, I am still unable to change the area colours.The text was updated successfully, but these errors were encountered: