-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec408ab
commit ef069ee
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html><head><meta charset="utf-8"/><title>BODS Data Visualisation Demo</title></head><body><div class="main-article"><h1>BODS Data Visualisation Demo</h1><div class="file-input"><input type="file" id="selectFiles" value="Import"/><br/><button id="import">Import</button> <textarea id="result">[]</textarea></div><div class="drawing-controls"><button class="drawing-control" id="draw-vis">Draw</button> <button class="drawing-control" id="svg-clear">Clear</button></div><div id="svg-holder"><svg id="bods-svg"></svg> <button id="zoom_in">+</button> <button id="zoom_out">-</button></div><button id="download-svg">Download SVG</button> <button id="download-png">Download PNG</button></div><script src="main.js"></script></body></html> | ||
<!doctype html><html><head><meta charset="utf-8"/><title>BODS Data Visualisation Demo</title><script defer="defer" src="main.js"></script></head><body><div class="main-article"><h1>BODS Data Visualisation Demo</h1><div class="file-input"><input type="file" id="selectFiles" value="Import"/><br/><button id="import">Import</button> <textarea id="result">[]</textarea></div><div class="drawing-controls"><button class="drawing-control" id="draw-vis">Draw</button> <button class="drawing-control" id="svg-clear">Clear</button></div><div id="svg-holder"><svg id="bods-svg"></svg> <button id="zoom_in">+</button> <button id="zoom_out">-</button></div><button id="download-svg">Download SVG</button> <button id="download-png">Download PNG</button></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.