Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
19.06.2025, 09:27
(This post was last modified: 19.06.2025, 09:28 by davidchispas.)
(13.06.2025, 11:11)admin Wrote: New version has been published, see the first post of this thread.
Changes:- Many bug fixes and minor design tweaks under the hood
- Tile view: added settable view width in admin mode to see how tile view will look on mobile devices
- Compact mode: added value vertical alignment option
- Compact mode: circle display mode is displayed as fully rounded corners on the shorter side if width and height are different, instead of an ellipse
- Custom widgets: added close button option
- Tile view: compact mode widgets now have two display options - "square" and "fill available space"
Hello,
I agree that the recent improvements are positive, but I've noticed a significant issue when using icons without a frame!
Previously, I could create icons like the one I've attached in the screenshot, where the image occupies the entire space and the text floats over it. However, after the update, the image shrinks and the text no longer floats over it. This is a drawback as it makes it impossible to replicate the desired design.
It would be ideal if the system could differentiate between an icon and a background image. When it's an image, the text should be able to float over the image and the image should occupy 100% of the widget's surface. This would give us much more design flexibility.
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
20.06.2025, 07:16
(This post was last modified: 20.06.2025, 07:20 by davidchispas.)
Hi, in the new visualization, I understand that the only way to add charts is with a frame to a trend log. When adding this, I'd like to display only the chart itself. Is this possible?
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
LM > Vis. graphics > Edit custom CSS:
Code: .trends.view-frame .navbar {
display: none;
}
.trends.view-frame .content {
top: 0;
}
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
23.06.2025, 08:05
(This post was last modified: 23.06.2025, 08:16 by davidchispas.)
(20.06.2025, 07:37)admin Wrote: LM > Vis. graphics > Edit custom CSS:
Code: .trends.view-frame .navbar {
display: none;
}
.trends.view-frame .content {
top: 0;
}
Hello, is it possible to apply it to just one chart?
When I insert the frame into the page, it scrolls up after a while, hiding some of the information at the top. I've attached a full screenshot of the top frame. I haven't inserted the custom CSS code.
Posts: 120
Threads: 29
Joined: Apr 2022
Reputation:
0
(06.05.2025, 13:34)Frank68 Wrote: Hello
In the new version of VISU would it be possible to have the possibility of visually creating schedules by visually choosing what to include and then having the possibility of enabling them in the schedulers and defining the intervention times?
Thank you very much
+1 for this feature! This would be a great addition. I'm curious if this is something you are working on?
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
Add custom class to trends using URL hash: https://forum.logicmachine.net/showthrea...4#pid31694
Code: .customcls.trends.view-frame .navbar {
display: none;
}
.customcls.trends.view-frame .content {
top: 0;
}
Run this Lua script once to fix page jump when using trends via iframe. Clear browser cache after running.
Code: src = '/www/scada/vis/flotr2.js'
os.execute('gunzip ' .. src .. '.gz')
data = io.readfile(src)
data = data:gsub('scrollIntoView%(%)', "scrollIntoView({ block: 'nearest' })")
io.writefile(src, data)
os.execute('gzip ' .. src)
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
New version has been published, see the first post of this thread.
Changes:
Compact mode -Background allows use of images.
------------------------------
Ctrl+F5
Posts: 68
Threads: 13
Joined: Oct 2023
Reputation:
1
(24.06.2025, 06:01)Novodk Wrote: (06.05.2025, 13:34)Frank68 Wrote: Hello
In the new version of VISU would it be possible to have the possibility of visually creating schedules by visually choosing what to include and then having the possibility of enabling them in the schedulers and defining the intervention times?
Thank you very much
+1 for this feature! This would be a great addition. I'm curious if this is something you are working on?
Hi ! I'd really like something in this direction! Something like a calender ?
Posts: 116
Threads: 44
Joined: Sep 2017
Reputation:
0
07.07.2025, 14:48
(This post was last modified: 07.07.2025, 15:43 by toujour.)
Hi,
I think this is a minor bug....
The arrows do not work in line frame url
KNX Advanced Partner + Tutor
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
The url most likely should be /user/eventlog.lp
------------------------------
Ctrl+F5
Posts: 8391
Threads: 45
Joined: Jun 2015
Reputation:
480
@toujour, have you update Visu to the latest version (20250627)? Which browser are you using?
Posts: 116
Threads: 44
Joined: Sep 2017
Reputation:
0
08.07.2025, 11:53
(This post was last modified: 08.07.2025, 11:54 by toujour.)
(08.07.2025, 06:59)Daniel Wrote: The url most likely should be /user/eventlog.lp
Yes, I know....I wanted to using the arrows to correct it in the right position (it is not a big problem).
(08.07.2025, 08:01)admin Wrote: @toujour, have you update Visu to the latest version (20250627)? Which browser are you using?
yes, I installed it yesterday.
I usually use firefox (last version).
KNX Advanced Partner + Tutor
Posts: 116
Threads: 44
Joined: Sep 2017
Reputation:
0
Hi,
when switch to Tile View there are some items that are out of their background.
Can I do something for this ?
KNX Advanced Partner + Tutor
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
Can you share your backup?
------------------------------
Ctrl+F5
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
New version has been published, see the first post of this thread.
Changes:
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
Hello, the widget's appearance setting isn't being applied. The background color change is made in the Visu admin, but not in the user view.
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
Which widget?
------------------------------
Ctrl+F5
Posts: 298
Threads: 39
Joined: Apr 2019
Reputation:
4
(11.07.2025, 07:51)Daniel Wrote: Which widget?
Custom widgets. They can be modified on the settings page, but not in the user interface.
Visu Admin
Visu User
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
Please send your backup and description which widget you have in mind.
------------------------------
Ctrl+F5
Posts: 5258
Threads: 29
Joined: Aug 2017
Reputation:
236
------------------------------
Ctrl+F5
|