Browse Source

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

componentDidMount() {
    requestAnimationFrame(() => {
      this.getLengendData();
    });
  }
pull/1452/head
拷钉 8 years ago
committed by 偏右
parent
commit
02f062408f
  1. 2
      src/components/Charts/Radar/index.js

2
src/components/Charts/Radar/index.js

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

Loading…
Cancel
Save