Skip to content

Commit

Permalink
chore: add note to trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
skie1997 committed Sep 8, 2024
1 parent da6eae1 commit 3388e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vrender-components/src/axis/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export abstract class AxisBase<T extends AxisBaseAttributes> extends AbstractCom
protected _renderInner(container: IGroup) {
const { title, label, tick, line, items } = this.attribute;

// 设置轴pickable false, 防止阻断交互
const axisContainer = graphicCreator.group({ x: 0, y: 0, zIndex: 1, pickable: false });
axisContainer.name = AXIS_ELEMENT_NAME.axisContainer;
axisContainer.id = this._getNodeId('container');
Expand Down

0 comments on commit 3388e2e

Please sign in to comment.