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
feat(ui): support RTL layout for weekly downloads sparkline
Reverse the dataset order when the page direction is RTL so the
sparkline reads right-to-left (newest data on the left). Add dir="ltr"
on the chart container to prevent CSS logical properties from affecting
SVG layout.
Fixes#428
0 commit comments