Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update dann.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Oct 14, 2020
1 parent 5952280 commit 23d7b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dann.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ class Graph {
text(this.names[a],(this.pos.x+this.w)-((this.pos.x+this.w)/6)+23,(a*20)+19+this.pos.y);
noFill();
}
stroke(contourColor[0],contourColor[1],contourColor[2])
for (let i = 0; i < (this.w/this.step)*(this.s); i++) {
line((this.step*i)/int(this.s)+this.pos.x,(this.pos.y+this.h)-100,(this.step*i)/int(this.s)+this.pos.x,(this.pos.y+this.h))
}
Expand Down

0 comments on commit 23d7b55

Please sign in to comment.