Skip to content

Commit

Permalink
fix(bullet): 规范写法,将sync改为true,同步自身
Browse files Browse the repository at this point in the history
  • Loading branch information
酥云 committed Jun 16, 2021
1 parent 5cbea25 commit 3cbe8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plots/bullet/adaptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function meta(params: Params<BulletOptions>): Params<BulletOptions> {
},
// 额外的 meta
{
[measureField]: { min: extData?.min, max: extData?.max, sync: `${measureField}` },
[measureField]: { min: extData?.min, max: extData?.max, sync: true },
[targetField]: {
sync: `${measureField}`,
},
Expand Down

0 comments on commit 3cbe8ed

Please sign in to comment.