Custom JS Chart
Resolved
Hi,
I am Creating some custom Js charts, but facing the issue in setting scroller when showing report on the dashboard. Attached image for reference. How can set overflow to auto for mentioned div?
Regards
Pratap
Files:
dashboard.png
Hi Pratap,
I cannot point you to the exact setting but it is typically possible to refer to specific reports using custom CSS. I would look at sources to see what CSS files are being loaded, and then add something along the lines of the following to a custom version of that:
Note that div ids can be referred to directly in css:
Let me know if this makes sense.
Regards,
Nathan
Hi Pratap,
I cannot point you to the exact setting but it is typically possible to refer to specific reports using custom CSS. I would look at sources to see what CSS files are being loaded, and then add something along the lines of the following to a custom version of that:
Note that div ids can be referred to directly in css:
Let me know if this makes sense.
Regards,
Nathan
Replies have been locked on this page!