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
Back to RTL topic, I'm currently implementing RTL in chaarts and decided for some kind of charts to not flip them. Here're my thoughts:
for circular charts (pie, radar, etc.) keep them as in LTR: legends should be flipped, but the overall look stays the same. Most of the time, such charts are read clockwise.
other charts are flipped, especially date-relative data charts.
FWIW, there're some edge cases regarding RTL in CSS which are bit weird to me, mostly clip-path and transform which keeps referring to top left as a starting point. There might be others, as well.
If you have any insight regarding this, I'd be pleased to know :)
The text was updated successfully, but these errors were encountered:
The charts is an interesting topic to be covered on RTL Styling 101. I agree with your point on the circular charts, no need to flip them. But for the data-relative (like tables), flipping is needed.
FWIW, there're some edge cases regarding RTL in CSS which are bit weird to me, mostly clip-path and transform which keeps referring to top left as a starting point. There might be others, as well.
Would you share an example? If I got your point, that means that in a chart that uses clip-path, top-left needs to be flipped in RTL.
Hi there!
Back to RTL topic, I'm currently implementing RTL in chaarts and decided for some kind of charts to not flip them. Here're my thoughts:
FWIW, there're some edge cases regarding RTL in CSS which are bit weird to me, mostly
clip-path
andtransform
which keeps referring to top left as a starting point. There might be others, as well.If you have any insight regarding this, I'd be pleased to know :)
The text was updated successfully, but these errors were encountered: