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.

Css Graph
#21
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'.
Reply
#22
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');
  }
});
Reply


Forum Jump: