grafana/packages/grafana-data
Torkel Ödegaard c002a39456
NewPanelEditor: Angular panel options, and angular component state to redux major change (#22448)
* NewPanelEdit: Added angular options to new panel editor and started looking and angular component state

* Moved angular component state to redux

* Close to working 100%

* Think everything is working

* AlertTab: Alert tab now gets angularComponent from redux

* Fixed panel menu access to angular panel component

* Added new tests

* Fixed unit test

* Fixed strict null errors

* Fixed typescript issues

* fixed issues
2020-02-28 11:04:40 +01:00
..
src NewPanelEditor: Angular panel options, and angular component state to redux major change (#22448) 2020-02-28 11:04:40 +01:00
.eslintrc TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
api-extractor.json Docs: adding API reference documentation support for the packages libraries. (#21931) 2020-02-25 13:59:11 +01:00
CHANGELOG.md Packages: Use lerna for release orchestration (#17985) 2019-07-09 09:43:53 -07:00
index.js Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07:00
package.json Optimized package.json files (#22475) 2020-02-27 12:00:36 -05:00
README.md Packages: update versioning and release process (#18195) 2019-09-12 08:00:31 +02:00
rollup.config.ts DataFrame: round trip metadata to arrow Table (#21277) 2020-01-03 08:12:19 -08: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 Data Library

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

This package holds the root data types and functions used within Grafana.