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 display with lots of elemnts
#1
Hi,
I try to display some specific trend with:
/scada-vis/trends?id=88,89,90,91,92,93,94,95,97,99,100,101,102,103,109,110,111,128,129,130,131,132,133,134,135,138,146,147,152,154,155,156,157,158,159,167,169,170,171,172,173,175,176,177,178,182,192&mode=week&multiple=1

But there is no bar to show the other trend. The list stop at the bottom of the screen:
   

Is there a workaround ?
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#2
Do you mean that there's no scroll bar for the legend box on the left?
Reply
#3
(28.02.2022, 11:03)admin Wrote: Do you mean that there's no scroll bar for the legend box on the left?

yes, it only show the first on the legend.
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply
#4
Try adding this to Custom CSS:
Code:
.flotr-legend {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80%;
}
.flotr-legend-label {
  white-space: nowrap;
}
Reply
#5
(28.02.2022, 11:24)admin Wrote: Try adding this to Custom CSS:
Code:
.flotr-legend {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80%;
}
.flotr-legend-label {
  white-space: nowrap;
}

Heart  perfect, thank
-----------
FRANCE SMARTHOME & SMARTBUILDING INTEGRATION
SE ECO EXPERT
Reply


Forum Jump: