tttor / csipb-jamu-prj

Ijah Webserver
http://ijah.apps.cs.ipb.ac.id
MIT License
5 stars 13 forks source link

Error: <text> attribute y: Expected length, "NaN" #121

Closed tttor closed 7 years ago

tttor commented 7 years ago

Happen when hovering over sankey graph: VM2441 jsapi_compiled_ui_module.js:85 Error: attribute y: Expected length, "NaN" VM2441 jsapi_compiled_ui_module.js:82 Error: attribute d: Expected number, "….55555555555554,NaN,388.33333333…".

103VM2441 jsapi_compiled_uimodule.js:85 Error: attribute y: Expected length, "NaN".gvjs.HH @ VM2441 jsapi_compiled_uimodule.js:85gvjs.cs @ VM2441 jsapi_compiled_ui_module.js:84(anonymous function) @ VM2445 jsapi_compiled_sankey_module.js:3gvjs_r @ VM2439 jsapi_compiled_format_module.js:25gvjs_x2.gB @ VM2445 jsapi_compiled_sankey_module.js:2gvjs_FS.draw @ VM2442 jsapi_compiled_fwmodule.js:8gvjs.refresh @ VM2441 jsapi_compiled_ui_module.js:1047gvjs_GL.pk @ VM2441 jsapi_compiled_ui_module.js:1045(anonymous function) @ VM2440 jsapi_compiled_default_module.js:226gvjs_mp @ VM2440 jsapi_compiled_default_module.js:227(anonymous function) @ VM2440 jsapi_compiled_default_module.js:226gvjs_gF.T6 @ VM2441 jsapi_compiled_ui_module.js:439gvjs_jn @ VM2440 jsapi_compiled_defaultmodule.js:126gvjs.dispatchEvent @ VM2440 jsapi_compiled_defaultmodule.js:124gvjs.T6 @ VM2440 jsapi_compiled_default_module.js:126 103VM2441 jsapi_compiled_uimodule.js:81 Error: attribute y: Expected length, "NaN".gvjs.Kl @ VM2441 jsapi_compiled_ui_module.js:81(anonymous function) @ VM2445 jsapi_compiled_sankey_module.js:4gvjs_r @ VM2439 jsapi_compiled_format_module.js:25gvjs_x2.gB @ VM2445 jsapi_compiled_sankey_module.js:3gvjs_FS.draw @ VM2442 jsapi_compiled_fwmodule.js:8gvjs.refresh @ VM2441 jsapi_compiled_ui_module.js:1047gvjs_GL.pk @ VM2441 jsapi_compiled_ui_module.js:1045(anonymous function) @ VM2440 jsapi_compiled_default_module.js:226gvjs_mp @ VM2440 jsapi_compiled_default_module.js:227(anonymous function) @ VM2440 jsapi_compiled_default_module.js:226gvjs_gF.T6 @ VM2441 jsapi_compiled_ui_module.js:439gvjs_jn @ VM2440 jsapi_compiled_defaultmodule.js:126gvjs.dispatchEvent @ VM2440 jsapi_compiled_defaultmodule.js:124gvjs.T6 @ VM2440 jsapi_compiled_default_module.js:126 103VM2441 jsapi_compiled_uimodule.js:82 Error: attribute d: Expected number, "….55555555555554,NaN,388.33333333…".gvjs.zZ @ VM2441 jsapi_compiled_uimodule.js:82gvjs.Tc @ VM2441 jsapi_compiled_ui_module.js:31(anonymous function) @ VM2445 jsapi_compiled_sankey_module.js:5gvjs_r @ VM2439 jsapi_compiled_format_module.js:25gvjs_x2.gB @ VM2445 jsapi_compiled_sankey_module.js:4gvjs_FS.draw @ VM2442 jsapi_compiled_fwmodule.js:8gvjs.refresh @ VM2441 jsapi_compiled_ui_module.js:1047gvjs_GL.pk @ VM2441 jsapi_compiled_ui_module.js:1045(anonymous function) @ VM2440 jsapi_compiled_default_module.js:226gvjs_mp @ VM2440 jsapi_compiled_default_module.js:227(anonymous function) @ VM2440 jsapi_compiled_default_module.js:226gvjs_gF.T6 @ VM2441 jsapi_compiled_ui_module.js:439gvjs_jn @ VM2440 jsapi_compiled_defaultmodule.js:126gvjs.dispatchEvent @ VM2440 jsapi_compiled_defaultmodule.js:124gvjs.T6 @ VM2440 jsapi_compiled_default_module.js:126 206VM2441 jsapi_compiled_ui_module.js:82 Error: attribute d: Expected number, "…3.3333333333333,NaNC521.11111111…".

tttor commented 7 years ago

Likely related to the graph chart, because there are too many items/nodes to draw. Example: #3b

attribute height: A negative value is not valid

jsapi_compiled_ui_module.js:81 Error: attribute height: A negative value is not valid. ("-0.000021779614504552077")

tttor commented 7 years ago

THis happens as the graph is too crowded. More controllable graph drawing is on #117