Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
panel
/
trend
/
File Content:
panelcfg.cue
// Copyright 2021 Grafana Labs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package grafanaplugin import ( "github.com/grafana/grafana/packages/grafana-schema/src/common" ) composableKinds: PanelCfg: lineage: { schemas: [{ version: [0, 0] schema: { // Identical to timeseries... except it does not have timezone settings Options: { legend: common.VizLegendOptions tooltip: common.VizTooltipOptions // Name of the x field to use (defaults to first number) xField?: string } @cuetsy(kind="interface") FieldConfig: common.GraphFieldConfig & {} @cuetsy(kind="interface") } }] lenses: [] }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
img
---
0755
TrendPanel.tsx
5762 bytes
0644
module.tsx
1155 bytes
0644
panelcfg.cue
1142 bytes
0644
panelcfg.gen.ts
611 bytes
0644
plugin.json
326 bytes
0644
suggestions.ts
1289 bytes
0644
N4ST4R_ID | Naxtarrr