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.

custom trend
#1
Hello,
I want to put a page in my project to view power consum. and themperature of my house.
I used the frame option to view trend page, this is the result:
[Image: actual.png]

And this what I want:

[Image: desired.png]

As you can see, trend shows 1 month, and the rest of the buttons are out.
Is this possible?

Thanks and greetings.
Reply
#2
You can use direct link feature in trends tab to select required default view parameters. You can hide top bar via CSS but this will affect all trends that are placed in frame element.
Code:
.trends.view-frame .navbar {
  display: none;
}

.trends.view-frame .content {
  top: 0;
}
Reply


Forum Jump: