Skip to contents

shinyCyJS 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

shinyCyJS 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

shinyCyJS 1.0.0

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.

shinyCyJS 0.0.12

Package

  • Added a NEWS.md file to track changes to the package.
  • Build package site with pkgdown.
  • Vignette added.
  • Rebuild hexSticker

shinyCyJS 0.0.11

Bug fix

  • Label for Node can be independent with Node’s id

Package

  • Now shinyCyJS available with CRAN

shinyCyJS 0.0.10

New Feature

  • Now Label for Edge also available.

shinyCyJS 0.0.9

Updated

  • Manual for each function are added

shinyCyJS 0.0.8

Updated

  • Core file (cytoscape.js) has updated with recent version. (3.13.0)

New Feature

  • Now available with Taxi edge

shinyCyJS 0.0.7

New Feature

  • Multiple element can be declared with buildElems

shinyCyJS 0.0.6

New Feature

shinyCyJS 0.0.5

New Feature

  • Selected elements will have different color.
  • Node : #ff00ff
  • Edge : #000000

shinyCyJS 0.0.4

New Feature

  • Tooltip available on Node elements.

shinyCyJS 0.0.3

Bug fix

  • Pre-built elements didn’t clear when using rendershinyCyJS

shinyCyJS 0.0.2

New Feature

  • Added Pie background. (Supports only Size and Color)