D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
panel
/
gauge
/
Filename :
panelcfg.gen.ts
back
Copy
// Code generated - EDITING IS FUTILE. DO NOT EDIT. // // Generated by: // public/app/plugins/gen.go // Using jennies: // TSTypesJenny // PluginTSTypesJenny // // Run 'make gen-cue' from repository root to regenerate. import * as common from '@grafana/schema'; export interface Options extends common.SingleStatBaseOptions { minVizHeight: number; minVizWidth: number; showThresholdLabels: boolean; showThresholdMarkers: boolean; sizing: common.BarGaugeSizing; } export const defaultOptions: Partial<Options> = { minVizHeight: 75, minVizWidth: 75, showThresholdLabels: false, showThresholdMarkers: true, sizing: common.BarGaugeSizing.Auto, };