Changes in version 1.2.0 New Feature - getPNG: now supports getPNG (in shiny application only) to export graph as PNG. see Article Dependency - now requires shinyjs. Dev - Add badge with code coverage Changes in version 1.1.0 New Feature - buildNode: now supports textWrap to multiline label, see Multiline label example in Articles - buildNode: now supports textAlign to align label, see Align label example in Articles Changes in version 1.0.0 (2023-09-26) New Feature - buildEdge: now supports tooltip and fontSize (for label) @notlikethat - buildNode: now supports position.x and position.y @assaron Codes - Applied code style using styler package. Changes in version 0.0.12 Package - Added a NEWS.md file to track changes to the package. - Build package site with pkgdown. - Vignette added. - Rebuild hexSticker Changes in version 0.0.11 (2020-03-26) Bug fix - Label for Node can be independent with Node's id Package - Now shinyCyJS available with CRAN Changes in version 0.0.10 New Feature - Now Label for Edge also available. Changes in version 0.0.9 Updated - Manual for each function are added Changes in version 0.0.8 Updated - Core file (cytoscape.js) has updated with recent version. (3.13.0) New Feature - Now available with Taxi edge Changes in version 0.0.7 New Feature - Multiple element can be declared with buildElems Changes in version 0.0.6 New Feature - New layout added - fcose - spread - dagre Changes in version 0.0.5 New Feature - Selected elements will have different color. - Node : #ff00ff - Edge : #000000 Changes in version 0.0.4 New Feature - Tooltip available on Node elements. Changes in version 0.0.3 Bug fix - Pre-built elements didn't clear when using rendershinyCyJS Changes in version 0.0.2 New Feature - Added Pie background. (Supports only Size and Color)