Skip to content

Commit

Permalink
Use pieChooser.css for default style. Get rid of commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydisera committed Jun 14, 2016
1 parent 963bdbe commit 3e42416
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
1 change: 0 additions & 1 deletion iobio.viz.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions iobio.viz.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/css/pie.css
Expand Up @@ -10,4 +10,5 @@
letter-spacing: 3px;
font-weight: 400;
color: rgb(150,150,150);
}
}

17 changes: 17 additions & 0 deletions src/css/pieChooser.css
@@ -0,0 +1,17 @@
.iobio-pie text#all-text
{
fill: black;
font-size: 11px;
}
.iobio-pie circle#all-circle:hover
{
fill: #F7F3BA;
}
.iobio-pie circle#all-circle.selected {
fill: #F7F3BA; stroke-width: 1.5px;
}

.iobio-pie .arc text {
font-size: 9px;
fill: white;
}
1 change: 0 additions & 1 deletion src/viz/pieChooser.js
Expand Up @@ -286,7 +286,6 @@ var pieChooser = function() {

if (singleSelection) {
clickedSlice = theSlice;
//dispatch.clickslice(d.data, i);
}
else {
clickedSlices.push(theSlice);
Expand Down

0 comments on commit 3e42416

Please sign in to comment.