Skip to content

CopperHill-Consulting/grafana-customTables-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopperHill Custom Table Panel Plugin for Grafana

Create highly customizable tables in Grafana.

Installation

clone this repository into your plugin directory

git clone https://github.com/CopperHill-Consulting/grafana-customTables-panel.git
brew services restart grafana

License

MIT

Building this plugin

This plugin leverages the grafana-toolkit to simplify building and packaging a plugin.

Change to a compatible version of NodeJS:

nvm use 12

Install module dependencies:

yarn

Build plugin in production mode (PROBLEMATIC):

yarn build

Build plugin in development mode:

yarn dev

Build plugin in development mode, watching for changes:

yarn watch