Skip to content

Commit

Permalink
feat(gauge): 仪表盘支持 annotations (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky authored Feb 24, 2021
1 parent 90a8592 commit 2f5b0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plots/gauge/adaptor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { isString } from '@antv/util';
import { interaction, animation, theme, scale } from '../../adaptor/common';
import { interaction, animation, theme, scale, annotation } from '../../adaptor/common';
import { AXIS_META_CONFIG_KEYS } from '../../constant';
import { Params } from '../../core/adaptor';
import { Data } from '../../types';
Expand Down Expand Up @@ -198,6 +198,7 @@ export function adaptor(params: Params<GaugeOptions>) {
theme,
// meterView 需要放到主题之后
meterView,
annotation(),
other
// ... 其他的 adaptor flow
)(params);
Expand Down

0 comments on commit 2f5b0e8

Please sign in to comment.