Here is dashboard. Can we have way to make gap/spa...
# gooddata-cloud
k
Here is dashboard. Can we have way to make gap/spacing between visualization same like 18px, both horizontal and verticaal.
k
The knowledge sources do not explicitly mention a way to set a specific pixel value (such as 18px) for the gap or spacing between widgets on a GoodData Cloud dashboard. The layout documentation covers the 12-column grid, widget resizing, column containers, and responsive breakpoints, but does not describe a configuration option for custom inter-widget spacing/gaps. [Configure Dashboard Layout] The theme settings reference also does not include a property for controlling the gap between widgets — it covers colors, borders, backgrounds, and typography, but not widget spacing. [Theme Settings Reference] What you could explore as alternatives: 1. Dashboard Plugins / Custom Widgets: Using the Dashboard Plugin API and layout customization API, you could potentially inject custom layout wrappers or spacer widgets to control spacing programmatically. However, this is a custom development approach and the knowledge sources do not confirm it supports pixel-precise gap control. [Dashboard Plugin API] 2. Column Containers: The column container feature lets you group and stack widgets, but again, custom gap sizing in pixels is not documented as a supported option. [Column Container] I'd recommend reaching out to GoodData support or the community to confirm whether a CSS/theme override or plugin approach could achieve a specific 18px gap, as this is not covered in the available documentation. šŸ‘ 0 button šŸ‘Ž 0 button ā„¹ļø Tip: Mention @kapa.ai in the thread for follow-ups. šŸ‘€ Our Support team monitors all messages and will jump in if needed.
k
Can anyone help me here Please?
m
Hi Krishti, I reviewed our AI Assistant response and can confirm there is no way to set a specific pixel value, such as 18px, for the spacing between widgets on a dashboard. The layout documentation covers the 12-column grid, widget resizing, column containers, and responsive breakpoints, and there is no option for custom inter-widget gaps. As recommended above - I’d like to suggest the following approaches that you may find useful: 1. Dashboard Plugins / Custom Widgets: Using the Dashboard Plugin API and layout customization API, you could potentially inject custom layout wrappers or spacer widgets to control spacing programmatically. However, this is a custom development approach and the knowledge sources do not confirm it supports pixel-precise gap control. [Dashboard Plugin API] 2. Column Containers: The column container feature lets you group and stack widgets, but again, custom gap sizing in pixels is not documented as a supported option. [Column Container]