grafana/packages/grafana-data
Ryan McKinley da395729c3 FieldEditor: extendable FieldConfig UI (#21882)
* initial POC

* fix import

* field config editor in the sidebar

* field config editor in the sidebar

* field config editor in the sidebar

* sidebar

* include threshold in sidebar

* include threshold in sidebar

* include threshold in sidebar

* init to empty threshold

* merge

* Make sure editor is fully rendered when page is refreshed

* use scrollbars

* add matcher UI folder

* remove

* Field options basic editors

* Removed deebugger

* Make number field editor controlled

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

* Update public/app/plugins/panel/gauge/GaugePanel.tsx

* Ready for production

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-02-08 18:29:09 +01:00
..
src FieldEditor: extendable FieldConfig UI (#21882) 2020-02-08 18:29:09 +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 Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07: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 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.