Skip to content

Commit

Permalink
feat: improve fromFlux performance (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalem1 authored May 17, 2022
1 parent c04dfb9 commit 4432d1e
Show file tree
Hide file tree
Showing 4 changed files with 829 additions and 3 deletions.
2 changes: 1 addition & 1 deletion giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe",
"version": "2.25.0",
"version": "2.26.0",
"main": "dist/index.js",
"module": "dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion giraffe/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export {Plot} from './components/Plot'
export {HoverTimeProvider} from './components/hoverTime'

// Utils
export {fromFlux, FromFluxResult} from './utils/fromFlux'
export {fromFlux, fastFromFlux, FromFluxResult} from './utils/fromFlux'
export {fromRows} from './utils/fromRows'
export {newTable} from './utils/newTable'
export {
Expand Down
Loading

0 comments on commit 4432d1e

Please sign in to comment.