Skip to content

Commit a8ae8a7

Browse files
Improve the default panel size (#9775)
The default panel size is almost always too small for anyone’s needs. Using half the width per vis seems to work better, along with making slightly taller.
1 parent a3db893 commit a8ae8a7

File tree

1 file changed

+2
-2
lines changed
  • src/core_plugins/kibana/public/dashboard/components/panel/lib

1 file changed

+2
-2
lines changed

src/core_plugins/kibana/public/dashboard/components/panel/lib/panel_state.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export const DEFAULT_PANEL_WIDTH = 3;
2-
export const DEFAULT_PANEL_HEIGHT = 2;
1+
export const DEFAULT_PANEL_WIDTH = 6;
2+
export const DEFAULT_PANEL_HEIGHT = 3;
33

44
/**
55
* Represents a panel on a grid. Keeps track of position in the grid and what visualization it

0 commit comments

Comments
 (0)