Skip to content
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

Issue with char size chart node #796

Open
6 tasks
Henkkas52 opened this issue Feb 9, 2023 · 0 comments
Open
6 tasks

Issue with char size chart node #796

Henkkas52 opened this issue Feb 9, 2023 · 0 comments

Comments

@Henkkas52
Copy link

I make use of the chart node for simple real-time trending on my RPI. The data is updated with standard intervals.

So I send a simple payload to the chart node, like this,

afbeelding

Besides the data, I have one extra variable via ui_control.xformat, that is the format for x-axes.

It works well on firefox and edge on my PC. But with chrome or firefox on cellphone the char size of the trend changes by itself after a while (???) as you can see here. The 1 pic shows the trend with changed char size.
After I change the period, so effectively changing ui_control.xformat then char size is normalized again, as shown in second pic.I tried to sneak in a extra char in xformat each time the data is updating, in the hope that it would be seen as an event change, but that didn't work.
Also, the larger I make the trend, the char change is proportionally changed, to ridiculous sizes.

So anyone can help me with this problem?

afbeelding
afbeelding

afbeelding

  • Node-RED-Dashboard version:
  • Node-RED version:
  • node.js version:
  • npm version:
  • Platform/OS: RPI linux
  • Browser: chrome, firefox, microsoft edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant