Justin Bieber Wiki


"All I Want For Christmas Is You (SuperFestive!)" (Todo Lo Que Quiero Para Navidad Eres Tú - SuperFestive!), es una canción de Justin Bieber con Mariah Carey del álbum Under the Mistletoe.

Audio[]

Letra[]

Video musical[]

En el video aparecen amigos de Justin como Alfredo Flores y Adam Braun.

Charts[]

Spain (PROMUSICAE)[]

{
    textStyle: {
        fontFamily: "Rubik",
        fontSize: 13
    },
    xAxis: {
        type: 'category',
        axisLabel: {
            show: true,
            interval: 0,
            rotate: 45
        },
        data: [
            // love having to be extra sneaky with the formatting but there's not much choice
            
"2011-12-12", "2011-12-18", "2011-12-25",
       ]
   },
   yAxis: {
       type: 'value', 
       min: 1, 
max:
100
, 
       inverse: true
   },
   series: [
       {
           data: [
34, 50, 35,
           ],
           type: 'line',
           smooth: true,
       },
   ],
   tooltip: {
       type: 'item'
   }

}