-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Last-minute changes for the demo, such as making a seperate page for …
…the crazy css demo
- Loading branch information
1 parent
c0f7d1a
commit 7baf7a7
Showing
5 changed files
with
60 additions
and
46 deletions.
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 |
---|---|---|
|
@@ -27,3 +27,8 @@ circle { | |
.selected-point { | ||
fill: black; | ||
} | ||
|
||
.drag-box { | ||
fill: red; | ||
opacity: 0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<head> | ||
<link href="../style.css" type="text/css" rel="stylesheet" /> | ||
<link href="demo-day-crazy.css" type="text/css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<br><hr><br> | ||
<svg id="table" width="800px" height="600px"></svg> | ||
<br><hr><br> | ||
|
||
|
||
<script type="text/javascript"> window.demoName = "demo-day"; //HACK HACK </script> | ||
<script src="../Lib/chai/chai.js"></script> | ||
<script src="../Lib/lodash.js"></script> | ||
<script src="../Lib/d3.ascii.js"></script> | ||
<script src="../plottable.js"></script> | ||
<script src="examples.js"></script> | ||
|
||
</body> |
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