Logic Machine Forum
Graphs - 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: Graphs (/showthread.php?tid=617)



Graphs - baggins - 14.02.2017

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.


RE: Graphs - admin - 15.02.2017

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


RE: Graphs - baggins - 15.02.2017

OK, thanks.

So how do I change the colour of the Dark theme?


RE: Graphs - admin - 15.02.2017

Like this:
Code:
.dark .modal-body {
  background-color: red;
}



RE: Graphs - baggins - 15.02.2017

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.


RE: Graphs - leonidas - 12.07.2017

In trends, schedulers and visualization pages background became dark, how can I change it back to white?


RE: Graphs - admin - 12.07.2017

You have probably enabled "Dark theme" in Utilities -> Vis. configuration


RE: Graphs - leonidas - 12.07.2017

Yep, thanks, expected something like this but didn't find it by myself Big Grin