Posts: 72
	Threads: 13
	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: 5284
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		Use frame for this. There is Direct link in trend tab for displaying particular trends.
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 5284
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		This is hiding the multiple select
.trends .btn-group {
    display: none !important;
}
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 72
	Threads: 13
	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: 8413
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		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: 72
	Threads: 13
	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!