Skip to content

Instantly share code, notes, and snippets.

@JakenHerman
Created December 8, 2020 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakenHerman/d5437dffc7c407a9fa17e2c504388101 to your computer and use it in GitHub Desktop.
Save JakenHerman/d5437dffc7c407a9fa17e2c504388101 to your computer and use it in GitHub Desktop.
// Daniel Vogelbach (MIL) vs. 2020 season data
percentileData = [
{ label: 'Exit Velocity', cx: getX(63), cy: 30 },
{ label: 'xBA', cx: getX(29), cy: 60 },
{ label: 'K%', cx: getX(40), cy: 90 },
{ label: 'Sprint Speed', cx: getX(5), cy: 120 }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment