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.

Graphs
#1
Hi,
I have a couple of questions regarding graphs:

1) I suppose that the background colour of the graphs can be changed with additional classes. I have looked with dev tools in the browser but I can't figure out what class I need to override. Can someone give an example?

2) Is there a way to show more than one object in a graph?

Thanks.
Reply
#2
1. Custom classes do not apply to window elements, so you can only override background for all windows at once
2. Not possible at this moment
Reply
#3
OK, thanks.

So how do I change the colour of the Dark theme?
Reply
#4
Like this:
Code:
.dark .modal-body {
  background-color: red;
}
Reply
#5
Perfect.

However, with this code, only the window of the graph is the correct colour.
I added:


Code:
.dark  .modal-header {
 background-color: #243d47;
}


Now the header of the graph also has the correct colour.

Thanks.
Reply
#6
In trends, schedulers and visualization pages background became dark, how can I change it back to white?
Reply
#7
You have probably enabled "Dark theme" in Utilities -> Vis. configuration
Reply
#8
Yep, thanks, expected something like this but didn't find it by myself Big Grin
Reply


Forum Jump: