Release 2.1.0
- Restructured the graph styles setup to simplify the configuration and keep all main settings in one page.
- Added more flexible label setup. Now node labels are configurable and can be set up in BC along with tooltips.
- Removed the BindTooltipEvents method from the public interface. It is always called implicitly on graph instantiation, no need for the explicit call.
Bug fixes
- Nodes without assigned tooltips were showing tooltip text undefined. Undefined tooltip will not be displayed.
- setNodeTooltipText method expected a node ID, but treated it as an array index.