2022-05-25 06:07:32 -05:00
|
|
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2022-05-26 20:21:37 -05:00
|
|
|
// This file is autogenerated. DO NOT EDIT.
|
|
|
|
//
|
|
|
|
// To regenerate, run "make gen-cue" from the repository root.
|
2022-05-25 06:07:32 -05:00
|
|
|
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
import * as ui from '@grafana/schema';
|
|
|
|
|
|
|
|
export const modelVersion = Object.freeze([0, 0]);
|
|
|
|
|
|
|
|
|
|
|
|
export interface PanelOptions extends ui.SingleStatBaseOptions {
|
|
|
|
colorMode: ui.BigValueColorMode;
|
|
|
|
graphMode: ui.BigValueGraphMode;
|
|
|
|
justifyMode: ui.BigValueJustifyMode;
|
|
|
|
textMode: ui.BigValueTextMode;
|
|
|
|
}
|
|
|
|
|
|
|
|
export const defaultPanelOptions: Partial<PanelOptions> = {
|
|
|
|
colorMode: ui.BigValueColorMode.Value,
|
|
|
|
graphMode: ui.BigValueGraphMode.Area,
|
|
|
|
justifyMode: ui.BigValueJustifyMode.Auto,
|
|
|
|
textMode: ui.BigValueTextMode.Auto,
|
|
|
|
};
|