Commit 02f06240 authored by 拷钉's avatar 拷钉 Committed by 偏右

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

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
parent 30074372
......@@ -13,7 +13,7 @@ export default class Radar extends Component {
componentDidMount() {
requestAnimationFrame(() => {
this.getLengendData();
this.getLegendData();
});
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment