Skip to content

Commit e2f15b3

Browse files
committed
Update tiny-graph.js
Removed unused xPos variable
1 parent 21b32ca commit e2f15b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tiny-graph.js

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ window._graph = {
2121
};
2222
this.labelSkew -= 10;
2323
map = this.objectMap[color];
24-
} else {
25-
map.xPos ++;
2624
}
2725
val = val * multiplier;
2826
node.style.cssText = 'width:3px;height:'+ vSize+'px;background-color:' + color+ ';position:absolute;';

0 commit comments

Comments
 (0)