grafana/packages/grafana-data
Ryan McKinley c777301535 DataFrame: split DataFrameHelper into MutableDataFrame and FieldCache (#18795)
* add appending utility

* add appending utility

* update comment

* rename to mutable

* move mutable functions out of DataFrameHelper

* move mutable functions out of DataFrameHelper

* move mutable functions out of DataFrameHelper

* turn DataFrameHelper into FieldCache

* guess time from name

* graph the numbers

* return the timeField, not just the index

* just warn on duplicate field names

* only use a parser if the input is a string

* append init all fields to the same length

* typo

* only parse string if value is a string

* DataFrame: test fixes

* Switch to null for missing values

* Fixed tests
2019-09-01 14:44:22 +02:00
..
src DataFrame: split DataFrameHelper into MutableDataFrame and FieldCache (#18795) 2019-09-01 14:44:22 +02: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 Add typings to package.json in packages (#18640) 2019-08-22 10:20:17 +02:00
README.md grafana/toolkit: improve CircleCI stubs (#17995) 2019-07-11 12:47:58 +02:00
rollup.config.ts Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07:00
tsconfig.build.json Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07:00
tsconfig.json Packages: create shared tsconfig.json (#18010) 2019-07-10 12:50:52 +02:00
tslint.json Build: add @grafana/data package (#17436) 2019-06-18 08:17:27 -07:00

Grafana Data Library

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