You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ You can add your own custom panels to the bottom of the template dashboard.
164
164
panel_width, # (default 8) Panel width in grid units, max is 24
165
165
)
166
166
```
167
-
Panel size is set with grid units. Grafana uses square-type grid where dashboard width is 24 units. For example, every row width is 24 units and heigth is 1 unit.
167
+
Panel size is set with grid units. Grafana uses square-type grid where dashboard width is 24 units. For example, row size is 24 x 1 units and Grafana new panel size is 12 x 9 units.
168
168
169
169
If you want to build non-graph panel or a graph panel with more complicated configuration, use `grafonnet` templates.
170
170
You must set a size of each panel before adding it to our dashboard template.
0 commit comments