Released version 3.4.0 with the following changes:
Added
Add retry mechanism when uploading the data files to the File Manager - @hubitrep
Fixed
Fix line chart area for zub-zero temperatures
Fix zoom failing on some conditions
Kudos to @hubitrep for providing the idea and the code for the retry mechanism
Have fun!
2 Likes
JimB:
$config.options.scales.y
The vertical scale is not always named "y", sometimes it is "attr1", sometimes "y1", depending on the panel type. I kinda messed up here
What I always do is add the following debug script:
console.log('>>> $config is', $config)
Open the browser console (F12 on Firefox) and inspect the object. Hope this helps!
1 Like
JimB
March 23, 2025, 5:41am
245
Is there a way to use hub date and time, instead of the user's date and time?
We are in a different time zone from the hub and the app is using our local time, not the hub time.