gertjanssenswillen / processmapR

!! repository moved to https://github.com/bupaverse/processmapR !! This repo is read-only from now one.
Other
7 stars 9 forks source link

Enlarging nodes in process map #49

Open theiman112860 opened 5 years ago

theiman112860 commented 5 years ago

Hi,

This is an awesome package! Thank you! I have a very large process map and cannot see the individual nodes. Is there a way to increase their size? I have tried to use visnetwork and end up with a cool ball of sphaghetti.. Any suggestions would be greatly appreciated!!! Thank you!!

Sincerely,

tom

serkserk commented 5 years ago

As a workaround, you can use processanimateR with mode = "off" which allow you to zoom in the widget

theiman112860 commented 5 years ago

Thank you!!!

-----Original Message----- From: Serkan notifications@github.com To: gertjanssenswillen/processmapR processmapR@noreply.github.com Cc: theiman112860 theiman@verizon.net; Author author@noreply.github.com Sent: Fri, Mar 29, 2019 5:53 am Subject: Re: [gertjanssenswillen/processmapR] Enlarging nodes in process map (#49)

As a workaround, you can use processanimateR with mode = "off" which allow you to zoom in the widget— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

theiman112860 commented 5 years ago

Hi, When I do that it opens a new browser window.. Is there a way to put the resulting map in my HTML Rmarkdown document instead of the new browser window? Thank you!!