-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] add panzoom and qtip #4
Comments
Looks like they recommend against |
sounds good Kyle, you can use the cola_layout function as a template for the implimentation. Basically just pass the default object as a list in the same way. Place the code in a new panzoom.R file as this will make the pull request easy. Usage could look like:
For the package dependencies I would suggest using |
I'll have to see your example because I'm a little confused by what you mean. On my local branch I've written the |
Almost got it working...check out this. I'm probably doing something wrong with the package structuring (which is why the font-awesome icons aren't showing up), and absolutely positive I've including too much from my installation of |
Hi Kyle, have a look at last commit. In particular For Also notice that I have deleted dependencies from the Your js and panzoom.R both look good, so it is almost there. |
Should be decently straightforward to add these two. See here for extensions:
panzoom
qtip
Should just be as simple as added the relevant .js and .css files to
inst/htmlwidgets/lib
, and then making use of them ininst/htmlwidgets/cytoscape/js
.Have a look at the "official" HTMLWidget which already has them in use. Might give this a go when I have some free time later.
Cheers,
Kyle
The text was updated successfully, but these errors were encountered: