Custom JS Chart

Pratap Singh shared this problem 6 years ago
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

Replies (1)

photo
1

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:

div.r12345InnerDiv{
overflow: hidden (or w/e you want here)
}


Let me know if this makes sense.

Regards,

Nathan

photo
1

HI Nathan,

Thanks for guiding,

Regards

Pratap

photo
1

No problem!

Nathan

photo
Leave a Comment
 
Attach a file