mercredi 21 août 2019

How to change chart direction to right to left?

I am using ConsoleTVs chart in laravel when i change language english to arabic chart direction not change to RTL format my code look like below

$data = Charts::multi('bar', 'material')
                ->title("", false)
                ->dimensions(0, 250)
                ->template("material")
                ->dataset('sales', $amount)
                ->labels($date)
                ->colors(['#43A422']);



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2Z3aoOW
via IFTTT

Aucun commentaire:

Enregistrer un commentaire