|
@@ -153,7 +153,7 @@ class NodesChartElements extends React.Component {
|
|
|
|
|
|
renderNode(node) {
|
|
|
const { isAnimated } = this.props;
|
|
|
-
|
|
|
+
|
|
|
// old versions of scope reports have a node shape of `storagesheet`
|
|
|
// if so, normalise to `sheet`
|
|
|
const shape = node.get('shape') === 'storagesheet' ? 'sheet' : node.get('shape');
|
|
@@ -228,6 +228,7 @@ class NodesChartElements extends React.Component {
|
|
|
}
|
|
|
|
|
|
render() {
|
|
|
+ console.log(1111111,'nodes-chart-elements.js')
|
|
|
const nodes = this.props.layoutNodes.toIndexedSeq()
|
|
|
.map(this.nodeHighlightedDecorator)
|
|
|
.map(this.nodeFocusedDecorator)
|