//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // This file is autogenerated. DO NOT EDIT. // // To regenerate, run "make gen-cue" from the repository root. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ import * as ui from '@grafana/schema'; export const PanelModelVersion = Object.freeze([0, 0]); export interface PanelOptions extends ui.SingleStatBaseOptions { showThresholdLabels: boolean; showThresholdMarkers: boolean; } export const defaultPanelOptions: Partial = { showThresholdLabels: false, showThresholdMarkers: true, };