This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Open beta testing
#61
(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.

   
   
   
Reply
#62
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?

   
Reply
#63
LM > Vis. graphics > Edit custom CSS:
Code:
.trends.view-frame .navbar {
  display: none;
}
.trends.view-frame .content {
  top: 0;
}
Reply
#64
(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.
   
Reply
#65
(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?
Reply
#66
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)
Reply
#67
New version has been published, see the first post of this thread.

Changes:
Compact mode -Background allows use of images.
   
   
------------------------------
Ctrl+F5
Reply
#68
(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 ? Smile
Reply
#69
Hi, 

I think this is a minor bug....

The arrows do not work in line frame url

   
KNX Advanced Partner + Tutor
Reply
#70
The url most likely should be /user/eventlog.lp
------------------------------
Ctrl+F5
Reply
#71
@toujour, have you update Visu to the latest version (20250627)? Which browser are you using?
Reply
#72
(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
Reply
#73
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
Reply
#74
Can you share your backup?
------------------------------
Ctrl+F5
Reply
#75
New version has been published, see the first post of this thread.

Changes:
------------------------------
Ctrl+F5
Reply
#76
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.
Reply
#77
Which widget?
------------------------------
Ctrl+F5
Reply
#78
(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
   
Reply
#79
Please send your backup and description which widget you have in mind.
------------------------------
Ctrl+F5
Reply
#80
New update is here
https://forum.logicmachine.net/showthrea...6#pid39496
Cloud for Visu is working there.
------------------------------
Ctrl+F5
Reply


Forum Jump: