getLengendData()->getLegendData() (#1392)
componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
Showing
Please register or sign in to comment
componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }