Permalink
Please sign in to comment.
Browse files
Add Scaling Design for SigmaJS -- partially address Issue 130 (#133)
* Add "scale up" feature. * Make modal and page sigma outputs match. * Move settings to instance rather than edit sigma library. * Add babel to fix eslint parsing errors for array copying. * More consistent matching between page and fullscreen. * Add disabled to scale-down button. * Set state management for up and down. * Change tooltips. * "Log transform" to "scale up."
- Loading branch information...
Showing
with
5,478 additions
and 32 deletions.
- +1 −0 .eslintrc
- +75 −20 app/assets/javascripts/graphs.js
- +1 −1 app/assets/javascripts/sigma.min.js
- +1 −1 app/assets/javascripts/sorttable.js
- +22 −9 app/views/collections/show.html.erb
- +5,374 −0 package-lock.json
- +4 −1 package.json
Oops, something went wrong.
0 comments on commit
9da5642