-
Notifications
You must be signed in to change notification settings - Fork 26
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
Seem to be missing legend? #6
Comments
Hi @jacobhurst Thanks for reporting! The biojs-sniper should be working fine. But the dependency was missing until recently from the non-developer dependencies. (see this commit: https://github.com/bbglab/muts-needle-plot/blob/4468fe7c5ef13c67a680e40e1e002441a94d8454/package.json). About the legend: It's hard to tell what is goin wrong there. Could you access the chrome or firefox console and see if there is any error message? Cheers |
Hi @mpschr DIR:. seems to load the d3 here... |
Hi, Here it tries to use the code in the file: A couple of other questions:
I just followed the npm-installation guide and it seemed to work fine |
The npm install does not work for me, from my history file:- 2004 sudo npm install -g npm It then fails on:- [03-03-15 09:39:20 l: 1.47] $> npm run sniper
sh: 1: biojs-sniper: not found |
Try installing with Anyhow, I was able to install and run the plot with these three commands (I don't know what the -g option does)
The biojs-sniper should be installed automatically. If not, try to install it afterwards with the command on the first line. |
Think, I've got it running ok but the legend does not appear to be there when I select an area with the mouse?
i also had to change the reference in package.json to biojs-sniper to sniper? i used npm to install.
The text was updated successfully, but these errors were encountered: