mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
@grafana/data: don't export ArrowDataFrame (#20855)
This commit is contained in:
parent
431bf2b179
commit
3289ee8b77
@ -4,4 +4,10 @@ export * from './CircularDataFrame';
|
||||
export * from './MutableDataFrame';
|
||||
export * from './processDataFrame';
|
||||
export * from './dimensions';
|
||||
export * from './arrow/ArrowDataFrame';
|
||||
|
||||
// NOTE: We can not export arrow in the global scope because it will crash phantomjs
|
||||
// In core, this is loaded async. In plugins you can import using:
|
||||
//
|
||||
// import { resultsToDataFrames } from '@grafana/data/dataframe/arrow/ArrowDataFrame'
|
||||
//
|
||||
// export * from './arrow/ArrowDataFrame';
|
||||
|
Loading…
Reference in New Issue
Block a user