@grafana/data: don't export ArrowDataFrame (#20855)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user