Просмотр исходного кода

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

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
拷钉 7 лет назад
Родитель
Сommit
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();
     });
   }