Justin Bieber Wiki

"Cold Water (Don Omar Remix)" es un remix de Cold Water del cantante de reggaeton Don Omar.

Audio[]

Letra[]

Charts[]

Spain (PROMUSICAE)[]

El original y el remix se contaron juntos tan pronto como se lanzó el remix.

{
    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
            
"2016-11-10", "2016-11-17", "2016-11-24", "2016-12-01", "2016-12-08", "2016-12-15", "2016-12-22", "2016-12-29", "2017-01-05", "2017-01-12", "2017-01-19", "2017-01-26", "2017-02-02", "2017-02-09", "2017-02-16", "2017-02-23", "2017-03-02", "2017-03-09"
       ]
   },
   yAxis: {
       type: 'value', 
       min: 1, 
max:
100
, 
       inverse: true
   },
   series: [
       {
           data: [
12, 15, 14, 17, 21, 26, 26, 29, 30, 33, 39, 41, 44, 48, 49, 51, 54, 99
           ],
           type: 'line',
           smooth: true,
       },
   ],
   tooltip: {
       type: 'item'
   }

}