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.

Trend log graph in vis.
#1
Hi 

Is it possible to have a graph with selected trends, from the trend log, directly in the visualization, without having to press to go to trends nor have a widget pop up etc.? Like, having the graph shown in the main page.

Thought it might be somehow fetching the selected values from the trendlogs and displaying them afterwards.

Thanks!
Reply
#2
Use frame for this. There is Direct link in trend tab for displaying particular trends.
------------------------------
Ctrl+F5
Reply
#3
I got it done !

I now realize, though, that when the display form is weekly; on monday we see 6,5 day empty and only the 12 first hours of monday. Is it possible to display the last 7*24 hours, instead of locking the trend table on monday through to sunday?

And:
When I enter this in the Custom CSS:
Code:
.trends .navbar .btn {
    display: none !important;
}

.trends .btn-group {
    display: none !important;
}

.trends .container {
  background: #006d4d!important;
  border-radius: 15px;
}

.trends .navbar h4.title {
  color: white;
}
.trends .flotr-legend.flotr-legend-left {
    opacity: 50%;
}

.navbar .current {
    color: #fbff00;
}

.schedulers .navbar .btn {
    display: none !important;
}

I thought it would only affect the visualization "app". But when I, as admin, enter the schedulers and trends, my buttons are gone. 
That does, so I can't mark fx the "multiple trends" function.
Is there a work-around of this? 

Thanks!

Attached Files Thumbnail(s)
   
Reply
#4
This is hiding the multiple select
.trends .btn-group {
display: none !important;
}
------------------------------
Ctrl+F5
Reply
#5
Change all .trends selectors to .view-frame.trends:
Code:
.view-frame.trends .btn-group {
  display: none !important;
}
Reply


Forum Jump: