File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
packages/react-vchart/src/charts Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ import {
1414 registerBarSeries ,
1515 registerLineSeries ,
1616 registerScatterSeries ,
17- registerPieSeries
17+ registerPieSeries ,
18+ registerAnimate ,
19+ registerReactAttributePlugin ,
20+ registerTooltip ,
21+ registerDomTooltipHandler
1822} from '@visactor/vchart' ;
1923import type { BaseChartProps } from './BaseChart' ;
2024import { createChart } from './BaseChart' ;
@@ -30,6 +34,10 @@ export const CommonChart = createChart<React.PropsWithChildren<CommonChartProps>
3034 vchartConstructor : VChart as IVChartConstructor
3135 } ,
3236 [
37+ registerAnimate ,
38+ registerReactAttributePlugin ,
39+ registerTooltip ,
40+ registerDomTooltipHandler ,
3341 registerCommonChart ,
3442 registerCartesianLinearAxis ,
3543 registerCartesianBandAxis ,
You can’t perform that action at this time.
0 commit comments