fix: small problems

This commit is contained in:
Yanyan-Wang 2018-07-30 16:12:26 +08:00
parent 2958fd33a8
commit ffa00abd07

View File

@ -18,7 +18,6 @@ require('../tool.fisheye/');
require('../util.extractSubgraph/');
require('../edge.quadraticCurve/');
require('../behaviour.analysis/');
// let pre_navi = {};
const node_style = {
stroke: '#696969',
strokeOpacity: 0.4,
@ -194,7 +193,7 @@ class Plugin {
graph.on('edge:mouseenter', ev => {
if (ev.item != null) {
graph.activeItem(ev.item);
graph.activeItem(ev.item, this.pre_navi);
}
});
graph.on('edge:mouseleave', ev => {