Giter Club home page Giter Club logo

alchemy's People

Contributors

davetorbeck avatar ftrotter avatar hdngr avatar ifjorissen avatar kylerob avatar l4styk avatar mdcox-sdm avatar mirubenstein avatar nunayerbeezwax avatar opencoderx avatar whyqqqqq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alchemy's Issues

SVG Background does not draw consistently in Chrome/Chromium

SVG Background does not draw all the way every time the page is loaded. Whether it is loaded correctly is seemingly random.

The black background does not draw over the entire page, and instead draws only around other svg elements sitting ontop of it, until those elements are selected and dragged across the unrendered area. This does not happen in Firefox.

allow dynamic creation of views

allow automatic inclusion of "filters", "search", add other elements in the .alchemy div if the users specifies the inclusion of features in the conf file...

controlDashboard

adding current controls and (future) editor to a streamlined dash

Did you know about lexical scoping in coffeescript?

@hustonhedinger -- Do you think that this is causing some problems?
Seems like coffeescript diverges from javascript in a pretty big way in that the scope of variables is totally different since it is generated dynamically. If I understand it right, re-naming the force variable within functions (even if they're anonymous, i think) actually changes the global value....? If this is the right interpretation I think I've noticed a few places where this is potentially a problem- declarations like vis = app.vis, force = layout.force etc. I'm working on it...

https://donatstudios.com/CoffeeScript-Madness

Ongoing: replace jQuery with d3

Wherever possible, replace jQuery with d3. It may be possible to eliminate jQuery as a dependency. This issue should be broken out, and closed only after we have replaced jQuery entirely, or determined that there are places we need it.

Define Styles for interactions

Clarify and define styles so that all interactions are effecting nodes with a standardized approach...

e.g. Nodes can have selected, highlighted, or invisible classes. node.selected, node.highlighted, etc....

refactor SVG to include 'layers'

this is how the layers should look:

<g class="lineLayer"></g> so that edges never over lap nodes
<g class="circlesLayer"></g>
<g class="captionsLayer"></g> so that captions always appear on top of nodes
<g class="popOverLayer"></g> so that pop ups are always most visible

SVG not rendered smoothly in Firefox

SVG elements are blocky and pixilated in Firefox.

Preliminary research seems to point towards it being an issue of the svg being scaled within the browser and the aspect ratio not being preserved. This is not confirmed.

pass node classes to only the top level `g` element

nodes currently receive classes at many different levels e.g. on the text g or circle elements.

Nodes should only receive classes and types on the top level g element...

@mdcox and @davetorbeck, changing this will effect a few things... I'll get after this tomorrow and ping you when I commit it...

forceLocked

forceLocked is set to false by default, meaning that the force layout should run every time there is a "tick." E.g. a node is dragged, clicked, etc.

If a user sets "forceLocked" to true in their configuration the nodes should be fixed unless

create your dev branch...

@ifjorissen please create your dev branch and then push it... better for you to make commits there, push daily, and then we have smaller pull requests... rather than having a giant pull request/merge to deal with...

Certain node edges do not filter.

Can be recreated filtering people from the charlize.json dataset. 4/6 edges connecting the "people" nodes do not disappear when unchecked. All other filters seem to be working fine.

edgeFilters configuration

Feature is documented here

Feature should append filter switches to .alchemy div based on user defined keys and values.

fixNodes

All nodes are draggable by default. Change so configuration allows them to be fixed in place.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.