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 92654ff commit 2de1621Copy full SHA for 2de1621
packages/vchart-extension/src/charts/compare-sankey/compare-sankey.ts
@@ -1,4 +1,3 @@
1
-import { DEFAULT_DATA_KEY } from './../../../../vchart/src/constant/data';
2
import type { SankeyLinkElement } from '@visactor/vlayouts/es/sankey';
3
import type { ICompareSankeyChartSpecBase, ICompareSankeySeriesSpecBase } from './interface';
4
import type { Datum, ILinkPathMarkSpec, IRectMarkSpec } from '@visactor/vchart';
@@ -11,7 +10,8 @@ import {
11
10
STATE_VALUE_ENUM,
12
AttributeLevel,
13
getDatumOfGraphic,
14
- DEFAULT_DATA_INDEX
+ DEFAULT_DATA_INDEX,
+ DEFAULT_DATA_KEY
15
} from '@visactor/vchart';
16
import { DataView } from '@visactor/vdataset';
17
import { CompareSankeyChartSpecTransformer } from './compare-sankey-transformer';
0 commit comments