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 c1416bd commit 356944dCopy full SHA for 356944d
packages/vdataset/src/transform/boxplot.ts
@@ -1,4 +1,4 @@
1
-import { clamp, isArray, isNil, quantileSorted } from '../demo-utils';
+import { clamp, isArray, isNil, quantileSorted } from '@visactor/vutils';
2
import type { Transform } from '.';
3
4
export interface IBoxplotOptions {
0 commit comments