Skip to content

Commit

Permalink
plot method graph with engine htmlwidget shows not labels correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Nov 19, 2021
1 parent 112d6f8 commit 637de6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arulesViz
Version: 1.5-1
Date: 2021-xx-xx
Date: 2021-11-18
Title: Visualizing Association Rules and Frequent Itemsets
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "[email protected]"),
Expand Down Expand Up @@ -37,4 +37,4 @@ Description: Extends package 'arules' with various visualization techniques for
License: GPL-3
URL: https://github.com/mhahsler/arulesViz
BugReports: https://github.com/mhahsler/arulesViz/issues
Copyright: (C) 2018 Michael Hahsler, Tyler Giallanza and Sudheer Chelluboina
Copyright: (C) 2021 Michael Hahsler
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arulesViz 1.5-1 (xx/x/2021)
# arulesViz 1.5-1 (11/18/2021)

## New features
* plot method "grouped matrix" gained parameter grouped to pass on a grouped matrix.
Expand All @@ -9,7 +9,10 @@

## Changes
* we use now a better check for installed suggested packages.
* method graph uses not ggraph.
* method graph uses now ggraph.

## Bugfixes
* plot method graph with engine htmlwidget shows not labels correctly.

# arulesViz 1.5-0 (05/21/2021)

Expand Down
1 change: 0 additions & 1 deletion R/visNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ graph_visNetwork <-
)

visNetwork::visNetwork(nodes = nodes, edges = edges) %>%
visNetwork::visNodes(scaling = list(label = list(enabled = TRUE))) %>%
visNetwork::visIgraphLayout(layout = control$igraphLayout) %>%
visNetwork::visOptions(
highlightNearest =
Expand Down

0 comments on commit 637de6e

Please sign in to comment.