How to Remove Boarders and White Space Between Widgets
If you are nostalgic for the old chartio aesthetic where all the visualizations seem to be on a single sheet of paper rather than separated with boarders try this custom CSS:
<style>
ul#grid-widgets {
background: #FFFFFF !important;
}
.widget::before{border: 0px !important;}
</style>
If you set this as a global header then any dashboards that have existing CSS may not work and will need to be configured individually.
Before:
After:
Please sign in to leave a comment.
0 comments