Posts: 38
Threads: 10
Joined: Oct 2023
Reputation:
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!
Posts: 4842
Threads: 26
Joined: Aug 2017
Reputation:
222
Use frame for this. There is Direct link in trend tab for displaying particular trends.
------------------------------
Ctrl+F5
Posts: 4842
Threads: 26
Joined: Aug 2017
Reputation:
222
This is hiding the multiple select
.trends .btn-group {
display: none !important;
}
------------------------------
Ctrl+F5
Posts: 38
Threads: 10
Joined: Oct 2023
Reputation:
1
Thanks! That made it possible to navigate properly in trends.
Any solution for the viewing of the last 7 days instead of monday through sunday?
Posts: 7960
Threads: 43
Joined: Jun 2015
Reputation:
458
At this moment the weekly view is fixed Monday-Sunday. We will consider implementing other view later.
Trends widget in Mosaic supports showing values for the past X days.
Posts: 38
Threads: 10
Joined: Oct 2023
Reputation:
1
When adding an iFrame with multiple trends, it's called "Multiple Trends", and I can't seem to find a field to change this. Is there a straight forward way to do this, so I can call it what it is, instead of just "Multiple Trends" ?
Thanks!