charts icon indicating copy to clipboard operation
charts copied to clipboard

RTL Support

Open t1a2l opened this issue 6 years ago • 2 comments

I don't see in the docs any support for RTL charts for languages like Hebrew and Arabic. Is there a way this can be achieved?

t1a2l avatar Mar 25 '20 15:03 t1a2l

At the moment it is not. We haven't considered adding it to the pipeline yet. However, it is something of value. Localization is a problem that needs to be solved.

scmmishra avatar Jun 26 '20 10:06 scmmishra

I found solution using CSS

body.frappe-rtl .chart-container {
   direction: ltr;
}

abdo-host avatar Oct 19 '21 08:10 abdo-host