grafana/packages/grafana-runtime
Marcus Efraimsson 6e80315531
Image Rendering: Fix render of graph panel legend aligned to the right using Grafana image renderer plugin/service (#21854)
Don't render class body--phantomjs on body element when 
PhantomJS renderer not is in use.

Fixes #21830
2020-01-30 17:35:32 +01:00
..
src Image Rendering: Fix render of graph panel legend aligned to the right using Grafana image renderer plugin/service (#21854) 2020-01-30 17:35:32 +01:00
CHANGELOG.md Packages: Use lerna for release orchestration (#17985) 2019-07-09 09:43:53 -07:00
README.md Packages: update versioning and release process (#18195) 2019-09-12 08:00:31 +02:00
index.js Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
package.json next version 6.7.0 (#21617) 2020-01-21 15:15:38 +01:00
rollup.config.ts Packages: Use lerna for release orchestration (#17985) 2019-07-09 09:43:53 -07:00
tsconfig.build.json Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
tsconfig.json Packages: create shared tsconfig.json (#18010) 2019-07-10 12:50:52 +02:00
tslint.json Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00

README.md

Grafana Runtime library

@grafana/runtime is currently in ALPHA. Core API is unstable and can be a subject of breaking changes!

This package allows access to grafana services. It requires Grafana to be running already and the functions to be imported as externals.