ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: How to Remove/Hide a Full-Screen Button from the Widget How to hide it for the entire dashboard(all widgets) all at once? Re: How To Calculate The Maximum / Minimum Date Per Category On Pivot2 How to make the script work for an aggregated table instead of a pivot table? lat lng maps How to create a map using lat and lng instead of city/state/country? SolvedHow to Left-Align tabber text? How to left-align the text in the tabber widget ? SolvedInterval on X-axis labels on Chart How to set an interval on X-axis for a continuous timeline so that the labels don't look so crowded? I want to show less labels on the X-axis and be able to control the interval. Re: Line Chart - X-Axis label customization (granularity, formatting, frequency, first/last values) How to dynamically select the number of labels shown in the graph so that its is not crowded? Re: How to remove the `i` icon from the dashboard widgets completely? I found $(document.getElementsByClassName('widget-toolbar-btn btn btn--icon btn--dark btn--no-background')).hide() that the above script removed the `i` completely How to remove the `i` icon from the dashboard widgets completely? How to remove the `i` icon from the dashboard completely? I am currently using the following script, but it only makes it invisible. When you hover over that location you can still see the hover state of the `i` icon. dashboard.on('refreshstart', function() { $(document.getElementsByClassName('btn__icon app-icon app-icon--general-info-circle')).hide() }) Solved