19.02.2021, 18:12
How could you have in a visualization a bar that goes up and down in function of a variable from 0 to 100%
BAR CHANGE SIZE 0 to 100%
|
19.02.2021, 18:12
How could you have in a visualization a bar that goes up and down in function of a variable from 0 to 100%
22.02.2021, 08:26
See this thread for a similar example: https://forum.logicmachine.net/showthread.php?tid=3075
For horizontal mode you need to change the height property to width in both CSS and Custom JS.
thanks, but i need change in the order side, ..from bottom to top . Now i can do it but down to up.
24.02.2021, 11:00
Set additional class is bar. This single example will work on multiple elements with the same class.
Code: $(function(){
25.02.2021, 09:27
Do I need to create a new class (css custom) "bar"?
What icon for css is needed? Is anyone worth it?
25.02.2021, 10:21
No Custom CSS is needed, just add Custom JavaScript and set Additional classes property to bar for all required visualization elements. Objects must have 1-byte scale (0..100%) data type to work properly.
Another option is to use clip-path property so icon is clipped from the top instead of from the bottom as in the previous example. Make sure that only one script is used at a time. Code: $(function(){
28.02.2021, 11:43
When putting bar class and the java custom script indicated (both) gives me error.. Cannot reach 'split'
28.02.2021, 18:41
If I put read only does nothing the css or java script
01.03.2021, 08:24
Read only does not affect this. Do you have anything else in Custom JavaScript? It's possible that an error there prevents the script from working. Can you provide a backup if it still does not work for you?
01.03.2021, 18:30
When putting bar class and
the java custom script indicated (both) gives me error.. Cannot reach 'split'
02.03.2021, 07:21
Please upload backup from your device to https://wetransfer.com/ and send a link via a private message here.
|
« Next Oldest | Next Newest »
|