Skip to content

Commit

Permalink
add config dialog box to analysis plots
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Oct 29, 2019
1 parent cbee771 commit 4462548
Show file tree
Hide file tree
Showing 8 changed files with 1,534 additions and 1,159 deletions.
Binary file added images/gears.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions js9-allinone.css
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,13 @@ input:focus.JS9CmdIn {
margin: 10px;
}

/* placement of the gear image relative to the plot */
.JS9PlotGear {
position:absolute;
bottom: -10px;
right: -20px;
}

.JS9Tooltip{
position: relative;
z-index: 999;
Expand Down
1,013 changes: 509 additions & 504 deletions js9-allinone.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions js9.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,13 @@ input:focus.JS9CmdIn {
margin: 10px;
}

/* placement of the gear image relative to the plot */
.JS9PlotGear {
position:absolute;
bottom: -10px;
right: -20px;
}

.JS9Tooltip{
position: relative;
z-index: 999;
Expand Down
Loading

0 comments on commit 4462548

Please sign in to comment.