-
-
Notifications
You must be signed in to change notification settings - Fork 531
Description
Fluidd Version
1.35.0
Browser
Firefox
Device
Desktop PC
Operating System
Linux
What happened
I enabled the diagnostics section and added a panel for Cartographer coil frequency (ie raw probe readings).
When viewing the resulting graph, the tooltip shows the correct values, which constantly update, but the line itself is always drawn at 12:
What did you expect to happen
The line should be drawn at about 2400000, and it should change over time as the underlying values changes.
How to reproduce
I added a new panel, disabled left axis, and renamed the right axis to "Hz" with minimum and maximum left blank.
Then I added a metrics collector called "Frequency" for the Cartographer:
Clicking the test button shows the correct value.
Additional information
I also tried dividing the value by 1000000.0 in the collector. This did not affect the height of the line on the graph, but did change the value in the tooltip.
The default panel showing velocity and flow works as expected.