-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prueba #60
Closed
prueba #60
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
5918f1c
Add html syntax highlighting
tnm c4ccecb
Merge pull request #27 from tnm/patch-1
a42309c
Update README to include syntax highlighting for multiple languages
f652743
Merge pull request #30 from ryanponce/patch-1
4253102
fixed a link
ciruz 6500bcc
Merge pull request #34 from ciruz/master
b14d30d
readme update re changes
844ac3d
fix missing zoom level documentation
3bc3296
v3
9fcd018
add
ddbb8d5
add site dir, fix rel link to demos
83446c9
merge
facc7bf
change link
0adca0d
footer link
f3328c0
link
b1fd5ec
home link
58c35df
fix links, fixes #37
5203c92
rebuild site
fb83f84
remove tempalte line
e5f1c7d
change to new tabletop in demos
4ead5da
fixed typo in readme.md
2e9daac
Merge pull request #38 from stvnjacobs/fix-typo-readme
970a373
fixes relative links in docs pointing to demos - fixes #39
1bc14e3
Merge branch 'master' of https://github.com/jlord/sheetsee.js
c62feb5
link to font on demos @muan is the best
8fb196e
rebuild site
7850ee5
contributing doc
b19afd1
add meta utf-8 in basic setup
c463c64
update sheetsee.js
3ba550f
Merge branch 'master' of https://github.com/jlord/sheetsee.js
aa1bffc
Update tabletop, supports new sheets!
06134da
fix sss.css typo
CrokinoleMaster 20497e8
update table doc
e541fe6
Merge pull request #44 from huaruiwu/patch-1
0cc7795
update sheetsee and docs in site
a8993db
Merge branch 'master' of https://github.com/jlord/sheetsee.js
5fbef20
add tabletop1.3.4
9461b96
add tabletop1.3.4
006e8be
update tables docs
545d917
update documentation, changelong re: new tables, spreadsheets
60d5e2f
fresh site files
33ebbf3
add polygon info to doc
af4027c
update page
b61d640
add shapeJSON fix
4bb8ae0
table and maps updates
c4268e0
added an example project
mjhea0 4892d89
Update readme.md
mjhea0 a5c3785
Merge pull request #47 from mjhea0/patch-4
cc7c719
update build file
808b604
multiple maps woo
c976666
update sheetsee, add second map
e1d1bb2
fix typo
janl 7a5fdbc
Merge pull request #51 from janl/patch-1
fcfb135
typo fixes #53
59cc22f
ew
0d0ca3d
little tweaks
313b22f
the bowers
2e0066f
don't need these
a986cbb
fix bower.json
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
.DS_Store | ||
node_modules/ | ||
node_modules/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "sheetsee", | ||
"version": "1.0.0", | ||
"main": [ | ||
"js/sheetsee.js", | ||
"css/sss.css" | ||
], | ||
"ignore": [ | ||
"contributing.md", | ||
"docs", | ||
"demos", | ||
"img", | ||
"site" | ||
], | ||
"homepage": "http://jlord.github.io/sheetsee.js", | ||
"description": "Sheetsee.js is a library for easily creating tables, charts and maps from spreadsheet data.", | ||
"keywords": [ | ||
"spreadsheet", | ||
"tables", | ||
"maps" | ||
], | ||
"dependencies": { | ||
"jquery": ">= 1.9.0", | ||
"tabletop": ">= 1.3.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing to Sheetsee.js | ||
|
||
This repository (github/jlord/sheetsee.js) is primarily for documentation and the documentation website. It also contains a copy of a full sheetsee.js (one that includes the map, charts and table portions). | ||
|
||
### Use this repository to file issues and pull requests on documentation/documentation site. | ||
|
||
The documentation is contained in the `/docs` and `/demos` folders in the root. I build the site (on the `gh-pages` branch) from these files so **submit pull requests against the files in `/docs` and `/demos`** and not the `/site` folder or the `gh-pages` branch. | ||
|
||
### For issues and pull requests on the JavaScript, use the repository for the affected portion: | ||
|
||
- [sheetsee](http://www.github.com/jlord/sheetsee/issues/new) | ||
- [sheetsee-core](http://www.github.com/jlord/sheetsee-core/issues/new) | ||
- [sheetsee-tables](http://www.github.com/jlord/sheetsee-tables/issues/new) | ||
- [sheetsee-maps](http://www.github.com/jlord/sheetsee-maps/issues/new) | ||
- [sheetsee-charts](http://www.github.com/jlord/sheetsee-charts/issues/new) | ||
|
||
Thank you much! :heart: :octocat: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.npmignore