- getPNG: now supports
getPNG
(in shiny application only) to export graph as PNG. see Article
- now requires shinyjs.
- Add badge with code coverage
- 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
- buildEdge: now supports
tooltip
andfontSize
(for label) @notlikethat - buildNode: now supports
position.x
andposition.y
@assaron
- Applied code style using
styler
package.
- Added a
NEWS.md
file to track changes to the package. - Build package site with
pkgdown
. - Vignette added.
- Rebuild hexSticker
Label
for Node can be independent with Node'sid
- Now
shinyCyJS
available with CRAN
- Now
Label
for Edge also available.
- Manual for each function are added
- Core file (
cytoscape.js
) has updated with recent version. (3.13.0)
- Now available with
Taxi
edge
- Multiple element can be declared with
buildElems
- Tooltip available on Node elements.
- Pre-built elements didn't clear when using
rendershinyCyJS
- Added Pie background. (Supports only
Size
andColor
)