From 02f062408f3f2f4aea55d19c6d4d50ea24746519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8B=B7=E9=92=89?= <41830859@qq.com> Date: Fri, 27 Apr 2018 19:47:55 +0800 Subject: [PATCH] getLengendData()->getLegendData() (#1392) componentDidMount() { requestAnimationFrame(() => { this.getLengendData(); }); } --- src/components/Charts/Radar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Charts/Radar/index.js b/src/components/Charts/Radar/index.js index 1754f950..8489ff0c 100644 --- a/src/components/Charts/Radar/index.js +++ b/src/components/Charts/Radar/index.js @@ -13,7 +13,7 @@ export default class Radar extends Component { componentDidMount() { requestAnimationFrame(() => { - this.getLengendData(); + this.getLegendData(); }); } -- GitLab