diff --git a/examples/netjsongraph-nodeExpand.html b/examples/netjsongraph-nodeExpand.html index 7d1c51a2..cf28447b 100644 --- a/examples/netjsongraph-nodeExpand.html +++ b/examples/netjsongraph-nodeExpand.html @@ -65,7 +65,6 @@ } this.config.onClickElement = (type, data) => { let nodeLinkData; - console.log(data); if (type === "node") { nodeLinkData = this.utils.nodeInfo(data); } else { diff --git a/lib/js/echarts-leaflet/LeafletView.js b/lib/js/echarts-leaflet/LeafletView.js index e6142ccc..d712ab52 100644 --- a/lib/js/echarts-leaflet/LeafletView.js +++ b/lib/js/echarts-leaflet/LeafletView.js @@ -76,7 +76,7 @@ export default function extendLeafletView(echarts, L) { if (rendering) { return; } - console.log(this); + api.dispatchAction({ type: "leafletRoam", });