Pitcher Comparison
us.season.mlb.playersStats compares game or seasonal statistics of two given pitchers.
For the widget to render you must provide:
seasonId
,playerId1
, andplayerId2
ormatchId
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props |
object | properties | ||||
Name | Type | Argument | Default | Description | ||
matchId |
number | optional | Match ID | |||
seasonId |
number | required | Season ID | |||
playerId1 |
number | optional | Player ID 1. | |||
playerId2 |
number | optional | Player ID 2. | |||
type |
string | optional | 'regular' | Selected season type. Can be regular or playoffs . |
||
border |
boolean | optional | If true enables a border around the widget. |
Examples
<div class="sr-widget" data-sr-widget="us.season.mlb.pitcherComparison" data-sr-season-id="79507" data-sr-player-id1="842773" data-sr-player-id2="848633"></div>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script>
<script>
(function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
)})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
language: 'en_us'
});
SIR('addWidget', '#sr-widget', 'us.season.mlb.pitcherComparison', {seasonId: 79507, playerId1: 842773, playerId2: 848633});
</script>
<div id="sr-widget"></div>
Updated over 1 year ago