syntagmatic / parallel-coordinates

A d3-based parallel coordinates plot in canvas. This library is no longer actively developed.
http://syntagmatic.github.com/parallel-coordinates/
Other
511 stars 211 forks source link

Updated bower and npm files. #287

Closed dehli closed 8 years ago

dehli commented 8 years ago

This is in reference to pull request #285. I'll recap the changes here.

In bower.json, d3 was bumped to 3.5 since that's a requirement of d3.svg.multibrush (another of this library's dependencies). Additionally, all of the devDependencies were removed since they're not being used in the examples.

For package.json, the front end packages were removed because they're not being used and some of them don't exist (making npm install fail). Additionally, some commands were added.

BroHammie commented 8 years ago

Don't we still need d3 in the package.json to run tests?

dehli commented 8 years ago

Shoot, I completely overlooked that. Sorry about that! I was having issues getting the canvas package working so I didn't think about the tests. One sec.

BroHammie commented 8 years ago

Thanks @dehli! Yeah I was having problems with the canvas package as well. I run Mint and found this that got me going. https://github.com/Automattic/node-canvas/wiki/Installation---Ubuntu-and-other-Debian-based-systems

dehli commented 8 years ago

Hi @mcwillso I added d3 back as a dependency. Thanks! I'll try that out :) Hopefully that'll get me going.