Skip to content
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

[0.3] Dragging the graph resets the initialScale #439

Closed
ikwattro opened this issue Oct 15, 2014 · 7 comments
Closed

[0.3] Dragging the graph resets the initialScale #439

ikwattro opened this issue Oct 15, 2014 · 7 comments
Labels

Comments

@ikwattro
Copy link

I've tried quickly the 0.3 version.

I set an initialScale of 0.1, the graph is correctly rendered on computing. BTW when dragging the graph to find an interesting path, the view zoom in and I can't view the whole graph anymore.

Here is a snapshot of the behavior :

img

@hdngr hdngr added the bug label Oct 16, 2014
@hdngr hdngr assigned ghost Oct 16, 2014
@hdngr hdngr added this to the v0.3.1 Release milestone Oct 16, 2014
@ikwattro
Copy link
Author

The problem persist after upgrading to 0.3.1

@ghost
Copy link

ghost commented Oct 17, 2014

Building from the release-0.3.1 branch? It hasn't been merged into master or released to the CDN yet. Otherwise I'm not able to recreate the issue. The reference to the issue was stated 5 hours ago but the pull request wasn't merged in until about an hour ago.

@ikwattro
Copy link
Author

I installed the release-0.3.1 branch via bower when I saw you created the tag of the branch.

Should I wait until it is pushed to npm ?

Here is the bower.json of the alchemy.js dist after the bower install alchemyjs#release-0.3.1 --save command :

{
  "name": "alchemyjs",
  "main": [
    "dist/alchemy.min.css",
    "dist/alchemy.min.js"
  ],
  "ignore": [
    "site",
    "app",
    "test"
  ],
  "dependencies": {
    "jquery": "~2.1.0",
    "d3": "~3.4.1",
    "components-font-awesome": "~4.1.0",
    "lodash": "~2.4.1",
    "bootstrap": "~3.1.1"
  },
  "devDependencies": {},
  "homepage": "https://github.com/GraphAlchemist/Alchemy",
  "_release": "a456d0798d",
  "_resolution": {
    "type": "branch",
    "branch": "release-0.3.1",
    "commit": "a456d0798d764dc6561a6d6b7aa6f22b015d9fd3"
  },
  "_source": "git://github.com/GraphAlchemist/Alchemy.git",
  "_target": "release-0.3.1",
  "_originalSource": "alchemyjs"
}

@hdngr
Copy link
Contributor

hdngr commented Oct 17, 2014

what does alchemy.version give you?

I installed the release-0.3.1 branch via bower when I saw you created the tag of the branch.
Should I wait until it is pushed to npm ?


Reply to this email directly or view it on GitHub (#439 (comment)).

@ikwattro
Copy link
Author

0.3.0

Sorry to be so eager :) Is there a way to install the latest version with bower ?

Edit: Btw the commit sha seems to be referenced to the commit of the 0.3.1 release

alchemyjs#49d2dc2be9 web/assets/alchemyjs
├── bootstrap#3.1.1
├── components-font-awesome#4.1.0
├── d3#3.4.11
├── jquery#2.1.1
└── lodash#2.4.1
airbook:graphgen ikwattro$ 

@hdngr
Copy link
Contributor

hdngr commented Oct 17, 2014

You can compile the code at any point in time by running grunt from the root of the project.

The compiled code will live in the “dist” folder…

You can run grunt serve to run the dev server. Check out our build doc for more info.

OFriday, October 17, 2014 at 3:46 PM, Christophe Willemsen wrote:

0.3.0
Sorry to be so eager :) Is there a way to install the latest version with bower ?


Reply to this email directly or view it on GitHub (#439 (comment)).

@ikwattro
Copy link
Author

Thank you ;-)

@ghost ghost closed this as completed Oct 20, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants