charts
charts copied to clipboard
RTL Support
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?
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.
I found solution using CSS
body.frappe-rtl .chart-container {
direction: ltr;
}