We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cceed commit 091448bCopy full SHA for 091448b
1 file changed
packages/lib/src/index.ts
@@ -112,14 +112,15 @@ export type { VisCanvasContextValue } from './vis/shared/VisCanvasProvider';
112
export type { InteractionsContextValue } from './interactions/InteractionsProvider';
113
114
// Utilities
115
-export { toTypedNdArray } from '@h5web/shared/vis-utils';
+export { toTypedNdArray, createArrayFromView } from '@h5web/shared/vis-utils';
116
117
export {
118
getDomain,
119
getDomains,
120
getCombinedDomain,
121
extendDomain,
122
getAxisDomain,
123
+ getAxisOffsets,
124
getValueToIndexScale,
125
createBufferAttr,
126
createIndex,
0 commit comments