LogicMachine Forum
Open beta testing - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Open beta testing (/showthread.php?tid=5904)

Pages: 1 2 3 4 5 6 7


RE: Open beta testing - davidchispas - 19.06.2025

(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.

   
   
   


RE: Open beta testing - davidchispas - 20.06.2025

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?

   


RE: Open beta testing - admin - 20.06.2025

LM > Vis. graphics > Edit custom CSS:
Code:
.trends.view-frame .navbar {
  display: none;
}
.trends.view-frame .content {
  top: 0;
}



RE: Open beta testing - davidchispas - 23.06.2025

(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.
   


RE: Open beta testing - Novodk - 24.06.2025

(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?


RE: Open beta testing - admin - 25.06.2025

Add custom class to trends using URL hash: https://forum.logicmachine.net/showthread.php?tid=4282&pid=31694#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)



RE: Open beta testing - Daniel - 30.06.2025

New version has been published, see the first post of this thread.

Changes:
Compact mode -Background allows use of images.
   
   


RE: Open beta testing - PolymorphedCust - 07.07.2025

(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


RE: Open beta testing - toujour - 07.07.2025

Hi, 

I think this is a minor bug....

The arrows do not work in line frame url

   


RE: Open beta testing - Daniel - 08.07.2025

The url most likely should be /user/eventlog.lp


RE: Open beta testing - admin - 08.07.2025

@toujour, have you update Visu to the latest version (20250627)? Which browser are you using?


RE: Open beta testing - toujour - 08.07.2025

(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).


RE: Open beta testing - toujour - 09.07.2025

Hi,

when switch to Tile View there are some items that are out of their background.

   

Can I do something for this ?


RE: Open beta testing - Daniel - 09.07.2025

Can you share your backup?


RE: Open beta testing - Daniel - 09.07.2025

New version has been published, see the first post of this thread.

Changes:


RE: Open beta testing - davidchispas - 11.07.2025

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.


RE: Open beta testing - Daniel - 11.07.2025

Which widget?


RE: Open beta testing - davidchispas - 17.07.2025

(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
   


RE: Open beta testing - Daniel - 17.07.2025

Please send your backup and description which widget you have in mind.


RE: Open beta testing - Daniel - 30.07.2025

New update is here
https://forum.logicmachine.net/showthread.php?tid=6065&pid=39496#pid39496
Cloud for Visu is working there.