Skip to content

Commit

Permalink
Refactor/general improvements (#22)
Browse files Browse the repository at this point in the history
* Micro optimization in function initializeNodes Graph/helper.jsx

* Improvements in Graph/helper.jsx

* Add version number on sandbox

* Aggregate some d3 constants in graph/index.jsx

* Add js md to method in Graph/helper.jsx

* Add unit tests to Utils.isDeepEqual to check for Array properties

* Add array support for Utils.merge function

* Update graph.test snapshot. Add package-lock.json
  • Loading branch information
danielcaldas authored Oct 19, 2017
1 parent d17718a commit f688b8a
Show file tree
Hide file tree
Showing 9 changed files with 14,225 additions and 254 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ typings/

# End of https://www.gitignore.io/api/node

# PROJECT configurations
# Project stuff
dist
lib
coverage
sandbox/rd3g.sandbox.bundle.js.map
gen-docs
.DS_Store
**/.DS_Store
Loading

0 comments on commit f688b8a

Please sign in to comment.