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 there is a plot with legend and too many line plots, the legend allows for scrolling (yellow arrows).
These arrows work one way (next), but no the other way (previous) so once you scroll to last portion of legend, you cannot get back to the first portion of it
This is a bug in the underlying plotting library, tracked in antvis/G2#2549.
Reasoning: G2 lib supports 2 types of renderers - canvas and SVG. Wave uses SVG to leverage the power of CSS variables for theming. Unfortunately, the legend pagination is broken for this type of renderer.
Wave SDK Version, OS
Mac, wave 22
Actual behavior
When there is a plot with legend and too many line plots, the legend allows for scrolling (yellow arrows).
These arrows work one way (next), but no the other way (previous) so once you scroll to last portion of legend, you cannot get back to the first portion of it
Steps To Reproduce
Create plot with many Line plots
The text was updated successfully, but these errors were encountered: