ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
290 stars 83 forks source link

How to change font-family for chart ? #26

Closed zizizak closed 3 years ago

zizizak commented 3 years ago

How to change font-family for chart ?

ArielMejiaDev commented 3 years ago

Hi @zizizak there is a new method setFontFamily('Roboto'), of course you need to add the tag on your html layout to use it.

zizizak commented 3 years ago

Hi @zizizak there is a new method setFontFamily('Roboto'), of course you need to add the tag on your html layout to use it.

THANKS