In this article we will learn how to change the shape of a panel in dashboard designer. Here, we are changing the panel into circle shape. For this, we just need to apply a simple CSS Code
Click on CSS option to enter the css code then save the file for result.
CSS Code:
[data-gs-id="paaefjd9wx8evb1hh7rqqia4i"] .grid-stack-wrapper{
border-radius:50% !important;
overflow:hidden;
}
//data-gs-id is the unique id of each panel
Here is the output for the above CSS code.
For More Info, contact us at demo@helicalinsight.com