Skip to content

Commit

Permalink
Fix issue speced#78
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed May 28, 2014
1 parent 31e93bf commit f975f8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/metrics-graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ function markers(args) {
var gb;

if(args.markers) {
if($(args.target + ' svg .markers').length > 0) {
$(args.target + ' svg .markers')
.remove();
}

gm = svg.append('g')
.attr('class', 'markers');

Expand Down

0 comments on commit f975f8c

Please sign in to comment.