Skip to content

Commit

Permalink
Build and release latest version of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkh committed Mar 19, 2018
1 parent abf1327 commit eb6827d
Show file tree
Hide file tree
Showing 7 changed files with 18,205 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/circle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/layout/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Draw = {
link: function(participants) {
var depth, parts, pinch;
pinch = function(start, end) {
return (end - start) * 0.2;
return (end - start) * 0;
};
depth = 30;
parts = [];
Expand Down
4 changes: 2 additions & 2 deletions less/circle.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ body {
}

.labelTitle {
font-size: 0.8em;
font-size: 9px;
font-weight: bold;
}

.labelSub {
font-size: 0.8em;
font-size: 9px;
}

.annotation {
Expand Down
Loading

0 comments on commit eb6827d

Please sign in to comment.