Skip to content

Commit

Permalink
final data and css
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcarder committed Sep 7, 2023
1 parent 94cbb67 commit b33a8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vorp.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ data.forEach(function(d) {


var vorps = [
new Vorp('#chart1vorp',QBData, 'POSRANK', 'Position Rank', 'VoRP','QB Expert Consensus VoRP', '.f', ',0s',-20,150,0,35),
new Vorp('#chart1vorp',QBData, 'POSRANK', 'Position Rank', 'VoRP','QB Expert Consensus VoRP', '.f', ',0s',-20,170,0,35),
new Vorp('#chart2vorp',RBData, 'POSRANK', 'Position Rank', 'VoRP', 'RB Expert Consensus VoRP', '.0s', ',0s',-20,150,0,45),
new Vorp('#chart3vorp',WRData, 'POSRANK', 'Position Rank', 'VoRP', 'WR Expert Consensus VoRP', '.0s', ',0s',-20,120,0,55),
new Vorp('#chart3vorp',WRData, 'POSRANK', 'Position Rank', 'VoRP', 'WR Expert Consensus VoRP', '.0s', ',0s',-20,140,0,55),
new Vorp('#chart4vorp',TEData, 'POSRANK', 'Position Rank', 'VoRP', 'TE Expert Consensus VoRP', '.0s', ',0s',-20,140,0,20)
];

Expand Down

0 comments on commit b33a8e7

Please sign in to comment.