Decrease space between reports on Dashboard
Answered
Hi Team,
Hope you are having a good day today.
One of our client wants to decrease the space between reports on the dashboard, because they put their whole tab on the screen to show real-time monitoring data.
Unfortunately, I am unable to find out the global setup in configuration and content setting for this request,
It would be appreciated if you could please advise us how to do this setup.
Regards,
Nancy
Hi Nancy,
again I have found that it is all possible by using custom css but you must use the correct elements.
For Request 1 you must use .reportTableContainer NOT reportContainer.
You can control the height in that element so that you can remove the blank row at the bottom of the report.
However, this will cause a scrollbar to appear on the right of the report. You can then hide the scrollbar by setting the "overflow" parameter of reportTableContainer to "hidden"
Here is the BEFORE image:
and here is the AFTER image:
In other words, all of the issues that you said are not working, are in fact, working correctly.
If you have any more problems with custom CSS then I suggest you can hire one of our consultants to do the styling for you because unfortunately I don't have the time to work out every little bit of custom styling you want to do. I hope you can understand that.
regards,
David
Hi Nancy,
again I have found that it is all possible by using custom css but you must use the correct elements.
For Request 1 you must use .reportTableContainer NOT reportContainer.
You can control the height in that element so that you can remove the blank row at the bottom of the report.
However, this will cause a scrollbar to appear on the right of the report. You can then hide the scrollbar by setting the "overflow" parameter of reportTableContainer to "hidden"
Here is the BEFORE image:
and here is the AFTER image:
In other words, all of the issues that you said are not working, are in fact, working correctly.
If you have any more problems with custom CSS then I suggest you can hire one of our consultants to do the styling for you because unfortunately I don't have the time to work out every little bit of custom styling you want to do. I hope you can understand that.
regards,
David
Hi Nancy,
I am having a good day thank you, I hope you are too!
The way to reduce your client's space is not via the global setup and content setting, instead, you must do it via a Custom CSS.
Our wiki explains how to do this on the following page:
http://wiki.yellowfin.com.au/pages/viewpage.action?pageId=8585995#CustomImages&CSS-CSS
However, to try and save you a bit of time I have found the 2 important points for you.
The web page element that you want to change is called .dashboardPortletSpace, and you will find the original style settings for it in the file called "<YF home>\appserver\webapps\ROOT\css\dashboard.css"
You will see that the default height is 20px, so if you change it to 1px that decreases the space a lot. Don't forget to follow the 4 steps at the bottom of the above wiki page.
Hopefully that is enough info to get you through, however, if you encounter any issues or have further questions please don't hesitate to let us know.
regards,
David
Hi Nancy,
I am having a good day thank you, I hope you are too!
The way to reduce your client's space is not via the global setup and content setting, instead, you must do it via a Custom CSS.
Our wiki explains how to do this on the following page:
http://wiki.yellowfin.com.au/pages/viewpage.action?pageId=8585995#CustomImages&CSS-CSS
However, to try and save you a bit of time I have found the 2 important points for you.
The web page element that you want to change is called .dashboardPortletSpace, and you will find the original style settings for it in the file called "<YF home>\appserver\webapps\ROOT\css\dashboard.css"
You will see that the default height is 20px, so if you change it to 1px that decreases the space a lot. Don't forget to follow the 4 steps at the bottom of the above wiki page.
Hopefully that is enough info to get you through, however, if you encounter any issues or have further questions please don't hesitate to let us know.
regards,
David
Hi Nancy,
just checking with you if it's OK to close this Question? (if you don't respond within a week then it will be closed)
regards,
David
Hi Nancy,
just checking with you if it's OK to close this Question? (if you don't respond within a week then it will be closed)
regards,
David
Hi Nancy,
I'm sorry but I have already advised you how to decrease the space between the reports on the dashboard and I don't see that it would be of any benefit for me to repeat the instructions all over again, so what I can offer now is that someone from our professional services team could work with you on this. Please let me know whether you would like this and I'll contact your account manager to go about organising it.
regards,
David
Hi Nancy,
I'm sorry but I have already advised you how to decrease the space between the reports on the dashboard and I don't see that it would be of any benefit for me to repeat the instructions all over again, so what I can offer now is that someone from our professional services team could work with you on this. Please let me know whether you would like this and I'll contact your account manager to go about organising it.
regards,
David
A thousand apologies Nancy! Yes indeed I did misunderstand your request. Thanks for letting me know!
Regarding the other ticket, I can see that David R and Mahe are dealing with it.
regards,
David
A thousand apologies Nancy! Yes indeed I did misunderstand your request. Thanks for letting me know!
Regarding the other ticket, I can see that David R and Mahe are dealing with it.
regards,
David
Replies have been locked on this page!