소스 검색

getLengendData()->getLegendData() (#1392)

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
拷钉 7 년 전
부모
커밋
02f062408f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Charts/Radar/index.js

+ 1 - 1
src/components/Charts/Radar/index.js

@@ -13,7 +13,7 @@ export default class Radar extends Component {
 
   componentDidMount() {
     requestAnimationFrame(() => {
-      this.getLengendData();
+      this.getLegendData();
     });
   }