mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
== Column
|
|
Status: *Stable*
|
|
|
|
A pseudo panel that lets you add other panels to be arranged in a column with defined heights.
|
|
While the column panel is stable, it does have many limitations, including the inability to drag
|
|
and drop panels within its borders. It may be removed in a future release.
|
|
|
|
// src/app/panels/column/module.js:5
|
|
|
|
=== Parameters
|
|
|
|
panel:: An array of panel objects
|
|
// src/app/panels/column/module.js:36
|
|
|