Logic Machine Forum
Help me to modify the circular slider a little - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Help me to modify the circular slider a little (/showthread.php?tid=4698)



Help me to modify the circular slider a little - pouralise - 04.04.2023

Hello, can you help me write the css to modify the circular slider a little like this? Thank you

[Image: vT40wPa.png]


RE: Help me to modify the circular slider a little - admin - 04.04.2023

1. Adding a blank space is not possible.
2. Enable "Round line cap" in Vis. parameters.
3. To hide the title set Additional class to notitle and add this to Custom CSS:
Code:
.notitle .circularslider-value,
.pcontrol-notitle .circularslider-value {
  display: none;
}



RE: Help me to modify the circular slider a little - pouralise - 04.04.2023

(04.04.2023, 06:18)admin Wrote: 1. Adding a blank space is not possible.
2. Enable "Round line cap" in Vis. parameters.
3. To hide the title set Additional class to notitle and add this to Custom CSS:
Code:
.notitle .circularslider-value,
.pcontrol-notitle .circularslider-value {
  display: none;
}


The round line cap option don't add the circle like this
[Image: zvlIu4X.png]


RE: Help me to modify the circular slider a little - admin - 04.04.2023

This is also not possible.