In this article we will learn how to do panel level customization like, adding the shadows. After logging into Helical Insight, navigate to “Dashboard Designers” Open any of the existing report then click on CSS to add the code. CSS Code: .grid-stack-wrapper { box-shadow: 2px 2px 2px red; } Here is the Output: We can
Read More