Top Players Carousel
us.season.ncaab.topPlayersCarousel displays a moving top 5 leaderboard for a variety of 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 | |||
year |
number | optional | Season year | |||
statString |
string | optional | String with stat Keys. See below for valid options. | |||
seasonType |
string | optional | 'regular' | Season type. Valid options are: regular , total or playoffs . |
||
conference |
string | optional | Conference names. See HERE for valid options. | |||
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. |
List of stat keys:
- ppg (Points per game)
- rpg (Rebounds per game)
- apg (Assists per game)
- spg (Steals per game)
- fgmpg (Field goals made per game)
- bpg (Blocks per game)
- pts (Points)
- reb (Rebounds)
- ast (Assists)
- stl (Steals)
- blk (Blocks)
- to (Turnovers)
- 3pm (Three pointers made)
- ftm (Free throws made)
- fgp (Field goal percentage)
- 3pp (Three point percentage)
- ftp (Free throw percentage)
Examples
<div class="sr-widget" data-sr-widget="us.season.ncaab.topPlayersCarousel" data-sr-unique-tournament-id="648"></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.ncaab.topPlayersCarousel', {uniqueTournamentId: 648});
</script>
<div id="sr-widget"></div>
Updated over 1 year ago