-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set up global font-family for whole chart? #75
Comments
Hi there, You can set the fontFamily property in your chart config. In a stock chart, this is set in panelsSettings or can be set per panel. Using the cli example in the repo as a reference:
This needs to be set per chart. I hope this helps. Best, Anthony Piris |
Awesome. Works. Thank you! |
You're very welcome! Best, Anthony Piris |
Hi Anthony, where can I find the supported font families by amcharts 3.xx ? |
I wanna set for example
font-family: 'Open Sans', sans-serif;
but when i applied it to the .amcharts-stock-div it is doesn't worked.The text was updated successfully, but these errors were encountered: