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
Chart, ChartPie, ChartBullet, ChartDonut, ChartDonutUtilization all have a new legendDirection prop that should be set to rtl.
In the case of user defined custom legends that pass custom label components, rtl support would have to be done manually as legendDirection does not apply.
The ChartAxis representing the x-axis should additionally pass the invertAxis prop.
mcoker
changed the title
RTL handbook - add any react specific documentation
RTL handbook - add any react specific documentation, other follow ups
Sep 25, 2023
Looks like we should probably add something about
<Icon shouldMirrorRTL />
- https://github.com/patternfly/patternfly-react/blob/ff467eef5db530f0245ba29ca01db1f4a239f274/packages/react-core/src/components/Icon/Icon.tsx#L27-L30cc @srambach @tlabaj @wise-king-sullyman @thatblindgeye @kmcfaul
The text was updated successfully, but these errors were encountered: