here is the solution to hide the Aa labels on legends
get the plotly reference id and find the legend text element and apply the css styling
$("#id").find(âg.pointtextâ).find(âtextâ).css(âvisibilityâ, âhiddenâ);
here is the solution to hide the Aa labels on legends
get the plotly reference id and find the legend text element and apply the css styling
$("#id").find(âg.pointtextâ).find(âtextâ).css(âvisibilityâ, âhiddenâ);