module.ts 202 B

123456
  1. import { PanelPlugin } from '@grafana/data';
  2. import { GettingStarted } from './GettingStarted';
  3. // Simplest possible panel plugin
  4. export const plugin = new PanelPlugin(GettingStarted).setNoPadding();