Skip to content

haruki-yamanashi/grafana-discrete-panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discrete Panel

This panel shows discrete values in a horizontal graph. This lets show state transitions clearly. It is a good choice to display string or boolean data

Screenshots

example example example example example options options

Building

To complie, run:

npm install -g yarn
yarn install --pure-lockfile
grunt

To Check tslint:

yarn global add tslint typescript

tslint  -c tslint.json 'src/**/*.ts'

Changelog

v0.0.7 (not released yet)
  • Switch to typescript
v0.0.6
  • Fix for grafana 4.5 (thanks @alin-amana)
v0.0.5
  • Support results from the table format
  • Support results in ascending or decending order
  • Configure legend percentage decimal points
  • Legend can show transition count and distinct value count
  • Clamp percentage stats within the query time window
  • Changed the grafana dependency version to 4.x.x, since 3.x.x was not really supported
  • Fixed issues with tooltip hover position
  • Option to expand 'from' query so the inital state can avoid 'null'
v0.0.4
  • Support shared tooltips (not just crosshair)
v0.0.3
  • Configure more colors (retzkek)
  • Fix tooltips (retzkek)
  • Configure Text Size
  • Support shared crosshair
v0.0.2
  • Use the panel time shift.
v0.0.1
  • First working version

About

Show discrete events in grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.4%
  • HTML 27.6%
  • JavaScript 5.0%