From b443f21f6100d8203afd791df6d9c41c724c60b3 Mon Sep 17 00:00:00 2001 From: "jiefeng.yjf" Date: Mon, 25 Nov 2019 19:34:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9A=90=E8=97=8Fbar=20=E5=92=8C=20per?= =?UTF-8?q?centagestackbar=20x=E8=BD=B4=E7=9A=84tickline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plots/bar/layer.ts | 3 +++ src/plots/percentage-stack-bar/layer.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/plots/bar/layer.ts b/src/plots/bar/layer.ts index 1c35b01495..6b7434b070 100644 --- a/src/plots/bar/layer.ts +++ b/src/plots/bar/layer.ts @@ -50,6 +50,9 @@ export default class BaseBarLayer ext label: { visible: false, }, + tickLine: { + visible: false, + }, grid: { visible: false, }, diff --git a/src/plots/percentage-stack-bar/layer.ts b/src/plots/percentage-stack-bar/layer.ts index bb6324d334..cbf0fc434c 100644 --- a/src/plots/percentage-stack-bar/layer.ts +++ b/src/plots/percentage-stack-bar/layer.ts @@ -11,7 +11,7 @@ export default class PercentageStackBarLayer extends StackBar