Skip to content

Commit

Permalink
no console log
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 committed Nov 19, 2019
1 parent 4523dfa commit bbbe2e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/plots/ring/layer.ts
Expand Up @@ -64,11 +64,6 @@ export default class RingLayer<T extends RingLayerConfig = RingLayerConfig> 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(
Expand Down

0 comments on commit bbbe2e5

Please sign in to comment.