dlumbrer / kbn_network

Network Plugin for Kibana
https://dlumbrer.github.io/kbn_network/
Apache License 2.0
369 stars 96 forks source link

ReferenceError: sizeEdgeVal is not defined error on osd branch #108

Closed sduenas closed 1 year ago

sduenas commented 1 year ago

The latest version on the OSD branch doesn't allow to create node-relation networks. It raises the ReferenceError when drawing the relationships.

ReferenceError: sizeEdgeVal is not defined
    dataNodes http://localhost:5601/3032/bundles/plugin/kbnNetwork/kbnNetwork.plugin.js:135
    _ret http://localhost:5601/3032/bundles/plugin/kbnNetwork/kbnNetwork.plugin.js:135
    renderVis http://localhost:5601/3032/bundles/plugin/kbnNetwork/kbnNetwork.plugin.js:135
    c http://localhost:5601/3032/bundles/osd-ui-shared-deps/osd-ui-shared-deps.js:430
    completeTask http://localhost:5601/3032/bundles/osd-ui-shared-deps/osd-ui-shared-deps.js:430
    r http://localhost:5601/3032/bundles/osd-ui-shared-deps/osd-ui-shared-deps.js:430
osd-ui-shared-deps.js:430:78980
ReferenceError: sizeEdgeVal is not defined
    dataNodes http://localhost:5601/3032/bundles/plugin/kbnNetwork/kbnNetwork.plugin.js:135
    _ret http://localhost:5601/3032/bundles/plugin/kbnNetwork/kbnNetwork.plugin.js:135
    renderVis http://localhost:5601/3032/bundles/plugin/kbnNetwork/kbnNetwork.plugin.js:135
    c http://localhost:5601/3032/bundles/osd-ui-shared-deps/osd-ui-shared-deps.js:430
    completeTask http://localhost:5601/3032/bundles/osd-ui-shared-deps/osd-ui-shared-deps.js:430
    r http://localhost:5601/3032/bundles/osd-ui-shared-deps/osd-ui-shared-deps.js:430
 Possibly unhandled rejection: {} osd-ui-shared-deps.js:430:78980
sduenas commented 1 year ago

Error fixed. Thanks!