*

mhdimad

  • **
  • 5 posts
Problem with charts panel when choosing Arabic language
« on: December 26, 2017, 03:04:07 PM »

When I chose Arabic language, become charts panel like photo attached
Please fix the problem

see attached photo

*

MB Themes

Re: Problem with charts panel when choosing Arabic language
« Reply #1 on: December 30, 2017, 10:56:20 AM »
@mhdimad
In file:
oc-content/themes/veronika/user-dashboard.php

Find line:
Code: [Select]
legend: {
Bellow this line add:
Code: [Select]
          <?php if(veronika_is_rtl()) { ?>
            rtl: true,
          <?php ?>

This should put legends into RTL format.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots