mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Canvas: Quick positioning (#48992)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
@@ -49,3 +49,12 @@ export interface LineConfig {
|
||||
color?: ColorDimensionConfig;
|
||||
width?: number;
|
||||
}
|
||||
|
||||
export enum QuickPlacement {
|
||||
Top = 'top',
|
||||
Bottom = 'bottom',
|
||||
Left = 'left',
|
||||
Right = 'right',
|
||||
HorizontalCenter = 'hcenter',
|
||||
VerticalCenter = 'vcenter',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user