MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / componentDidUpdate

Function componentDidUpdate

xadmin-dashboard/src/widgets/EChartBase.js:35–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34 // update
35 componentDidUpdate() {
36 if(!this.isLayer()) {
37 this.renderEchartDom()
38 } else {
39 const { cellKey, echartParent } = this.props
40 echartParent.series[cellKey] = this.getSeries()
41 echartParent.renderEchartDom()
42 }
43 }
44
45 // remove
46 componentWillUnmount() {

Callers

nothing calls this directly

Calls 1

renderEchartDomMethod · 0.80

Tested by

no test coverage detected