Skip to content

Commit

Permalink
changing to local image files
Browse files Browse the repository at this point in the history
  • Loading branch information
pat310 committed Jan 23, 2017
1 parent 59af019 commit 4a76a3e
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 4 deletions.
44 changes: 44 additions & 0 deletions .npmignore
@@ -0,0 +1,44 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# ignore files created by vim
*.swp
*.*~

# only want to host screenshots on github
screenshots
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -11,16 +11,16 @@ A utility to quickly pivot data given rows and/or columns to pivot on.

## What it does
Say you have this example data set:
![example data](http://imgur.com/GysbXmx)
![example data](/screenshots/ss1.png)

With this tool you can pivot the data given a particular row and column category:
![example pivot 1](http://imgur.com/NTHGU6t)
![example pivot 1](/screenshots/ss2.png)

Or given multiple rows and a column category:
![example pivot 1](http://imgur.com/02TtZTD)
![example pivot 2](/screenshots/ss3.png)

Or multiple columns and a row category:
![example pivot 1](http://imgur.com/jeeFXS4)
![example pivot 3](/screenshots/ss4.png)

Or any other combination of rows and/or columns

Expand Down
Binary file added screenshots/ss1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ss2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ss3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ss4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a76a3e

Please sign in to comment.