diff --git a/src/plots/ring/layer.ts b/src/plots/ring/layer.ts index 7ee192b4bb..16b68ed949 100644 --- a/src/plots/ring/layer.ts +++ b/src/plots/ring/layer.ts @@ -64,11 +64,6 @@ export default class RingLayer exte public afterInit() { super.afterInit(); - const centralTextSize = this.getCentralTextSize(); - const centralTextDom: any = document.getElementsByClassName('ring-guide-html')[0]; - console.log(document.getElementsByClassName('ring-guide-html')); - // centralTextDom.style.width = centralTextSize; - // centralTextDom.style.height = centralTextSize;; /** 处理环图中心文本响应交互的问题 */ if (this.centralText && this.centralText.onActive) { this.view.on(