This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset='utf-8'> | |
| <html> | |
| <head> | |
| <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet"> | |
| <link rel='stylesheet' href='style.css'> | |
| </head> | |
| <body> | |
| <div class="container-fluid"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .fa-rotate-45 { | |
| -webkit-transform: rotate(45deg); | |
| -moz-transform: rotate(45deg); | |
| -ms-transform: rotate(45deg); | |
| -o-transform: rotate(45deg); | |
| transform: rotate(45deg); | |
| } | |
| .fa-rotate-315 { | |
| -webkit-transform: rotate(315deg); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var BASEBALL_ANIM_APP = { | |
| url: 'spraychart.json', | |
| data: [], | |
| eventsData: [], | |
| activeIndex: null, | |
| activeEvent: '', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var PITCH_APP = { | |
| url: 'pitchplot.json', | |
| eventsData: [], | |
| activeEvent: null, | |
| data: [], | |
| activeIndex: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"RECORDS":[ | |
| { | |
| "playID":"7859", | |
| "eventName":"Power Baseball Tryouts", | |
| "eventDate":"2018-01-06 20:47:26", | |
| "eventID":"0", | |
| "name":"Tyler LaBelle", | |
| "presult":"Called Strike", | |
| "pitchvelo":"68.572", | |
| "pspin":"1615", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .fa-rotate-45 { | |
| -webkit-transform: rotate(45deg); | |
| -moz-transform: rotate(45deg); | |
| -ms-transform: rotate(45deg); | |
| -o-transform: rotate(45deg); | |
| transform: rotate(45deg); | |
| } | |
| .fa-rotate-315 { | |
| -webkit-transform: rotate(315deg); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "RECORDS": [ | |
| { | |
| "playID": "489", | |
| "eventName": "Power Baseball Tryouts", | |
| "eventDate": "6/1/2018", | |
| "eventTime": "12:49:03", | |
| "name": "Carson Montgomery", | |
| "exitvelo": "98.659", | |
| "vlaunch": "18.501", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "RECORDS": [ | |
| { | |
| "playID": "489", | |
| "eventName": "Power Baseball Tryouts", | |
| "eventDate": "6/1/2018", | |
| "eventTime": "12:49:03", | |
| "name": "Carson Montgomery", | |
| "exitvelo": "98.659", | |
| "vlaunch": "18.501", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var qid = location.search; | |
| var PITCH_APP = { | |
| url: 'pitchplot.json', | |
| save_edit_pitch_url: '/save_pitch.php', | |
| eventsData: [], | |
| activeEvent: null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var qid = location.search; | |
| var PITCH_APP = { | |
| url: 'pitchplot.json', | |
| save_edit_pitch_url: '/save_pitch.php', | |
| eventsData: [], | |
| activeEvent: null, |