02.07.2024, 06:48
Can you also change the title of the text. Now, there is written 'Course Multiples', let's say I want to change it in 'Room temperature'.
|
Css Graph
|
|
02.07.2024, 06:48
Can you also change the title of the text. Now, there is written 'Course Multiples', let's say I want to change it in 'Room temperature'.
02.07.2024, 07:19
Add this to Custom JS, change the path comparison string at line 5 as needed:
Code: $(function() {
var loc = window.location;
var path = loc.pathname + loc.search;
if (path == '/scada-vis/trends?id=1,3,5&mode=week&multiple=1') {
$('.title').text('Room temperature');
}
}); |
|
« Next Oldest | Next Newest »
|