-
Notifications
You must be signed in to change notification settings - Fork 18
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
Increase font size #82
Comments
Hi. Try to change the module class as described in the MM documentation.
In config.js you can type `classes: "small"`. This is preset as xsmall.
Dont really know if it works. Let me know
Zwillyzz ***@***.***> schrieb am Mo., 30. Sept. 2024, 02:36:
… Is there a way to increase the font size? Looks small.
—
Reply to this email directly, view it on GitHub
<#82>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZHL3K2IY2GZRL2QOG5TPLZZCMILAVCNFSM6AAAAABPCGE23CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TKMRXG4YDENQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Added clases: "small" and that worked. Thanks! Is there a way to adjust the refresh time for the chart? How often are prices changing? Would like it to change every 5 minutes if possible. |
There is a "callInterval" in the config parameters that is set to 2 minutes. Stock data is requested and sent to the front end in that cycle. So the chart data should update every two minutes. |
I do not see a callInterval. What value should I set it to for 2 minutes? Can't find the info on the API documentation. |
You don't need to set anything. I intentionally did not add it to the documentation. Don't see much value in changing this parameter. |
Is there a way to increase the font size? Looks small.
The text was updated successfully, but these errors were encountered: