We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b32ca commit e2f15b3Copy full SHA for e2f15b3
tiny-graph.js
@@ -21,8 +21,6 @@ window._graph = {
21
};
22
this.labelSkew -= 10;
23
map = this.objectMap[color];
24
- } else {
25
- map.xPos ++;
26
}
27
val = val * multiplier;
28
node.style.cssText = 'width:3px;height:'+ vSize+'px;background-color:' + color+ ';position:absolute;';
0 commit comments