Skip to content

RTL not working? #28436

Answered by AtishayMsft
ashikns asked this question in Q&A
Jul 5, 2023 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

@ashikns, There was a change in the past to allow rtl to be set via themes dc551ba.

Charting package did not adopt this change. We will add it to our backlog. Thanks for letting us know.

Meanwhile you can set rtl using below methods that charting honors.

  1. Set dir='rtl' to root element or body element of your html page.
  2. Set the rtl state of the page to true using @fluentui/react/lib/Utilities setRTL function.
  3. Set isRTL=1 in your browser local storage.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ashikns
Comment options

@khmakoto
Comment options

@ashikns
Comment options

@AtishayMsft
Comment options

Answer selected by AtishayMsft
@ashikns
Comment options

@AtishayMsft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants