grafana/packages/grafana-runtime
Torkel Ödegaard 70b0ec65b3
PanelEdit: Fixed timing and state related issues (#22131)
* PanelEdit: Fixed timing and state related issues

* Added unit test and changed some logic

* Fixed id logic

* Updated snapshots

* Update public/app/features/dashboard/state/PanelModel.ts

Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-02-13 16:06:45 +01:00
..
src PanelEdit: Fixed timing and state related issues (#22131) 2020-02-13 16:06:45 +01:00
.eslintrc TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
CHANGELOG.md Packages: Use lerna for release orchestration (#17985) 2019-07-09 09:43:53 -07:00
index.js Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
package.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
README.md Packages: update versioning and release process (#18195) 2019-09-12 08:00:31 +02:00
rollup.config.ts Packages: Use lerna for release orchestration (#17985) 2019-07-09 09:43:53 -07:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00

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.