Top Players Carousel
us.season.mlb.topPlayersCarousel displays a moving top 5 leaderboard for a variety of MLB player statistics.
To have specific stats for players, statString
must be set.
Parameters
Name | Type | Description | ||||
---|---|---|---|---|---|---|
props | object | properties | ||||
Name | Type | Argument | Default | Description | ||
seasonId | number | optional | Season ID | |||
statString | string | optional | String with stat keys. See below for valid options. | |||
seasonType | string | optional | 'regular' | Season type. Valid options are: regular or playoffs . | ||
autoplay | boolean | optional | 'true' | Carousel autoplay turned on/off. | ||
autoplaySpeed | number | optional | 5000 | Carousel autoplay speed in milliseconds. | ||
border | boolean | optional | If true enables a border around the widget. |
Option | Description |
---|---|
rbi | Runs Batted In |
ba | Batting Average |
slg | Slugging Percentage |
obp | On Base Percentage |
xbs | Extra Base Hits |
h | Hits |
2b | Doubles |
3b | Triples |
hr | Home Runs |
ab | At Bats |
babip | Batting Average on Balls in Play |
iso | Isolated Power |
bbk | Walks Per Strikeout (Hitter) |
abhr | At Bats Per Home Run |
sb | Stolen Bases |
cs | Caught Stealing |
pa | Plate Appearances |
hgofo | Groundout to Fly Out Ratio (Hitter) |
hgoao | Groundout to Air Out Ratio (Hitter) |
era | ERA (Earned Run Average) |
w | Wins |
l | Losses |
ip | Outs (Innings Pitched) |
sv | Saves |
whip | WHIP (Walks + Hits Per Inning Pitched) |
k | Strikeouts |
bb | Walks |
kbb | Strikeouts to Walk Ratio |
cg | Complete Games |
sho | Shutouts |
qs | Quality Starts |
hld | Holds |
oba | Opponent Batting Average |
pgofo | Groundout to Fly Out Ratio (Pitcher) |
pgoao | Groundout to Air Out Ratio (Pitcher) |
gs | Games Started |
Examples
<div class="sr-widget" data-sr-widget="us.season.mlb.topPlayersCarousel" data-sr-unique-tournament-id="109"></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.topPlayersCarousel', {uniqueTournamentId: 109});
</script>
<div id="sr-widget"></div>
Updated 18 days ago