From 74c9996b762cc4c0f9bd3e4229cfb5f53f1b1063 Mon Sep 17 00:00:00 2001 From: netil Date: Fri, 22 Sep 2023 20:39:21 +0900 Subject: [PATCH] skip: remove wrong code chages --- src/ChartInternal/ChartInternal.ts | 2 +- src/config/Options/axis/y2.ts | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/ChartInternal/ChartInternal.ts b/src/ChartInternal/ChartInternal.ts index 5c1bb6e73..75dfcddba 100644 --- a/src/ChartInternal/ChartInternal.ts +++ b/src/ChartInternal/ChartInternal.ts @@ -420,7 +420,7 @@ export default class ChartInternal { $el.defs = $el.svg.append("defs"); if (hasAxis) { - ["id", "idXAxis", "idYAxis", "idY2Axis", "idGrid"].forEach(v => { + ["id", "idXAxis", "idYAxis", "idGrid"].forEach(v => { $$.appendClip($el.defs, state.clip[v]); }); } diff --git a/src/config/Options/axis/y2.ts b/src/config/Options/axis/y2.ts index f14f9c85f..95e0e645c 100644 --- a/src/config/Options/axis/y2.ts +++ b/src/config/Options/axis/y2.ts @@ -6,19 +6,6 @@ * y2 Axis config options */ export default { - /** - * Set clip-path attribute for y2 axis element - * - **NOTE**: `clip-path` attribute for y2 Axis is set only when `axis.y2.inner` option is true. - * @name axis․y2․clipPath - * @memberof Options - * @type {boolean} - * @default true - * @example - * // don't set 'clip-path' attribute - * clipPath: false - */ - axis_y2_clipPath: true, - /** * Show or hide y2 axis. * - **NOTE**: