Are javascript chart library customizable or compatible with JavaFX
问题 I was wondering if typical javascript topology chart libraries can be easily customized to perform some action when I hover or click on the node object? The libraries I'm currently considering are D3.js, chartjs, and sigma.js and the actions could include calling a Java method through JavaFX. Any suggestions would be appreciated. Thanks! 回答1: JavaScript visualization libraries may be integrated with JavaFX via WebView and it's associated Java<->JavaScript bridge technology. A sample of such