Skip to content

Commit db93d9c

Browse files
committed
Add pivot utils top-level and add layerchart/utils for all utils
1 parent 24206f1 commit db93d9c

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/layerchart/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
".": {
107107
"types": "./dist/index.d.ts",
108108
"svelte": "./dist/index.js"
109+
},
110+
"./utils/*": {
111+
"types": "./dist/utils/*.d.ts",
112+
"svelte": "./dist/utils/*.js"
109113
}
110114
},
111115
"files": [

packages/layerchart/src/lib/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ export * from './geo';
22
export * from './graph';
33
export * from './hierarchy';
44
export * from './math';
5+
export * from './pivot';
56
export * from './stack';
67
export * from './ticks';

0 commit comments

Comments
 (0)