From 4da38985d270bf4f43ed35a198838fec44a04baa Mon Sep 17 00:00:00 2001
From: Ulises Geymonat <ulises.geymonat186925@alumnos.info.unlp.edu.ar>
Date: Fri, 26 Aug 2022 20:47:26 -0300
Subject: [PATCH] subo ejemplo spotify sin terminar aun

---
 .../ejemplo_spotify_sinterminar.ipynb         | 20396 ++++++++++++++++
 .../top100_spotify.csv                        |  1004 +
 2 files changed, 21400 insertions(+)
 create mode 100644 ejemplos-jupyter/ejemplo-Spotify-sinTerminar/ejemplo_spotify_sinterminar.ipynb
 create mode 100644 ejemplos-jupyter/ejemplo-Spotify-sinTerminar/top100_spotify.csv

diff --git a/ejemplos-jupyter/ejemplo-Spotify-sinTerminar/ejemplo_spotify_sinterminar.ipynb b/ejemplos-jupyter/ejemplo-Spotify-sinTerminar/ejemplo_spotify_sinterminar.ipynb
new file mode 100644
index 0000000..f6695bc
--- /dev/null
+++ b/ejemplos-jupyter/ejemplo-Spotify-sinTerminar/ejemplo_spotify_sinterminar.ipynb
@@ -0,0 +1,20396 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "id": "fd0da6f0",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "        <script type=\"text/javascript\">\n",
+       "        window.PlotlyConfig = {MathJaxConfig: 'local'};\n",
+       "        if (window.MathJax && window.MathJax.Hub && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n",
+       "        if (typeof require !== 'undefined') {\n",
+       "        require.undef(\"plotly\");\n",
+       "        requirejs.config({\n",
+       "            paths: {\n",
+       "                'plotly': ['https://cdn.plot.ly/plotly-2.14.0.min']\n",
+       "            }\n",
+       "        });\n",
+       "        require(['plotly'], function(Plotly) {\n",
+       "            window._Plotly = Plotly;\n",
+       "        });\n",
+       "        }\n",
+       "        </script>\n",
+       "        "
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "text/html": [
+       "        <script type=\"text/javascript\">\n",
+       "        window.PlotlyConfig = {MathJaxConfig: 'local'};\n",
+       "        if (window.MathJax && window.MathJax.Hub && window.MathJax.Hub.Config) {window.MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n",
+       "        if (typeof require !== 'undefined') {\n",
+       "        require.undef(\"plotly\");\n",
+       "        requirejs.config({\n",
+       "            paths: {\n",
+       "                'plotly': ['https://cdn.plot.ly/plotly-2.14.0.min']\n",
+       "            }\n",
+       "        });\n",
+       "        require(['plotly'], function(Plotly) {\n",
+       "            window._Plotly = Plotly;\n",
+       "        });\n",
+       "        }\n",
+       "        </script>\n",
+       "        "
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "import pandas as pd\n",
+    "import cufflinks as cf\n",
+    "from IPython.display import display,HTML\n",
+    "import plotly.express as px\n",
+    "\n",
+    "cf.set_config_file(sharing='public',theme='white',offline=True)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "id": "ab2740b5",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>title</th>\n",
+       "      <th>artist</th>\n",
+       "      <th>top genre</th>\n",
+       "      <th>year released</th>\n",
+       "      <th>added</th>\n",
+       "      <th>bpm</th>\n",
+       "      <th>nrgy</th>\n",
+       "      <th>dnce</th>\n",
+       "      <th>dB</th>\n",
+       "      <th>live</th>\n",
+       "      <th>val</th>\n",
+       "      <th>dur</th>\n",
+       "      <th>acous</th>\n",
+       "      <th>spch</th>\n",
+       "      <th>pop</th>\n",
+       "      <th>top year</th>\n",
+       "      <th>artist type</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>STARSTRUKK (feat. Katy Perry)</td>\n",
+       "      <td>3OH!3</td>\n",
+       "      <td>dance pop</td>\n",
+       "      <td>2009.0</td>\n",
+       "      <td>2022‑02‑17</td>\n",
+       "      <td>140.0</td>\n",
+       "      <td>81.0</td>\n",
+       "      <td>61.0</td>\n",
+       "      <td>-6.0</td>\n",
+       "      <td>23.0</td>\n",
+       "      <td>23.0</td>\n",
+       "      <td>203.0</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>6.0</td>\n",
+       "      <td>70.0</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>Duo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>My First Kiss (feat. Ke$ha)</td>\n",
+       "      <td>3OH!3</td>\n",
+       "      <td>dance pop</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>2022‑02‑17</td>\n",
+       "      <td>138.0</td>\n",
+       "      <td>89.0</td>\n",
+       "      <td>68.0</td>\n",
+       "      <td>-4.0</td>\n",
+       "      <td>36.0</td>\n",
+       "      <td>83.0</td>\n",
+       "      <td>192.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>8.0</td>\n",
+       "      <td>68.0</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>Duo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>I Need A Dollar</td>\n",
+       "      <td>Aloe Blacc</td>\n",
+       "      <td>pop soul</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>2022‑02‑17</td>\n",
+       "      <td>95.0</td>\n",
+       "      <td>48.0</td>\n",
+       "      <td>84.0</td>\n",
+       "      <td>-7.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>96.0</td>\n",
+       "      <td>243.0</td>\n",
+       "      <td>20.0</td>\n",
+       "      <td>3.0</td>\n",
+       "      <td>72.0</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>Airplanes (feat. Hayley Williams of Paramore)</td>\n",
+       "      <td>B.o.B</td>\n",
+       "      <td>atl hip hop</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>2022‑02‑17</td>\n",
+       "      <td>93.0</td>\n",
+       "      <td>87.0</td>\n",
+       "      <td>66.0</td>\n",
+       "      <td>-4.0</td>\n",
+       "      <td>4.0</td>\n",
+       "      <td>38.0</td>\n",
+       "      <td>180.0</td>\n",
+       "      <td>11.0</td>\n",
+       "      <td>12.0</td>\n",
+       "      <td>80.0</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>Nothin' on You (feat. Bruno Mars)</td>\n",
+       "      <td>B.o.B</td>\n",
+       "      <td>atl hip hop</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>2022‑02‑17</td>\n",
+       "      <td>104.0</td>\n",
+       "      <td>85.0</td>\n",
+       "      <td>69.0</td>\n",
+       "      <td>-6.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>74.0</td>\n",
+       "      <td>268.0</td>\n",
+       "      <td>39.0</td>\n",
+       "      <td>5.0</td>\n",
+       "      <td>79.0</td>\n",
+       "      <td>2010.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>...</th>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>995</th>\n",
+       "      <td>SICKO MODE</td>\n",
+       "      <td>Travis Scott</td>\n",
+       "      <td>hip hop</td>\n",
+       "      <td>2018.0</td>\n",
+       "      <td>2020‑06‑22</td>\n",
+       "      <td>155.0</td>\n",
+       "      <td>73.0</td>\n",
+       "      <td>83.0</td>\n",
+       "      <td>-4.0</td>\n",
+       "      <td>12.0</td>\n",
+       "      <td>45.0</td>\n",
+       "      <td>313.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>22.0</td>\n",
+       "      <td>86.0</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>996</th>\n",
+       "      <td>EARFQUAKE</td>\n",
+       "      <td>Tyler, The Creator</td>\n",
+       "      <td>hip hop</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>2020‑06‑22</td>\n",
+       "      <td>80.0</td>\n",
+       "      <td>50.0</td>\n",
+       "      <td>55.0</td>\n",
+       "      <td>-9.0</td>\n",
+       "      <td>80.0</td>\n",
+       "      <td>41.0</td>\n",
+       "      <td>190.0</td>\n",
+       "      <td>23.0</td>\n",
+       "      <td>7.0</td>\n",
+       "      <td>85.0</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>997</th>\n",
+       "      <td>Boasty (feat. Idris Elba)</td>\n",
+       "      <td>Wiley</td>\n",
+       "      <td>grime</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>2020‑06‑22</td>\n",
+       "      <td>103.0</td>\n",
+       "      <td>77.0</td>\n",
+       "      <td>89.0</td>\n",
+       "      <td>-5.0</td>\n",
+       "      <td>9.0</td>\n",
+       "      <td>46.0</td>\n",
+       "      <td>177.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>7.0</td>\n",
+       "      <td>68.0</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>998</th>\n",
+       "      <td>Strike a Pose (feat. Aitch)</td>\n",
+       "      <td>Young T &amp; Bugsey</td>\n",
+       "      <td>afroswing</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>2020‑08‑20</td>\n",
+       "      <td>138.0</td>\n",
+       "      <td>58.0</td>\n",
+       "      <td>53.0</td>\n",
+       "      <td>-6.0</td>\n",
+       "      <td>10.0</td>\n",
+       "      <td>59.0</td>\n",
+       "      <td>214.0</td>\n",
+       "      <td>1.0</td>\n",
+       "      <td>10.0</td>\n",
+       "      <td>67.0</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>Duo</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>999</th>\n",
+       "      <td>The London (feat. J. Cole &amp; Travis Scott)</td>\n",
+       "      <td>Young Thug</td>\n",
+       "      <td>atl hip hop</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>2020‑06‑22</td>\n",
+       "      <td>98.0</td>\n",
+       "      <td>59.0</td>\n",
+       "      <td>80.0</td>\n",
+       "      <td>-7.0</td>\n",
+       "      <td>13.0</td>\n",
+       "      <td>18.0</td>\n",
+       "      <td>200.0</td>\n",
+       "      <td>2.0</td>\n",
+       "      <td>15.0</td>\n",
+       "      <td>75.0</td>\n",
+       "      <td>2019.0</td>\n",
+       "      <td>Solo</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>1000 rows × 17 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "                                             title              artist  \\\n",
+       "0                    STARSTRUKK (feat. Katy Perry)               3OH!3   \n",
+       "1                      My First Kiss (feat. Ke$ha)               3OH!3   \n",
+       "2                                  I Need A Dollar          Aloe Blacc   \n",
+       "3    Airplanes (feat. Hayley Williams of Paramore)               B.o.B   \n",
+       "4                Nothin' on You (feat. Bruno Mars)               B.o.B   \n",
+       "..                                             ...                 ...   \n",
+       "995                                     SICKO MODE        Travis Scott   \n",
+       "996                                      EARFQUAKE  Tyler, The Creator   \n",
+       "997                      Boasty (feat. Idris Elba)               Wiley   \n",
+       "998                    Strike a Pose (feat. Aitch)    Young T & Bugsey   \n",
+       "999      The London (feat. J. Cole & Travis Scott)          Young Thug   \n",
+       "\n",
+       "       top genre  year released       added    bpm  nrgy  dnce   dB  live  \\\n",
+       "0      dance pop         2009.0  2022‑02‑17  140.0  81.0  61.0 -6.0  23.0   \n",
+       "1      dance pop         2010.0  2022‑02‑17  138.0  89.0  68.0 -4.0  36.0   \n",
+       "2       pop soul         2010.0  2022‑02‑17   95.0  48.0  84.0 -7.0   9.0   \n",
+       "3    atl hip hop         2010.0  2022‑02‑17   93.0  87.0  66.0 -4.0   4.0   \n",
+       "4    atl hip hop         2010.0  2022‑02‑17  104.0  85.0  69.0 -6.0   9.0   \n",
+       "..           ...            ...         ...    ...   ...   ...  ...   ...   \n",
+       "995      hip hop         2018.0  2020‑06‑22  155.0  73.0  83.0 -4.0  12.0   \n",
+       "996      hip hop         2019.0  2020‑06‑22   80.0  50.0  55.0 -9.0  80.0   \n",
+       "997        grime         2019.0  2020‑06‑22  103.0  77.0  89.0 -5.0   9.0   \n",
+       "998    afroswing         2019.0  2020‑08‑20  138.0  58.0  53.0 -6.0  10.0   \n",
+       "999  atl hip hop         2019.0  2020‑06‑22   98.0  59.0  80.0 -7.0  13.0   \n",
+       "\n",
+       "      val    dur  acous  spch   pop  top year artist type  \n",
+       "0    23.0  203.0    0.0   6.0  70.0    2010.0         Duo  \n",
+       "1    83.0  192.0    1.0   8.0  68.0    2010.0         Duo  \n",
+       "2    96.0  243.0   20.0   3.0  72.0    2010.0        Solo  \n",
+       "3    38.0  180.0   11.0  12.0  80.0    2010.0        Solo  \n",
+       "4    74.0  268.0   39.0   5.0  79.0    2010.0        Solo  \n",
+       "..    ...    ...    ...   ...   ...       ...         ...  \n",
+       "995  45.0  313.0    1.0  22.0  86.0    2019.0        Solo  \n",
+       "996  41.0  190.0   23.0   7.0  85.0    2019.0        Solo  \n",
+       "997  46.0  177.0    1.0   7.0  68.0    2019.0        Solo  \n",
+       "998  59.0  214.0    1.0  10.0  67.0    2019.0         Duo  \n",
+       "999  18.0  200.0    2.0  15.0  75.0    2019.0        Solo  \n",
+       "\n",
+       "[1000 rows x 17 columns]"
+      ]
+     },
+     "execution_count": 2,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "df=pd.read_csv('top100_spotify.csv') #se usa como nombre de la variable 'df' por convencion. \n",
+    "df=df.dropna() #borramos las filas nulas\n",
+    "df"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "1baf7758",
+   "metadata": {},
+   "source": [
+    "# Cantidad de canciones en el Top 100 de cada año entre  2010 a 2019 por artista"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "0a30f7d6",
+   "metadata": {},
+   "source": [
+    "Lo primero que vamos a hacer, es armar un nuevo dataframe que acumule la cantidad de canciones por artista."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "id": "1cc45459",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Artista</th>\n",
+       "      <th>Canciones</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>Taylor Swift</td>\n",
+       "      <td>21</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>Drake</td>\n",
+       "      <td>18</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>Calvin Harris</td>\n",
+       "      <td>18</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>Rihanna</td>\n",
+       "      <td>14</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>Ariana Grande</td>\n",
+       "      <td>14</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>...</th>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>439</th>\n",
+       "      <td>Cold War Kids</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>440</th>\n",
+       "      <td>Charli XCX</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>441</th>\n",
+       "      <td>Bobby Shmurda</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>442</th>\n",
+       "      <td>Becky G</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>443</th>\n",
+       "      <td>Young Thug</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>444 rows × 2 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "           Artista  Canciones\n",
+       "0     Taylor Swift         21\n",
+       "1            Drake         18\n",
+       "2    Calvin Harris         18\n",
+       "3          Rihanna         14\n",
+       "4    Ariana Grande         14\n",
+       "..             ...        ...\n",
+       "439  Cold War Kids          1\n",
+       "440     Charli XCX          1\n",
+       "441  Bobby Shmurda          1\n",
+       "442        Becky G          1\n",
+       "443     Young Thug          1\n",
+       "\n",
+       "[444 rows x 2 columns]"
+      ]
+     },
+     "execution_count": 3,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "por_artista=df['artist'].value_counts().rename_axis('Artista').reset_index(name='Canciones')\n",
+    "por_artista.style.hide_index() \n",
+    "por_artista\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "d158d907",
+   "metadata": {},
+   "source": [
+    "Ahora que ya tenemos el dataframe armado, lo unico que tenemos que hacer es crear el grafico.\n",
+    "En el parametro 'x' seleccionamos la columna de nuestro dataframe que representara los valores en dicho eje, y hacemos lo mismo con el valor 'y'. Luego, con el parametro 'color' estamos indicando que por cada artista se elija un color distinto."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "id": "5957e761",
+   "metadata": {
+    "scrolled": true
+   },
+   "outputs": [
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "plotlyServerURL": "https://plot.ly"
+       },
+       "data": [
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Taylor Swift",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Taylor Swift",
+         "offsetgroup": "Taylor Swift",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Taylor Swift"
+         ],
+         "xaxis": "x",
+         "y": [
+          21
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Drake",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Drake",
+         "offsetgroup": "Drake",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Drake"
+         ],
+         "xaxis": "x",
+         "y": [
+          18
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Calvin Harris",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Calvin Harris",
+         "offsetgroup": "Calvin Harris",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Calvin Harris"
+         ],
+         "xaxis": "x",
+         "y": [
+          18
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rihanna",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rihanna",
+         "offsetgroup": "Rihanna",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rihanna"
+         ],
+         "xaxis": "x",
+         "y": [
+          14
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ariana Grande",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ariana Grande",
+         "offsetgroup": "Ariana Grande",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ariana Grande"
+         ],
+         "xaxis": "x",
+         "y": [
+          14
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bruno Mars",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bruno Mars",
+         "offsetgroup": "Bruno Mars",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bruno Mars"
+         ],
+         "xaxis": "x",
+         "y": [
+          13
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Maroon 5",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Maroon 5",
+         "offsetgroup": "Maroon 5",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Maroon 5"
+         ],
+         "xaxis": "x",
+         "y": [
+          11
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Post Malone",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Post Malone",
+         "offsetgroup": "Post Malone",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Post Malone"
+         ],
+         "xaxis": "x",
+         "y": [
+          10
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jason Derulo",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jason Derulo",
+         "offsetgroup": "Jason Derulo",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jason Derulo"
+         ],
+         "xaxis": "x",
+         "y": [
+          10
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ed Sheeran",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ed Sheeran",
+         "offsetgroup": "Ed Sheeran",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ed Sheeran"
+         ],
+         "xaxis": "x",
+         "y": [
+          10
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Chris Brown",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Chris Brown",
+         "offsetgroup": "Chris Brown",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Chris Brown"
+         ],
+         "xaxis": "x",
+         "y": [
+          10
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "One Direction",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "One Direction",
+         "offsetgroup": "One Direction",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "One Direction"
+         ],
+         "xaxis": "x",
+         "y": [
+          9
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "David Guetta",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "David Guetta",
+         "offsetgroup": "David Guetta",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "David Guetta"
+         ],
+         "xaxis": "x",
+         "y": [
+          9
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Katy Perry",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Katy Perry",
+         "offsetgroup": "Katy Perry",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Katy Perry"
+         ],
+         "xaxis": "x",
+         "y": [
+          9
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kendrick Lamar",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kendrick Lamar",
+         "offsetgroup": "Kendrick Lamar",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kendrick Lamar"
+         ],
+         "xaxis": "x",
+         "y": [
+          9
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kesha",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kesha",
+         "offsetgroup": "Kesha",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kesha"
+         ],
+         "xaxis": "x",
+         "y": [
+          8
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Weeknd",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Weeknd",
+         "offsetgroup": "The Weeknd",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Weeknd"
+         ],
+         "xaxis": "x",
+         "y": [
+          8
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Chainsmokers",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Chainsmokers",
+         "offsetgroup": "The Chainsmokers",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Chainsmokers"
+         ],
+         "xaxis": "x",
+         "y": [
+          8
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Imagine Dragons",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Imagine Dragons",
+         "offsetgroup": "Imagine Dragons",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Imagine Dragons"
+         ],
+         "xaxis": "x",
+         "y": [
+          8
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Coldplay",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Coldplay",
+         "offsetgroup": "Coldplay",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Coldplay"
+         ],
+         "xaxis": "x",
+         "y": [
+          8
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Adele",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Adele",
+         "offsetgroup": "Adele",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Adele"
+         ],
+         "xaxis": "x",
+         "y": [
+          7
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Selena Gomez",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Selena Gomez",
+         "offsetgroup": "Selena Gomez",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Selena Gomez"
+         ],
+         "xaxis": "x",
+         "y": [
+          7
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Marshmello",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Marshmello",
+         "offsetgroup": "Marshmello",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Marshmello"
+         ],
+         "xaxis": "x",
+         "y": [
+          7
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lana Del Rey",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lana Del Rey",
+         "offsetgroup": "Lana Del Rey",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lana Del Rey"
+         ],
+         "xaxis": "x",
+         "y": [
+          7
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Avicii",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Avicii",
+         "offsetgroup": "Avicii",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Avicii"
+         ],
+         "xaxis": "x",
+         "y": [
+          7
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Usher",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Usher",
+         "offsetgroup": "Usher",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Usher"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Billie Eilish",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Billie Eilish",
+         "offsetgroup": "Billie Eilish",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Billie Eilish"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lorde",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lorde",
+         "offsetgroup": "Lorde",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lorde"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Trey Songz",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Trey Songz",
+         "offsetgroup": "Trey Songz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Trey Songz"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Migos",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Migos",
+         "offsetgroup": "Migos",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Migos"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Pitbull",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Pitbull",
+         "offsetgroup": "Pitbull",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Pitbull"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lady Gaga",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lady Gaga",
+         "offsetgroup": "Lady Gaga",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lady Gaga"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cardi B",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cardi B",
+         "offsetgroup": "Cardi B",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cardi B"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Charlie Puth",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Charlie Puth",
+         "offsetgroup": "Charlie Puth",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Charlie Puth"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Justin Bieber",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Justin Bieber",
+         "offsetgroup": "Justin Bieber",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Justin Bieber"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Flo Rida",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Flo Rida",
+         "offsetgroup": "Flo Rida",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Flo Rida"
+         ],
+         "xaxis": "x",
+         "y": [
+          6
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "George Ezra",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "George Ezra",
+         "offsetgroup": "George Ezra",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "George Ezra"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Khalid",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Khalid",
+         "offsetgroup": "Khalid",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Khalid"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Eminem",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Eminem",
+         "offsetgroup": "Eminem",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Eminem"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Zedd",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Zedd",
+         "offsetgroup": "Zedd",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Zedd"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Wayne",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Wayne",
+         "offsetgroup": "Lil Wayne",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Wayne"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "DJ Khaled",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "DJ Khaled",
+         "offsetgroup": "DJ Khaled",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "DJ Khaled"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Travis Scott",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Travis Scott",
+         "offsetgroup": "Travis Scott",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Travis Scott"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "DJ Snake",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "DJ Snake",
+         "offsetgroup": "DJ Snake",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "DJ Snake"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Beyoncé",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Beyoncé",
+         "offsetgroup": "Beyoncé",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Beyoncé"
+         ],
+         "xaxis": "x",
+         "y": [
+          5
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sam Smith",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sam Smith",
+         "offsetgroup": "Sam Smith",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sam Smith"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tove Lo",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tove Lo",
+         "offsetgroup": "Tove Lo",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tove Lo"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "5 Seconds of Summer",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "5 Seconds of Summer",
+         "offsetgroup": "5 Seconds of Summer",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "5 Seconds of Summer"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "B.o.B",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "B.o.B",
+         "offsetgroup": "B.o.B",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "B.o.B"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The 1975",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The 1975",
+         "offsetgroup": "The 1975",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The 1975"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Nicki Minaj",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Nicki Minaj",
+         "offsetgroup": "Nicki Minaj",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Nicki Minaj"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sia",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sia",
+         "offsetgroup": "Sia",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sia"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "OneRepublic",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "OneRepublic",
+         "offsetgroup": "OneRepublic",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "OneRepublic"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Hailee Steinfeld",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Hailee Steinfeld",
+         "offsetgroup": "Hailee Steinfeld",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Hailee Steinfeld"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Shawn Mendes",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Shawn Mendes",
+         "offsetgroup": "Shawn Mendes",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Shawn Mendes"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "P!nk",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "P!nk",
+         "offsetgroup": "P!nk",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "P!nk"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ellie Goulding",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ellie Goulding",
+         "offsetgroup": "Ellie Goulding",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ellie Goulding"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Miley Cyrus",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Miley Cyrus",
+         "offsetgroup": "Miley Cyrus",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Miley Cyrus"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Justin Timberlake",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Justin Timberlake",
+         "offsetgroup": "Justin Timberlake",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Justin Timberlake"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rae Sremmurd",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rae Sremmurd",
+         "offsetgroup": "Rae Sremmurd",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rae Sremmurd"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "X Ambassadors",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "X Ambassadors",
+         "offsetgroup": "X Ambassadors",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "X Ambassadors"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Disclosure",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Disclosure",
+         "offsetgroup": "Disclosure",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Disclosure"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Wiz Khalifa",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Wiz Khalifa",
+         "offsetgroup": "Wiz Khalifa",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Wiz Khalifa"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "G-Eazy",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "G-Eazy",
+         "offsetgroup": "G-Eazy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "G-Eazy"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kygo",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kygo",
+         "offsetgroup": "Kygo",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kygo"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "XXXTENTACION",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "XXXTENTACION",
+         "offsetgroup": "XXXTENTACION",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "XXXTENTACION"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Swedish House Mafia",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Swedish House Mafia",
+         "offsetgroup": "Swedish House Mafia",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Swedish House Mafia"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Demi Lovato",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Demi Lovato",
+         "offsetgroup": "Demi Lovato",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Demi Lovato"
+         ],
+         "xaxis": "x",
+         "y": [
+          4
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jeremih",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jeremih",
+         "offsetgroup": "Jeremih",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jeremih"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tyga",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tyga",
+         "offsetgroup": "Tyga",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tyga"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bastille",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bastille",
+         "offsetgroup": "Bastille",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bastille"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Childish Gambino",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Childish Gambino",
+         "offsetgroup": "Childish Gambino",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Childish Gambino"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kanye West",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kanye West",
+         "offsetgroup": "Kanye West",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kanye West"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Frank Ocean",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Frank Ocean",
+         "offsetgroup": "Frank Ocean",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Frank Ocean"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "LMFAO",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "LMFAO",
+         "offsetgroup": "LMFAO",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "LMFAO"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Lumineers",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Lumineers",
+         "offsetgroup": "The Lumineers",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Lumineers"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Clean Bandit",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Clean Bandit",
+         "offsetgroup": "Clean Bandit",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Clean Bandit"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Olly Murs",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Olly Murs",
+         "offsetgroup": "Olly Murs",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Olly Murs"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Arctic Monkeys",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Arctic Monkeys",
+         "offsetgroup": "Arctic Monkeys",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Arctic Monkeys"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Macklemore & Ryan Lewis",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Macklemore & Ryan Lewis",
+         "offsetgroup": "Macklemore & Ryan Lewis",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Macklemore & Ryan Lewis"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Paramore",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Paramore",
+         "offsetgroup": "Paramore",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Paramore"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "ScHoolboy Q",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "ScHoolboy Q",
+         "offsetgroup": "ScHoolboy Q",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "ScHoolboy Q"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Miguel",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Miguel",
+         "offsetgroup": "Miguel",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Miguel"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Phillip Phillips",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Phillip Phillips",
+         "offsetgroup": "Phillip Phillips",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Phillip Phillips"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rudimental",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rudimental",
+         "offsetgroup": "Rudimental",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rudimental"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Major Lazer",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Major Lazer",
+         "offsetgroup": "Major Lazer",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Major Lazer"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Britney Spears",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Britney Spears",
+         "offsetgroup": "Britney Spears",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Britney Spears"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Fetty Wap",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Fetty Wap",
+         "offsetgroup": "Fetty Wap",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Fetty Wap"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tinie Tempah",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tinie Tempah",
+         "offsetgroup": "Tinie Tempah",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tinie Tempah"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Train",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Train",
+         "offsetgroup": "Train",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Train"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bryson Tiller",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bryson Tiller",
+         "offsetgroup": "Bryson Tiller",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bryson Tiller"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Snakehips",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Snakehips",
+         "offsetgroup": "Snakehips",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Snakehips"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "JAY-Z",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "JAY-Z",
+         "offsetgroup": "JAY-Z",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "JAY-Z"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Taio Cruz",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Taio Cruz",
+         "offsetgroup": "Taio Cruz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Taio Cruz"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Nas X",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Nas X",
+         "offsetgroup": "Lil Nas X",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Nas X"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tiësto",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tiësto",
+         "offsetgroup": "Tiësto",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tiësto"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Wanted",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Wanted",
+         "offsetgroup": "The Wanted",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Wanted"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "A Boogie Wit da Hoodie",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "A Boogie Wit da Hoodie",
+         "offsetgroup": "A Boogie Wit da Hoodie",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "A Boogie Wit da Hoodie"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jonas Blue",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jonas Blue",
+         "offsetgroup": "Jonas Blue",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jonas Blue"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Halsey",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Halsey",
+         "offsetgroup": "Halsey",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Halsey"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Enrique Iglesias",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Enrique Iglesias",
+         "offsetgroup": "Enrique Iglesias",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Enrique Iglesias"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dua Lipa",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dua Lipa",
+         "offsetgroup": "Dua Lipa",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dua Lipa"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Black Eyed Peas",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Black Eyed Peas",
+         "offsetgroup": "Black Eyed Peas",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Black Eyed Peas"
+         ],
+         "xaxis": "x",
+         "y": [
+          3
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Duke Dumont",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Duke Dumont",
+         "offsetgroup": "Duke Dumont",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Duke Dumont"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Florida Georgia Line",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Florida Georgia Line",
+         "offsetgroup": "Florida Georgia Line",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Florida Georgia Line"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "J. Cole",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "J. Cole",
+         "offsetgroup": "J. Cole",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "J. Cole"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sigala",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sigala",
+         "offsetgroup": "Sigala",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sigala"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "SAYGRACE",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "SAYGRACE",
+         "offsetgroup": "SAYGRACE",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "SAYGRACE"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rob $tone",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rob $tone",
+         "offsetgroup": "Rob $tone",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rob $tone"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MØ",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MØ",
+         "offsetgroup": "MØ",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MØ"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Fall Out Boy",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Fall Out Boy",
+         "offsetgroup": "Fall Out Boy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Fall Out Boy"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Daft Punk",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Daft Punk",
+         "offsetgroup": "Daft Punk",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Daft Punk"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Maggie Rogers",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Maggie Rogers",
+         "offsetgroup": "Maggie Rogers",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Maggie Rogers"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Niall Horan",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Niall Horan",
+         "offsetgroup": "Niall Horan",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Niall Horan"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Little Mix",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Little Mix",
+         "offsetgroup": "Little Mix",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Little Mix"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ella Mai",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ella Mai",
+         "offsetgroup": "Ella Mai",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ella Mai"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Years & Years",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Years & Years",
+         "offsetgroup": "Years & Years",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Years & Years"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cheat Codes",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cheat Codes",
+         "offsetgroup": "Cheat Codes",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cheat Codes"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "2 Chainz",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "2 Chainz",
+         "offsetgroup": "2 Chainz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "2 Chainz"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "WALK THE MOON",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "WALK THE MOON",
+         "offsetgroup": "WALK THE MOON",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "WALK THE MOON"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Daya",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Daya",
+         "offsetgroup": "Daya",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Daya"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Fifth Harmony",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Fifth Harmony",
+         "offsetgroup": "Fifth Harmony",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Fifth Harmony"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kodaline",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kodaline",
+         "offsetgroup": "Kodaline",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kodaline"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Nico & Vinz",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Nico & Vinz",
+         "offsetgroup": "Nico & Vinz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Nico & Vinz"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Meek Mill",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Meek Mill",
+         "offsetgroup": "Meek Mill",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Meek Mill"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mark Ronson",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mark Ronson",
+         "offsetgroup": "Mark Ronson",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mark Ronson"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Nick Jonas",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Nick Jonas",
+         "offsetgroup": "Nick Jonas",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Nick Jonas"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Natalie La Rose",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Natalie La Rose",
+         "offsetgroup": "Natalie La Rose",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Natalie La Rose"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kodak Black",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kodak Black",
+         "offsetgroup": "Kodak Black",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kodak Black"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Meghan Trainor",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Meghan Trainor",
+         "offsetgroup": "Meghan Trainor",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Meghan Trainor"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Aloe Blacc",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Aloe Blacc",
+         "offsetgroup": "Aloe Blacc",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Aloe Blacc"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Logic",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Logic",
+         "offsetgroup": "Logic",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Logic"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "John Legend",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "John Legend",
+         "offsetgroup": "John Legend",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "John Legend"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Iggy Azalea",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Iggy Azalea",
+         "offsetgroup": "Iggy Azalea",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Iggy Azalea"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Camila Cabello",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Camila Cabello",
+         "offsetgroup": "Camila Cabello",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Camila Cabello"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Machine Gun Kelly",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Machine Gun Kelly",
+         "offsetgroup": "Machine Gun Kelly",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Machine Gun Kelly"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Future",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Future",
+         "offsetgroup": "Future",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Future"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Vance Joy",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Vance Joy",
+         "offsetgroup": "Vance Joy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Vance Joy"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Alessia Cara",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Alessia Cara",
+         "offsetgroup": "Alessia Cara",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Alessia Cara"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Big Sean",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Big Sean",
+         "offsetgroup": "Big Sean",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Big Sean"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "will.i.am",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "will.i.am",
+         "offsetgroup": "will.i.am",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "will.i.am"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Galantis",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Galantis",
+         "offsetgroup": "Galantis",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Galantis"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "21 Savage",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "21 Savage",
+         "offsetgroup": "21 Savage",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "21 Savage"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Vamps",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Vamps",
+         "offsetgroup": "The Vamps",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Vamps"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Zara Larsson",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Zara Larsson",
+         "offsetgroup": "Zara Larsson",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Zara Larsson"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Omarion",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Omarion",
+         "offsetgroup": "Omarion",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Omarion"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mumford & Sons",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mumford & Sons",
+         "offsetgroup": "Mumford & Sons",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mumford & Sons"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "6ix9ine",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "6ix9ine",
+         "offsetgroup": "6ix9ine",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "6ix9ine"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Martin Garrix",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Martin Garrix",
+         "offsetgroup": "Martin Garrix",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Martin Garrix"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sheppard",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sheppard",
+         "offsetgroup": "Sheppard",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sheppard"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "3OH!3",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "3OH!3",
+         "offsetgroup": "3OH!3",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "3OH!3"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jonas Brothers",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jonas Brothers",
+         "offsetgroup": "Jonas Brothers",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jonas Brothers"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Waka Flocka Flame",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Waka Flocka Flame",
+         "offsetgroup": "Waka Flocka Flame",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Waka Flocka Flame"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lupe Fiasco",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lupe Fiasco",
+         "offsetgroup": "Lupe Fiasco",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lupe Fiasco"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ludacris",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ludacris",
+         "offsetgroup": "Ludacris",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ludacris"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Gym Class Heroes",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Gym Class Heroes",
+         "offsetgroup": "Gym Class Heroes",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Gym Class Heroes"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mike Posner",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mike Posner",
+         "offsetgroup": "Mike Posner",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mike Posner"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Neon Trees",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Neon Trees",
+         "offsetgroup": "Neon Trees",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Neon Trees"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Owl City",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Owl City",
+         "offsetgroup": "Owl City",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Owl City"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Alesso",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Alesso",
+         "offsetgroup": "Alesso",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Alesso"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Snoop Dogg",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Snoop Dogg",
+         "offsetgroup": "Snoop Dogg",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Snoop Dogg"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Selena Gomez & The Scene",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Selena Gomez & The Scene",
+         "offsetgroup": "Selena Gomez & The Scene",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Selena Gomez & The Scene"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rizzle Kicks",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rizzle Kicks",
+         "offsetgroup": "Rizzle Kicks",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rizzle Kicks"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kelly Rowland",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kelly Rowland",
+         "offsetgroup": "Kelly Rowland",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kelly Rowland"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sigrid",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sigrid",
+         "offsetgroup": "Sigrid",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sigrid"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jason Aldean",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jason Aldean",
+         "offsetgroup": "Jason Aldean",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jason Aldean"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Anuel AA",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Anuel AA",
+         "offsetgroup": "Anuel AA",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Anuel AA"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jessie J",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jessie J",
+         "offsetgroup": "Jessie J",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jessie J"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Timbaland",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Timbaland",
+         "offsetgroup": "Timbaland",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Timbaland"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Labrinth",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Labrinth",
+         "offsetgroup": "Labrinth",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Labrinth"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bad Bunny",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bad Bunny",
+         "offsetgroup": "Bad Bunny",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bad Bunny"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Stromae",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Stromae",
+         "offsetgroup": "Stromae",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Stromae"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Script",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Script",
+         "offsetgroup": "The Script",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Script"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lizzo",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lizzo",
+         "offsetgroup": "Lizzo",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lizzo"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Offset",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Offset",
+         "offsetgroup": "Offset",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Offset"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Band Perry",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Band Perry",
+         "offsetgroup": "The Band Perry",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Band Perry"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Edward Maya",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Edward Maya",
+         "offsetgroup": "Edward Maya",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Edward Maya"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Of Monsters and Men",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Of Monsters and Men",
+         "offsetgroup": "Of Monsters and Men",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Of Monsters and Men"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MARINA",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MARINA",
+         "offsetgroup": "MARINA",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MARINA"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "iann dior",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "iann dior",
+         "offsetgroup": "iann dior",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "iann dior"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Example",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Example",
+         "offsetgroup": "Example",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Example"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "fun.",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "fun.",
+         "offsetgroup": "fun.",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "fun."
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Blake Shelton",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Blake Shelton",
+         "offsetgroup": "Blake Shelton",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Blake Shelton"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lewis Capaldi",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lewis Capaldi",
+         "offsetgroup": "Lewis Capaldi",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lewis Capaldi"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Icona Pop",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Icona Pop",
+         "offsetgroup": "Icona Pop",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Icona Pop"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "DJ Fresh",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "DJ Fresh",
+         "offsetgroup": "DJ Fresh",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "DJ Fresh"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Far East Movement",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Far East Movement",
+         "offsetgroup": "Far East Movement",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Far East Movement"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Avril Lavigne",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Avril Lavigne",
+         "offsetgroup": "Avril Lavigne",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Avril Lavigne"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Juice WRLD",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Juice WRLD",
+         "offsetgroup": "Juice WRLD",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Juice WRLD"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Florence + The Machine",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Florence + The Machine",
+         "offsetgroup": "Florence + The Machine",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Florence + The Machine"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jay Sean",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jay Sean",
+         "offsetgroup": "Jay Sean",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jay Sean"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "John Mayer",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "John Mayer",
+         "offsetgroup": "John Mayer",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "John Mayer"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Foster The People",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Foster The People",
+         "offsetgroup": "Foster The People",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Foster The People"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lauv",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lauv",
+         "offsetgroup": "Lauv",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lauv"
+         ],
+         "xaxis": "x",
+         "y": [
+          2
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Megan Thee Stallion",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Megan Thee Stallion",
+         "offsetgroup": "Megan Thee Stallion",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Megan Thee Stallion"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kane Brown",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kane Brown",
+         "offsetgroup": "Kane Brown",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kane Brown"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "A$AP Ferg",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "A$AP Ferg",
+         "offsetgroup": "A$AP Ferg",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "A$AP Ferg"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Tecca",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Tecca",
+         "offsetgroup": "Lil Tecca",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Tecca"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MEDUZA",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MEDUZA",
+         "offsetgroup": "MEDUZA",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MEDUZA"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "AJR",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "AJR",
+         "offsetgroup": "AJR",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "AJR"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kehlani",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kehlani",
+         "offsetgroup": "Kehlani",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kehlani"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Aminé",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Aminé",
+         "offsetgroup": "Aminé",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Aminé"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Axwell /\\ Ingrosso",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Axwell /\\ Ingrosso",
+         "offsetgroup": "Axwell /\\ Ingrosso",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Axwell /\\ Ingrosso"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Big Shaq",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Big Shaq",
+         "offsetgroup": "Big Shaq",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Big Shaq"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ayo & Teo",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ayo & Teo",
+         "offsetgroup": "Ayo & Teo",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ayo & Teo"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lunay",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lunay",
+         "offsetgroup": "Lunay",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lunay"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jay Rock",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jay Rock",
+         "offsetgroup": "Jay Rock",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jay Rock"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mustard",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mustard",
+         "offsetgroup": "Mustard",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mustard"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "ZAYN",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "ZAYN",
+         "offsetgroup": "ZAYN",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "ZAYN"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Young T & Bugsey",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Young T & Bugsey",
+         "offsetgroup": "Young T & Bugsey",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Young T & Bugsey"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Wiley",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Wiley",
+         "offsetgroup": "Wiley",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Wiley"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tyler, The Creator",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tyler, The Creator",
+         "offsetgroup": "Tyler, The Creator",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tyler, The Creator"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Stormzy",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Stormzy",
+         "offsetgroup": "Stormzy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Stormzy"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "James Arthur",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "James Arthur",
+         "offsetgroup": "James Arthur",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "James Arthur"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "James TW",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "James TW",
+         "offsetgroup": "James TW",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "James TW"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sech",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sech",
+         "offsetgroup": "Sech",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sech"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Saweetie",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Saweetie",
+         "offsetgroup": "Saweetie",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Saweetie"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kiiara",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kiiara",
+         "offsetgroup": "Kiiara",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kiiara"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lukas Graham",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lukas Graham",
+         "offsetgroup": "Lukas Graham",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lukas Graham"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sam Feldt",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sam Feldt",
+         "offsetgroup": "Sam Feldt",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sam Feldt"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Marc E. Bassy",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Marc E. Bassy",
+         "offsetgroup": "Marc E. Bassy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Marc E. Bassy"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Russ Millions",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Russ Millions",
+         "offsetgroup": "Russ Millions",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Russ Millions"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Regard",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Regard",
+         "offsetgroup": "Regard",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Regard"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mike Perry",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mike Perry",
+         "offsetgroup": "Mike Perry",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mike Perry"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Queen",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Queen",
+         "offsetgroup": "Queen",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Queen"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Polo G",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Polo G",
+         "offsetgroup": "Polo G",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Polo G"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Olivia Holt",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Olivia Holt",
+         "offsetgroup": "Olivia Holt",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Olivia Holt"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Paulo Londra",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Paulo Londra",
+         "offsetgroup": "Paulo Londra",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Paulo Londra"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "blackbear",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "blackbear",
+         "offsetgroup": "blackbear",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "blackbear"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Panic! At The Disco",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Panic! At The Disco",
+         "offsetgroup": "Panic! At The Disco",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Panic! At The Disco"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "NSG",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "NSG",
+         "offsetgroup": "NSG",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "NSG"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ruth B.",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ruth B.",
+         "offsetgroup": "Ruth B.",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ruth B."
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Normani",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Normani",
+         "offsetgroup": "Normani",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Normani"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Steve Aoki",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Steve Aoki",
+         "offsetgroup": "Steve Aoki",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Steve Aoki"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Timeflies",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Timeflies",
+         "offsetgroup": "Timeflies",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Timeflies"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "NLE Choppa",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "NLE Choppa",
+         "offsetgroup": "NLE Choppa",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "NLE Choppa"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "PARTYNEXTDOOR",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "PARTYNEXTDOOR",
+         "offsetgroup": "PARTYNEXTDOOR",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "PARTYNEXTDOOR"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "KYLE",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "KYLE",
+         "offsetgroup": "KYLE",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "KYLE"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Joel Corry",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Joel Corry",
+         "offsetgroup": "Joel Corry",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Joel Corry"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "benny blanco",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "benny blanco",
+         "offsetgroup": "benny blanco",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "benny blanco"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Yo Gotti",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Yo Gotti",
+         "offsetgroup": "Yo Gotti",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Yo Gotti"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Zay Hilfigerrr",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Zay Hilfigerrr",
+         "offsetgroup": "Zay Hilfigerrr",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Zay Hilfigerrr"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sheck Wes",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sheck Wes",
+         "offsetgroup": "Sheck Wes",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sheck Wes"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rich The Kid",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rich The Kid",
+         "offsetgroup": "Rich The Kid",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rich The Kid"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "B Young",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "B Young",
+         "offsetgroup": "B Young",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "B Young"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Piso 21",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Piso 21",
+         "offsetgroup": "Piso 21",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Piso 21"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Banx & Ranx",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Banx & Ranx",
+         "offsetgroup": "Banx & Ranx",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Banx & Ranx"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ozuna",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ozuna",
+         "offsetgroup": "Ozuna",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ozuna"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bazzi",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bazzi",
+         "offsetgroup": "Bazzi",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bazzi"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Nio Garcia",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Nio Garcia",
+         "offsetgroup": "Nio Garcia",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Nio Garcia"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "NF",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "NF",
+         "offsetgroup": "NF",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "NF"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MK",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MK",
+         "offsetgroup": "MK",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MK"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Maluma",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Maluma",
+         "offsetgroup": "Maluma",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Maluma"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "BlocBoy JB",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "BlocBoy JB",
+         "offsetgroup": "BlocBoy JB",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "BlocBoy JB"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jax Jones",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jax Jones",
+         "offsetgroup": "Jax Jones",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jax Jones"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "M.O",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "M.O",
+         "offsetgroup": "M.O",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "M.O"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cashmere Cat",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cashmere Cat",
+         "offsetgroup": "Cashmere Cat",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cashmere Cat"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dan + Shay",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dan + Shay",
+         "offsetgroup": "Dan + Shay",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dan + Shay"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dennis Lloyd",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dennis Lloyd",
+         "offsetgroup": "Dennis Lloyd",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dennis Lloyd"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Loud Luxury",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Loud Luxury",
+         "offsetgroup": "Loud Luxury",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Loud Luxury"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dynoro",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dynoro",
+         "offsetgroup": "Dynoro",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dynoro"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Dicky",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Dicky",
+         "offsetgroup": "Lil Dicky",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Dicky"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "EO",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "EO",
+         "offsetgroup": "EO",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "EO"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Baby",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Baby",
+         "offsetgroup": "Lil Baby",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Baby"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "FINNEAS",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "FINNEAS",
+         "offsetgroup": "FINNEAS",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "FINNEAS"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "girl in red",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "girl in red",
+         "offsetgroup": "girl in red",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "girl in red"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "King Princess",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "King Princess",
+         "offsetgroup": "King Princess",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "King Princess"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Hugh Jackman",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Hugh Jackman",
+         "offsetgroup": "Hugh Jackman",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Hugh Jackman"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "YG",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "YG",
+         "offsetgroup": "YG",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "YG"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "AJ Tracey",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "AJ Tracey",
+         "offsetgroup": "AJ Tracey",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "AJ Tracey"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "SZA",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "SZA",
+         "offsetgroup": "SZA",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "SZA"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Shelley FKA DRAM",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Shelley FKA DRAM",
+         "offsetgroup": "Shelley FKA DRAM",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Shelley FKA DRAM"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "French Montana",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "French Montana",
+         "offsetgroup": "French Montana",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "French Montana"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Gesaffelstein",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Gesaffelstein",
+         "offsetgroup": "Gesaffelstein",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Gesaffelstein"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Hayden James",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Hayden James",
+         "offsetgroup": "Hayden James",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Hayden James"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Flipp Dinero",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Flipp Dinero",
+         "offsetgroup": "Flipp Dinero",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Flipp Dinero"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dominic Fike",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dominic Fike",
+         "offsetgroup": "Dominic Fike",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dominic Fike"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Janelle Monáe",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Janelle Monáe",
+         "offsetgroup": "Janelle Monáe",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Janelle Monáe"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Liam Payne",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Liam Payne",
+         "offsetgroup": "Liam Payne",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Liam Payne"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Doja Cat",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Doja Cat",
+         "offsetgroup": "Doja Cat",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Doja Cat"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Peep",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Peep",
+         "offsetgroup": "Lil Peep",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Peep"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Pump",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Pump",
+         "offsetgroup": "Lil Pump",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Pump"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lil Uzi Vert",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lil Uzi Vert",
+         "offsetgroup": "Lil Uzi Vert",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lil Uzi Vert"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dave",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dave",
+         "offsetgroup": "Dave",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dave"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "DaBaby",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "DaBaby",
+         "offsetgroup": "DaBaby",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "DaBaby"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "lovelytheband",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "lovelytheband",
+         "offsetgroup": "lovelytheband",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "lovelytheband"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Luis Fonsi",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Luis Fonsi",
+         "offsetgroup": "Luis Fonsi",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Luis Fonsi"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "BTS",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "BTS",
+         "offsetgroup": "BTS",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "BTS"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Macklemore",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Macklemore",
+         "offsetgroup": "Macklemore",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Macklemore"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Blueface",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Blueface",
+         "offsetgroup": "Blueface",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Blueface"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MGMT",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MGMT",
+         "offsetgroup": "MGMT",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MGMT"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Playboi Carti",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Playboi Carti",
+         "offsetgroup": "Playboi Carti",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Playboi Carti"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "PNAU",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "PNAU",
+         "offsetgroup": "PNAU",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "PNAU"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Blanco Brown",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Blanco Brown",
+         "offsetgroup": "Blanco Brown",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Blanco Brown"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "BLACKPINK",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "BLACKPINK",
+         "offsetgroup": "BLACKPINK",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "BLACKPINK"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Portugal. The Man",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Portugal. The Man",
+         "offsetgroup": "Portugal. The Man",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Portugal. The Man"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ashley O",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ashley O",
+         "offsetgroup": "Ashley O",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ashley O"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Russ",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Russ",
+         "offsetgroup": "Russ",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Russ"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sean Paul",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sean Paul",
+         "offsetgroup": "Sean Paul",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sean Paul"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Garrett Nash",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Garrett Nash",
+         "offsetgroup": "Garrett Nash",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Garrett Nash"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MAGIC!",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MAGIC!",
+         "offsetgroup": "MAGIC!",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MAGIC!"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Flume",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Flume",
+         "offsetgroup": "Flume",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Flume"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Noah And The Whale",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Noah And The Whale",
+         "offsetgroup": "Noah And The Whale",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Noah And The Whale"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Asaf Avidan",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Asaf Avidan",
+         "offsetgroup": "Asaf Avidan",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Asaf Avidan"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "alt-J",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "alt-J",
+         "offsetgroup": "alt-J",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "alt-J"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Alex Clare",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Alex Clare",
+         "offsetgroup": "Alex Clare",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Alex Clare"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sak Noel",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sak Noel",
+         "offsetgroup": "Sak Noel",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sak Noel"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Red Hot Chili Peppers",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Red Hot Chili Peppers",
+         "offsetgroup": "Red Hot Chili Peppers",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Red Hot Chili Peppers"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Professor Green",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Professor Green",
+         "offsetgroup": "Professor Green",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Professor Green"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Nickelback",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Nickelback",
+         "offsetgroup": "Nickelback",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Nickelback"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Carly Rae Jepsen",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Carly Rae Jepsen",
+         "offsetgroup": "Carly Rae Jepsen",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Carly Rae Jepsen"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mann",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mann",
+         "offsetgroup": "Mann",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mann"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mac Miller",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mac Miller",
+         "offsetgroup": "Mac Miller",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mac Miller"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "M83",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "M83",
+         "offsetgroup": "M83",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "M83"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lykke Li",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lykke Li",
+         "offsetgroup": "Lykke Li",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lykke Li"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lady A",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lady A",
+         "offsetgroup": "Lady A",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lady A"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Keri Hilson",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Keri Hilson",
+         "offsetgroup": "Keri Hilson",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Keri Hilson"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Azealia Banks",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Azealia Banks",
+         "offsetgroup": "Azealia Banks",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Azealia Banks"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Carrie Underwood",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Carrie Underwood",
+         "offsetgroup": "Carrie Underwood",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Carrie Underwood"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Hot Chelle Rae",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Hot Chelle Rae",
+         "offsetgroup": "Hot Chelle Rae",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Hot Chelle Rae"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Passion Pit",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Passion Pit",
+         "offsetgroup": "Passion Pit",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Passion Pit"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "A$AP Rocky",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "A$AP Rocky",
+         "offsetgroup": "A$AP Rocky",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "A$AP Rocky"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The xx",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The xx",
+         "offsetgroup": "The xx",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The xx"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Skrillex",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Skrillex",
+         "offsetgroup": "Skrillex",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Skrillex"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Robbie Williams",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Robbie Williams",
+         "offsetgroup": "Robbie Williams",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Robbie Williams"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rita Ora",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rita Ora",
+         "offsetgroup": "Rita Ora",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rita Ora"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "PSY",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "PSY",
+         "offsetgroup": "PSY",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "PSY"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Otto Knows",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Otto Knows",
+         "offsetgroup": "Otto Knows",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Otto Knows"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cher Lloyd",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cher Lloyd",
+         "offsetgroup": "Cher Lloyd",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cher Lloyd"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Muse",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Muse",
+         "offsetgroup": "Muse",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Muse"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Linkin Park",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Linkin Park",
+         "offsetgroup": "Linkin Park",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Linkin Park"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Karmin",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Karmin",
+         "offsetgroup": "Karmin",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Karmin"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Grimes",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Grimes",
+         "offsetgroup": "Grimes",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Grimes"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Gotye",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Gotye",
+         "offsetgroup": "Gotye",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Gotye"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "DEV",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "DEV",
+         "offsetgroup": "DEV",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "DEV"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jennifer Lopez",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jennifer Lopez",
+         "offsetgroup": "Jennifer Lopez",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jennifer Lopez"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Grouplove",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Grouplove",
+         "offsetgroup": "Grouplove",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Grouplove"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Baauer",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Baauer",
+         "offsetgroup": "Baauer",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Baauer"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kris Allen",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kris Allen",
+         "offsetgroup": "Kris Allen",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kris Allen"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sean Kingston",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sean Kingston",
+         "offsetgroup": "Sean Kingston",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sean Kingston"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Scouting For Girls",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Scouting For Girls",
+         "offsetgroup": "Scouting For Girls",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Scouting For Girls"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sara Bareilles",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sara Bareilles",
+         "offsetgroup": "Sara Bareilles",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sara Bareilles"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Robyn",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Robyn",
+         "offsetgroup": "Robyn",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Robyn"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Plan B",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Plan B",
+         "offsetgroup": "Plan B",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Plan B"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Matt Cardle",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Matt Cardle",
+         "offsetgroup": "Matt Cardle",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Matt Cardle"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "K'NAAN",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "K'NAAN",
+         "offsetgroup": "K'NAAN",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "K'NAAN"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sugarland",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sugarland",
+         "offsetgroup": "Sugarland",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sugarland"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Iyaz",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Iyaz",
+         "offsetgroup": "Iyaz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Iyaz"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "INNA",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "INNA",
+         "offsetgroup": "INNA",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "INNA"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Eliza Doolittle",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Eliza Doolittle",
+         "offsetgroup": "Eliza Doolittle",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Eliza Doolittle"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Duck Sauce",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Duck Sauce",
+         "offsetgroup": "Duck Sauce",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Duck Sauce"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "CeeLo Green",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "CeeLo Green",
+         "offsetgroup": "CeeLo Green",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "CeeLo Green"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cali Swag District",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cali Swag District",
+         "offsetgroup": "Cali Swag District",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cali Swag District"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sidney Samson",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sidney Samson",
+         "offsetgroup": "Sidney Samson",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sidney Samson"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Take That",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Take That",
+         "offsetgroup": "Take That",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Take That"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Eric Church",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Eric Church",
+         "offsetgroup": "Eric Church",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Eric Church"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bon Iver",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bon Iver",
+         "offsetgroup": "Bon Iver",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bon Iver"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Dr. Dre",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Dr. Dre",
+         "offsetgroup": "Dr. Dre",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Dr. Dre"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Diddy - Dirty Money",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Diddy - Dirty Money",
+         "offsetgroup": "Diddy - Dirty Money",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Diddy - Dirty Money"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cobra Starship",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cobra Starship",
+         "offsetgroup": "Cobra Starship",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cobra Starship"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Christina Perri",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Christina Perri",
+         "offsetgroup": "Christina Perri",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Christina Perri"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Chip",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Chip",
+         "offsetgroup": "Chip",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Chip"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Chase & Status",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Chase & Status",
+         "offsetgroup": "Chase & Status",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Chase & Status"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Birdy",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Birdy",
+         "offsetgroup": "Birdy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Birdy"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tim Berg",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tim Berg",
+         "offsetgroup": "Tim Berg",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tim Berg"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bad Meets Evil",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bad Meets Evil",
+         "offsetgroup": "Bad Meets Evil",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bad Meets Evil"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Alexandra Stan",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Alexandra Stan",
+         "offsetgroup": "Alexandra Stan",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Alexandra Stan"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Young Money",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Young Money",
+         "offsetgroup": "Young Money",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Young Money"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Yolanda Be Cool",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Yolanda Be Cool",
+         "offsetgroup": "Yolanda Be Cool",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Yolanda Be Cool"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Two Door Cinema Club",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Two Door Cinema Club",
+         "offsetgroup": "Two Door Cinema Club",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Two Door Cinema Club"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Travie McCoy",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Travie McCoy",
+         "offsetgroup": "Travie McCoy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Travie McCoy"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "AWOLNATION",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "AWOLNATION",
+         "offsetgroup": "AWOLNATION",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "AWOLNATION"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bingo Players",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bingo Players",
+         "offsetgroup": "Bingo Players",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bingo Players"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "DNCE",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "DNCE",
+         "offsetgroup": "DNCE",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "DNCE"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Andy Grammer",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Andy Grammer",
+         "offsetgroup": "Andy Grammer",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Andy Grammer"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jidenna",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jidenna",
+         "offsetgroup": "Jidenna",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jidenna"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Jack Ü",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Jack Ü",
+         "offsetgroup": "Jack Ü",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Jack Ü"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Hozier",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Hozier",
+         "offsetgroup": "Hozier",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Hozier"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Foals",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Foals",
+         "offsetgroup": "Foals",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Foals"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Deorro",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Deorro",
+         "offsetgroup": "Deorro",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Deorro"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "BØRNS",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "BØRNS",
+         "offsetgroup": "BØRNS",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "BØRNS"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Adam Lambert",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Adam Lambert",
+         "offsetgroup": "Adam Lambert",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Adam Lambert"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "LÃ¥psley",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "LÃ¥psley",
+         "offsetgroup": "LÃ¥psley",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "LÃ¥psley"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "ZHU",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "ZHU",
+         "offsetgroup": "ZHU",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "ZHU"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tinashe",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tinashe",
+         "offsetgroup": "Tinashe",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tinashe"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sigma",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sigma",
+         "offsetgroup": "Sigma",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sigma"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Route 94",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Route 94",
+         "offsetgroup": "Route 94",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Route 94"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rixton",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rixton",
+         "offsetgroup": "Rixton",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rixton"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Pharrell Williams",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Pharrell Williams",
+         "offsetgroup": "Pharrell Williams",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Pharrell Williams"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "KALEO",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "KALEO",
+         "offsetgroup": "KALEO",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "KALEO"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lemaitre",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lemaitre",
+         "offsetgroup": "Lemaitre",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lemaitre"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Paloma Faith",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Paloma Faith",
+         "offsetgroup": "Paloma Faith",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Paloma Faith"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Strumbellas",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Strumbellas",
+         "offsetgroup": "The Strumbellas",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Strumbellas"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Calum Scott",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Calum Scott",
+         "offsetgroup": "Calum Scott",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Calum Scott"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Astrid S",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Astrid S",
+         "offsetgroup": "Astrid S",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Astrid S"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Anne-Marie",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Anne-Marie",
+         "offsetgroup": "Anne-Marie",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Anne-Marie"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Twenty One Pilots",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Twenty One Pilots",
+         "offsetgroup": "Twenty One Pilots",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Twenty One Pilots"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Troye Sivan",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Troye Sivan",
+         "offsetgroup": "Troye Sivan",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Troye Sivan"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Thomas Rhett",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Thomas Rhett",
+         "offsetgroup": "Thomas Rhett",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Thomas Rhett"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tame Impala",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tame Impala",
+         "offsetgroup": "Tame Impala",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tame Impala"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Luke Christopher",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Luke Christopher",
+         "offsetgroup": "Luke Christopher",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Luke Christopher"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Robin Schulz",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Robin Schulz",
+         "offsetgroup": "Robin Schulz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Robin Schulz"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Rich Homie Quan",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Rich Homie Quan",
+         "offsetgroup": "Rich Homie Quan",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Rich Homie Quan"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Philip George",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Philip George",
+         "offsetgroup": "Philip George",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Philip George"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Petit Biscuit",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Petit Biscuit",
+         "offsetgroup": "Petit Biscuit",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Petit Biscuit"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Oh Wonder",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Oh Wonder",
+         "offsetgroup": "Oh Wonder",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Oh Wonder"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Martin Solveig",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Martin Solveig",
+         "offsetgroup": "Martin Solveig",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Martin Solveig"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Peking Duk",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Peking Duk",
+         "offsetgroup": "Peking Duk",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Peking Duk"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Oliver Heldens",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Oliver Heldens",
+         "offsetgroup": "Oliver Heldens",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Oliver Heldens"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bridgit Mendler",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bridgit Mendler",
+         "offsetgroup": "Bridgit Mendler",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bridgit Mendler"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Naughty Boy",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Naughty Boy",
+         "offsetgroup": "Naughty Boy",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Naughty Boy"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Saturdays",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Saturdays",
+         "offsetgroup": "The Saturdays",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Saturdays"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "The Neighbourhood",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "The Neighbourhood",
+         "offsetgroup": "The Neighbourhood",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "The Neighbourhood"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Storm Queen",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Storm Queen",
+         "offsetgroup": "Storm Queen",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Storm Queen"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Sebastian Ingrosso",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Sebastian Ingrosso",
+         "offsetgroup": "Sebastian Ingrosso",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Sebastian Ingrosso"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Robin Thicke",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Robin Thicke",
+         "offsetgroup": "Robin Thicke",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Robin Thicke"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Nelly",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Nelly",
+         "offsetgroup": "Nelly",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Nelly"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Michael Bublé",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Michael Bublé",
+         "offsetgroup": "Michael Bublé",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Michael Bublé"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Wale",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Wale",
+         "offsetgroup": "Wale",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Wale"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lily Allen",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lily Allen",
+         "offsetgroup": "Lily Allen",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lily Allen"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Klangkarussell",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Klangkarussell",
+         "offsetgroup": "Klangkarussell",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Klangkarussell"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "John Newman",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "John Newman",
+         "offsetgroup": "John Newman",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "John Newman"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ciara",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ciara",
+         "offsetgroup": "Ciara",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ciara"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "CHVRCHES",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "CHVRCHES",
+         "offsetgroup": "CHVRCHES",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "CHVRCHES"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Capital Cities",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Capital Cities",
+         "offsetgroup": "Capital Cities",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Capital Cities"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Tom Odell",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Tom Odell",
+         "offsetgroup": "Tom Odell",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Tom Odell"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Ylvis",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Ylvis",
+         "offsetgroup": "Ylvis",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Ylvis"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "O.T. Genasis",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "O.T. Genasis",
+         "offsetgroup": "O.T. Genasis",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "O.T. Genasis"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kid Ink",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kid Ink",
+         "offsetgroup": "Kid Ink",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kid Ink"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Mr. Probz",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Mr. Probz",
+         "offsetgroup": "Mr. Probz",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Mr. Probz"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "MKTO",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "MKTO",
+         "offsetgroup": "MKTO",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "MKTO"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Milky Chance",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Milky Chance",
+         "offsetgroup": "Milky Chance",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Milky Chance"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Lilly Wood and The Prick",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Lilly Wood and The Prick",
+         "offsetgroup": "Lilly Wood and The Prick",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Lilly Wood and The Prick"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Klingande",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Klingande",
+         "offsetgroup": "Klingande",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Klingande"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Kiesza",
+         "marker": {
+          "color": "#FFA15A",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Kiesza",
+         "offsetgroup": "Kiesza",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Kiesza"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Gorgon City",
+         "marker": {
+          "color": "#19d3f3",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Gorgon City",
+         "offsetgroup": "Gorgon City",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Gorgon City"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "American Authors",
+         "marker": {
+          "color": "#FF6692",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "American Authors",
+         "offsetgroup": "American Authors",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "American Authors"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "G.R.L.",
+         "marker": {
+          "color": "#B6E880",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "G.R.L.",
+         "offsetgroup": "G.R.L.",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "G.R.L."
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Echosmith",
+         "marker": {
+          "color": "#FF97FF",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Echosmith",
+         "offsetgroup": "Echosmith",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Echosmith"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Cold War Kids",
+         "marker": {
+          "color": "#FECB52",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Cold War Kids",
+         "offsetgroup": "Cold War Kids",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Cold War Kids"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Charli XCX",
+         "marker": {
+          "color": "#636efa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Charli XCX",
+         "offsetgroup": "Charli XCX",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Charli XCX"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Bobby Shmurda",
+         "marker": {
+          "color": "#EF553B",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Bobby Shmurda",
+         "offsetgroup": "Bobby Shmurda",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Bobby Shmurda"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Becky G",
+         "marker": {
+          "color": "#00cc96",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Becky G",
+         "offsetgroup": "Becky G",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Becky G"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        },
+        {
+         "alignmentgroup": "True",
+         "hovertemplate": "Artista=%{x}<br>Canciones=%{y}<extra></extra>",
+         "legendgroup": "Young Thug",
+         "marker": {
+          "color": "#ab63fa",
+          "pattern": {
+           "shape": ""
+          }
+         },
+         "name": "Young Thug",
+         "offsetgroup": "Young Thug",
+         "orientation": "v",
+         "showlegend": true,
+         "textposition": "auto",
+         "type": "bar",
+         "x": [
+          "Young Thug"
+         ],
+         "xaxis": "x",
+         "y": [
+          1
+         ],
+         "yaxis": "y"
+        }
+       ],
+       "layout": {
+        "barmode": "relative",
+        "legend": {
+         "title": {
+          "text": "Artista"
+         },
+         "tracegroupgap": 0
+        },
+        "margin": {
+         "t": 60
+        },
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "xaxis": {
+         "anchor": "y",
+         "categoryarray": [
+          "Taylor Swift",
+          "Drake",
+          "Calvin Harris",
+          "Rihanna",
+          "Ariana Grande",
+          "Bruno Mars",
+          "Maroon 5",
+          "Post Malone",
+          "Jason Derulo",
+          "Ed Sheeran",
+          "Chris Brown",
+          "One Direction",
+          "David Guetta",
+          "Katy Perry",
+          "Kendrick Lamar",
+          "Kesha",
+          "The Weeknd",
+          "The Chainsmokers",
+          "Imagine Dragons",
+          "Coldplay",
+          "Adele",
+          "Selena Gomez",
+          "Marshmello",
+          "Lana Del Rey",
+          "Avicii",
+          "Usher",
+          "Billie Eilish",
+          "Lorde",
+          "Trey Songz",
+          "Migos",
+          "Pitbull",
+          "Lady Gaga",
+          "Cardi B",
+          "Charlie Puth",
+          "Justin Bieber",
+          "Flo Rida",
+          "George Ezra",
+          "Khalid",
+          "Eminem",
+          "Zedd",
+          "Lil Wayne",
+          "DJ Khaled",
+          "Travis Scott",
+          "DJ Snake",
+          "Beyoncé",
+          "Sam Smith",
+          "Tove Lo",
+          "5 Seconds of Summer",
+          "B.o.B",
+          "The 1975",
+          "Nicki Minaj",
+          "Sia",
+          "OneRepublic",
+          "Hailee Steinfeld",
+          "Shawn Mendes",
+          "P!nk",
+          "Ellie Goulding",
+          "Miley Cyrus",
+          "Justin Timberlake",
+          "Rae Sremmurd",
+          "X Ambassadors",
+          "Disclosure",
+          "Wiz Khalifa",
+          "G-Eazy",
+          "Kygo",
+          "XXXTENTACION",
+          "Swedish House Mafia",
+          "Demi Lovato",
+          "Jeremih",
+          "Tyga",
+          "Bastille",
+          "Childish Gambino",
+          "Kanye West",
+          "Frank Ocean",
+          "LMFAO",
+          "The Lumineers",
+          "Clean Bandit",
+          "Olly Murs",
+          "Arctic Monkeys",
+          "Macklemore & Ryan Lewis",
+          "Paramore",
+          "ScHoolboy Q",
+          "Miguel",
+          "Phillip Phillips",
+          "Rudimental",
+          "Major Lazer",
+          "Britney Spears",
+          "Fetty Wap",
+          "Tinie Tempah",
+          "Train",
+          "Bryson Tiller",
+          "Snakehips",
+          "JAY-Z",
+          "Taio Cruz",
+          "Lil Nas X",
+          "Tiësto",
+          "The Wanted",
+          "A Boogie Wit da Hoodie",
+          "Jonas Blue",
+          "Halsey",
+          "Enrique Iglesias",
+          "Dua Lipa",
+          "Black Eyed Peas",
+          "Duke Dumont",
+          "Florida Georgia Line",
+          "J. Cole",
+          "Sigala",
+          "SAYGRACE",
+          "Rob $tone",
+          "MØ",
+          "Fall Out Boy",
+          "Daft Punk",
+          "Maggie Rogers",
+          "Niall Horan",
+          "Little Mix",
+          "Ella Mai",
+          "Years & Years",
+          "Cheat Codes",
+          "2 Chainz",
+          "WALK THE MOON",
+          "Daya",
+          "Fifth Harmony",
+          "Kodaline",
+          "Nico & Vinz",
+          "Meek Mill",
+          "Mark Ronson",
+          "Nick Jonas",
+          "Natalie La Rose",
+          "Kodak Black",
+          "Meghan Trainor",
+          "Aloe Blacc",
+          "Logic",
+          "John Legend",
+          "Iggy Azalea",
+          "Camila Cabello",
+          "Machine Gun Kelly",
+          "Future",
+          "Vance Joy",
+          "Alessia Cara",
+          "Big Sean",
+          "will.i.am",
+          "Galantis",
+          "21 Savage",
+          "The Vamps",
+          "Zara Larsson",
+          "Omarion",
+          "Mumford & Sons",
+          "6ix9ine",
+          "Martin Garrix",
+          "Sheppard",
+          "3OH!3",
+          "Jonas Brothers",
+          "Waka Flocka Flame",
+          "Lupe Fiasco",
+          "Ludacris",
+          "Gym Class Heroes",
+          "Mike Posner",
+          "Neon Trees",
+          "Owl City",
+          "Alesso",
+          "Snoop Dogg",
+          "Selena Gomez & The Scene",
+          "Rizzle Kicks",
+          "Kelly Rowland",
+          "Sigrid",
+          "Jason Aldean",
+          "Anuel AA",
+          "Jessie J",
+          "Timbaland",
+          "Labrinth",
+          "Bad Bunny",
+          "Stromae",
+          "The Script",
+          "Lizzo",
+          "Offset",
+          "The Band Perry",
+          "Edward Maya",
+          "Of Monsters and Men",
+          "MARINA",
+          "iann dior",
+          "Example",
+          "fun.",
+          "Blake Shelton",
+          "Lewis Capaldi",
+          "Icona Pop",
+          "DJ Fresh",
+          "Far East Movement",
+          "Avril Lavigne",
+          "Juice WRLD",
+          "Florence + The Machine",
+          "Jay Sean",
+          "John Mayer",
+          "Foster The People",
+          "Lauv",
+          "Megan Thee Stallion",
+          "Kane Brown",
+          "A$AP Ferg",
+          "Lil Tecca",
+          "MEDUZA",
+          "AJR",
+          "Kehlani",
+          "Aminé",
+          "Axwell /\\ Ingrosso",
+          "Big Shaq",
+          "Ayo & Teo",
+          "Lunay",
+          "Jay Rock",
+          "Mustard",
+          "ZAYN",
+          "Young T & Bugsey",
+          "Wiley",
+          "Tyler, The Creator",
+          "Stormzy",
+          "James Arthur",
+          "James TW",
+          "Sech",
+          "Saweetie",
+          "Kiiara",
+          "Lukas Graham",
+          "Sam Feldt",
+          "Marc E. Bassy",
+          "Russ Millions",
+          "Regard",
+          "Mike Perry",
+          "Queen",
+          "Polo G",
+          "Olivia Holt",
+          "Paulo Londra",
+          "blackbear",
+          "Panic! At The Disco",
+          "NSG",
+          "Ruth B.",
+          "Normani",
+          "Steve Aoki",
+          "Timeflies",
+          "NLE Choppa",
+          "PARTYNEXTDOOR",
+          "KYLE",
+          "Joel Corry",
+          "benny blanco",
+          "Yo Gotti",
+          "Zay Hilfigerrr",
+          "Sheck Wes",
+          "Rich The Kid",
+          "B Young",
+          "Piso 21",
+          "Banx & Ranx",
+          "Ozuna",
+          "Bazzi",
+          "Nio Garcia",
+          "NF",
+          "MK",
+          "Maluma",
+          "BlocBoy JB",
+          "Jax Jones",
+          "M.O",
+          "Cashmere Cat",
+          "Dan + Shay",
+          "Dennis Lloyd",
+          "Loud Luxury",
+          "Dynoro",
+          "Lil Dicky",
+          "EO",
+          "Lil Baby",
+          "FINNEAS",
+          "girl in red",
+          "King Princess",
+          "Hugh Jackman",
+          "YG",
+          "AJ Tracey",
+          "SZA",
+          "Shelley FKA DRAM",
+          "French Montana",
+          "Gesaffelstein",
+          "Hayden James",
+          "Flipp Dinero",
+          "Dominic Fike",
+          "Janelle Monáe",
+          "Liam Payne",
+          "Doja Cat",
+          "Lil Peep",
+          "Lil Pump",
+          "Lil Uzi Vert",
+          "Dave",
+          "DaBaby",
+          "lovelytheband",
+          "Luis Fonsi",
+          "BTS",
+          "Macklemore",
+          "Blueface",
+          "MGMT",
+          "Playboi Carti",
+          "PNAU",
+          "Blanco Brown",
+          "BLACKPINK",
+          "Portugal. The Man",
+          "Ashley O",
+          "Russ",
+          "Sean Paul",
+          "Garrett Nash",
+          "MAGIC!",
+          "Flume",
+          "Noah And The Whale",
+          "Asaf Avidan",
+          "alt-J",
+          "Alex Clare",
+          "Sak Noel",
+          "Red Hot Chili Peppers",
+          "Professor Green",
+          "Nickelback",
+          "Carly Rae Jepsen",
+          "Mann",
+          "Mac Miller",
+          "M83",
+          "Lykke Li",
+          "Lady A",
+          "Keri Hilson",
+          "Azealia Banks",
+          "Carrie Underwood",
+          "Hot Chelle Rae",
+          "Passion Pit",
+          "A$AP Rocky",
+          "The xx",
+          "Skrillex",
+          "Robbie Williams",
+          "Rita Ora",
+          "PSY",
+          "Otto Knows",
+          "Cher Lloyd",
+          "Muse",
+          "Linkin Park",
+          "Karmin",
+          "Grimes",
+          "Gotye",
+          "DEV",
+          "Jennifer Lopez",
+          "Grouplove",
+          "Baauer",
+          "Kris Allen",
+          "Sean Kingston",
+          "Scouting For Girls",
+          "Sara Bareilles",
+          "Robyn",
+          "Plan B",
+          "Matt Cardle",
+          "K'NAAN",
+          "Sugarland",
+          "Iyaz",
+          "INNA",
+          "Eliza Doolittle",
+          "Duck Sauce",
+          "CeeLo Green",
+          "Cali Swag District",
+          "Sidney Samson",
+          "Take That",
+          "Eric Church",
+          "Bon Iver",
+          "Dr. Dre",
+          "Diddy - Dirty Money",
+          "Cobra Starship",
+          "Christina Perri",
+          "Chip",
+          "Chase & Status",
+          "Birdy",
+          "Tim Berg",
+          "Bad Meets Evil",
+          "Alexandra Stan",
+          "Young Money",
+          "Yolanda Be Cool",
+          "Two Door Cinema Club",
+          "Travie McCoy",
+          "AWOLNATION",
+          "Bingo Players",
+          "DNCE",
+          "Andy Grammer",
+          "Jidenna",
+          "Jack Ü",
+          "Hozier",
+          "Foals",
+          "Deorro",
+          "BØRNS",
+          "Adam Lambert",
+          "LÃ¥psley",
+          "ZHU",
+          "Tinashe",
+          "Sigma",
+          "Route 94",
+          "Rixton",
+          "Pharrell Williams",
+          "KALEO",
+          "Lemaitre",
+          "Paloma Faith",
+          "The Strumbellas",
+          "Calum Scott",
+          "Astrid S",
+          "Anne-Marie",
+          "Twenty One Pilots",
+          "Troye Sivan",
+          "Thomas Rhett",
+          "Tame Impala",
+          "Luke Christopher",
+          "Robin Schulz",
+          "Rich Homie Quan",
+          "Philip George",
+          "Petit Biscuit",
+          "Oh Wonder",
+          "Martin Solveig",
+          "Peking Duk",
+          "Oliver Heldens",
+          "Bridgit Mendler",
+          "Naughty Boy",
+          "The Saturdays",
+          "The Neighbourhood",
+          "Storm Queen",
+          "Sebastian Ingrosso",
+          "Robin Thicke",
+          "Nelly",
+          "Michael Bublé",
+          "Wale",
+          "Lily Allen",
+          "Klangkarussell",
+          "John Newman",
+          "Ciara",
+          "CHVRCHES",
+          "Capital Cities",
+          "Tom Odell",
+          "Ylvis",
+          "O.T. Genasis",
+          "Kid Ink",
+          "Mr. Probz",
+          "MKTO",
+          "Milky Chance",
+          "Lilly Wood and The Prick",
+          "Klingande",
+          "Kiesza",
+          "Gorgon City",
+          "American Authors",
+          "G.R.L.",
+          "Echosmith",
+          "Cold War Kids",
+          "Charli XCX",
+          "Bobby Shmurda",
+          "Becky G",
+          "Young Thug"
+         ],
+         "categoryorder": "array",
+         "domain": [
+          0,
+          1
+         ],
+         "title": {
+          "text": "Artista"
+         }
+        },
+        "yaxis": {
+         "anchor": "x",
+         "domain": [
+          0,
+          1
+         ],
+         "title": {
+          "text": "Canciones"
+         }
+        }
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"96486e02-3b84-4d0e-84c3-826701015c31\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};                                    if (document.getElementById(\"96486e02-3b84-4d0e-84c3-826701015c31\")) {                    Plotly.newPlot(                        \"96486e02-3b84-4d0e-84c3-826701015c31\",                        [{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Taylor Swift\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Taylor Swift\",\"offsetgroup\":\"Taylor Swift\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Taylor Swift\"],\"xaxis\":\"x\",\"y\":[21],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Drake\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Drake\",\"offsetgroup\":\"Drake\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Drake\"],\"xaxis\":\"x\",\"y\":[18],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Calvin Harris\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Calvin Harris\",\"offsetgroup\":\"Calvin Harris\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Calvin Harris\"],\"xaxis\":\"x\",\"y\":[18],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rihanna\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rihanna\",\"offsetgroup\":\"Rihanna\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rihanna\"],\"xaxis\":\"x\",\"y\":[14],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ariana Grande\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ariana Grande\",\"offsetgroup\":\"Ariana Grande\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ariana Grande\"],\"xaxis\":\"x\",\"y\":[14],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bruno Mars\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bruno Mars\",\"offsetgroup\":\"Bruno Mars\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bruno Mars\"],\"xaxis\":\"x\",\"y\":[13],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Maroon 5\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Maroon 5\",\"offsetgroup\":\"Maroon 5\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Maroon 5\"],\"xaxis\":\"x\",\"y\":[11],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Post Malone\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Post Malone\",\"offsetgroup\":\"Post Malone\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Post Malone\"],\"xaxis\":\"x\",\"y\":[10],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jason Derulo\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jason Derulo\",\"offsetgroup\":\"Jason Derulo\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jason Derulo\"],\"xaxis\":\"x\",\"y\":[10],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ed Sheeran\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ed Sheeran\",\"offsetgroup\":\"Ed Sheeran\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ed Sheeran\"],\"xaxis\":\"x\",\"y\":[10],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Chris Brown\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Chris Brown\",\"offsetgroup\":\"Chris Brown\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Chris Brown\"],\"xaxis\":\"x\",\"y\":[10],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"One Direction\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"One Direction\",\"offsetgroup\":\"One Direction\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"One Direction\"],\"xaxis\":\"x\",\"y\":[9],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"David Guetta\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"David Guetta\",\"offsetgroup\":\"David Guetta\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"David Guetta\"],\"xaxis\":\"x\",\"y\":[9],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Katy Perry\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Katy Perry\",\"offsetgroup\":\"Katy Perry\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Katy Perry\"],\"xaxis\":\"x\",\"y\":[9],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kendrick Lamar\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kendrick Lamar\",\"offsetgroup\":\"Kendrick Lamar\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kendrick Lamar\"],\"xaxis\":\"x\",\"y\":[9],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kesha\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kesha\",\"offsetgroup\":\"Kesha\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kesha\"],\"xaxis\":\"x\",\"y\":[8],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Weeknd\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Weeknd\",\"offsetgroup\":\"The Weeknd\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Weeknd\"],\"xaxis\":\"x\",\"y\":[8],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Chainsmokers\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Chainsmokers\",\"offsetgroup\":\"The Chainsmokers\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Chainsmokers\"],\"xaxis\":\"x\",\"y\":[8],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Imagine Dragons\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Imagine Dragons\",\"offsetgroup\":\"Imagine Dragons\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Imagine Dragons\"],\"xaxis\":\"x\",\"y\":[8],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Coldplay\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Coldplay\",\"offsetgroup\":\"Coldplay\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Coldplay\"],\"xaxis\":\"x\",\"y\":[8],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Adele\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Adele\",\"offsetgroup\":\"Adele\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Adele\"],\"xaxis\":\"x\",\"y\":[7],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Selena Gomez\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Selena Gomez\",\"offsetgroup\":\"Selena Gomez\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Selena Gomez\"],\"xaxis\":\"x\",\"y\":[7],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Marshmello\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Marshmello\",\"offsetgroup\":\"Marshmello\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Marshmello\"],\"xaxis\":\"x\",\"y\":[7],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lana Del Rey\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lana Del Rey\",\"offsetgroup\":\"Lana Del Rey\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lana Del Rey\"],\"xaxis\":\"x\",\"y\":[7],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Avicii\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Avicii\",\"offsetgroup\":\"Avicii\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Avicii\"],\"xaxis\":\"x\",\"y\":[7],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Usher\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Usher\",\"offsetgroup\":\"Usher\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Usher\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Billie Eilish\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Billie Eilish\",\"offsetgroup\":\"Billie Eilish\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Billie Eilish\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lorde\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lorde\",\"offsetgroup\":\"Lorde\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lorde\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Trey Songz\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Trey Songz\",\"offsetgroup\":\"Trey Songz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Trey Songz\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Migos\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Migos\",\"offsetgroup\":\"Migos\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Migos\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Pitbull\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Pitbull\",\"offsetgroup\":\"Pitbull\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Pitbull\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lady Gaga\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lady Gaga\",\"offsetgroup\":\"Lady Gaga\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lady Gaga\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cardi B\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cardi B\",\"offsetgroup\":\"Cardi B\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cardi B\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Charlie Puth\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Charlie Puth\",\"offsetgroup\":\"Charlie Puth\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Charlie Puth\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Justin Bieber\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Justin Bieber\",\"offsetgroup\":\"Justin Bieber\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Justin Bieber\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Flo Rida\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Flo Rida\",\"offsetgroup\":\"Flo Rida\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Flo Rida\"],\"xaxis\":\"x\",\"y\":[6],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"George Ezra\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"George Ezra\",\"offsetgroup\":\"George Ezra\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"George Ezra\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Khalid\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Khalid\",\"offsetgroup\":\"Khalid\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Khalid\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Eminem\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Eminem\",\"offsetgroup\":\"Eminem\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Eminem\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Zedd\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Zedd\",\"offsetgroup\":\"Zedd\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Zedd\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Wayne\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Wayne\",\"offsetgroup\":\"Lil Wayne\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Wayne\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"DJ Khaled\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"DJ Khaled\",\"offsetgroup\":\"DJ Khaled\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"DJ Khaled\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Travis Scott\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Travis Scott\",\"offsetgroup\":\"Travis Scott\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Travis Scott\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"DJ Snake\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"DJ Snake\",\"offsetgroup\":\"DJ Snake\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"DJ Snake\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Beyonc\\u00e9\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Beyonc\\u00e9\",\"offsetgroup\":\"Beyonc\\u00e9\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Beyonc\\u00e9\"],\"xaxis\":\"x\",\"y\":[5],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sam Smith\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sam Smith\",\"offsetgroup\":\"Sam Smith\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sam Smith\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tove Lo\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tove Lo\",\"offsetgroup\":\"Tove Lo\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tove Lo\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"5 Seconds of Summer\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"5 Seconds of Summer\",\"offsetgroup\":\"5 Seconds of Summer\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"5 Seconds of Summer\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"B.o.B\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"B.o.B\",\"offsetgroup\":\"B.o.B\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"B.o.B\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The 1975\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The 1975\",\"offsetgroup\":\"The 1975\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The 1975\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Nicki Minaj\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Nicki Minaj\",\"offsetgroup\":\"Nicki Minaj\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Nicki Minaj\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sia\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sia\",\"offsetgroup\":\"Sia\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sia\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"OneRepublic\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"OneRepublic\",\"offsetgroup\":\"OneRepublic\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"OneRepublic\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Hailee Steinfeld\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Hailee Steinfeld\",\"offsetgroup\":\"Hailee Steinfeld\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Hailee Steinfeld\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Shawn Mendes\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Shawn Mendes\",\"offsetgroup\":\"Shawn Mendes\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Shawn Mendes\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"P!nk\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"P!nk\",\"offsetgroup\":\"P!nk\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"P!nk\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ellie Goulding\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ellie Goulding\",\"offsetgroup\":\"Ellie Goulding\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ellie Goulding\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Miley Cyrus\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Miley Cyrus\",\"offsetgroup\":\"Miley Cyrus\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Miley Cyrus\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Justin Timberlake\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Justin Timberlake\",\"offsetgroup\":\"Justin Timberlake\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Justin Timberlake\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rae Sremmurd\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rae Sremmurd\",\"offsetgroup\":\"Rae Sremmurd\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rae Sremmurd\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"X Ambassadors\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"X Ambassadors\",\"offsetgroup\":\"X Ambassadors\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"X Ambassadors\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Disclosure\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Disclosure\",\"offsetgroup\":\"Disclosure\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Disclosure\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Wiz Khalifa\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Wiz Khalifa\",\"offsetgroup\":\"Wiz Khalifa\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Wiz Khalifa\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"G-Eazy\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"G-Eazy\",\"offsetgroup\":\"G-Eazy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"G-Eazy\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kygo\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kygo\",\"offsetgroup\":\"Kygo\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kygo\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"XXXTENTACION\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"XXXTENTACION\",\"offsetgroup\":\"XXXTENTACION\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"XXXTENTACION\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Swedish House Mafia\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Swedish House Mafia\",\"offsetgroup\":\"Swedish House Mafia\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Swedish House Mafia\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Demi Lovato\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Demi Lovato\",\"offsetgroup\":\"Demi Lovato\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Demi Lovato\"],\"xaxis\":\"x\",\"y\":[4],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jeremih\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jeremih\",\"offsetgroup\":\"Jeremih\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jeremih\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tyga\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tyga\",\"offsetgroup\":\"Tyga\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tyga\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bastille\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bastille\",\"offsetgroup\":\"Bastille\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bastille\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Childish Gambino\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Childish Gambino\",\"offsetgroup\":\"Childish Gambino\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Childish Gambino\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kanye West\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kanye West\",\"offsetgroup\":\"Kanye West\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kanye West\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Frank Ocean\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Frank Ocean\",\"offsetgroup\":\"Frank Ocean\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Frank Ocean\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"LMFAO\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"LMFAO\",\"offsetgroup\":\"LMFAO\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"LMFAO\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Lumineers\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Lumineers\",\"offsetgroup\":\"The Lumineers\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Lumineers\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Clean Bandit\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Clean Bandit\",\"offsetgroup\":\"Clean Bandit\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Clean Bandit\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Olly Murs\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Olly Murs\",\"offsetgroup\":\"Olly Murs\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Olly Murs\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Arctic Monkeys\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Arctic Monkeys\",\"offsetgroup\":\"Arctic Monkeys\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Arctic Monkeys\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Macklemore & Ryan Lewis\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Macklemore & Ryan Lewis\",\"offsetgroup\":\"Macklemore & Ryan Lewis\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Macklemore & Ryan Lewis\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Paramore\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Paramore\",\"offsetgroup\":\"Paramore\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Paramore\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"ScHoolboy Q\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"ScHoolboy Q\",\"offsetgroup\":\"ScHoolboy Q\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"ScHoolboy Q\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Miguel\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Miguel\",\"offsetgroup\":\"Miguel\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Miguel\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Phillip Phillips\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Phillip Phillips\",\"offsetgroup\":\"Phillip Phillips\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Phillip Phillips\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rudimental\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rudimental\",\"offsetgroup\":\"Rudimental\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rudimental\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Major Lazer\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Major Lazer\",\"offsetgroup\":\"Major Lazer\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Major Lazer\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Britney Spears\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Britney Spears\",\"offsetgroup\":\"Britney Spears\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Britney Spears\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Fetty Wap\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Fetty Wap\",\"offsetgroup\":\"Fetty Wap\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Fetty Wap\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tinie Tempah\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tinie Tempah\",\"offsetgroup\":\"Tinie Tempah\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tinie Tempah\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Train\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Train\",\"offsetgroup\":\"Train\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Train\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bryson Tiller\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bryson Tiller\",\"offsetgroup\":\"Bryson Tiller\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bryson Tiller\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Snakehips\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Snakehips\",\"offsetgroup\":\"Snakehips\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Snakehips\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"JAY-Z\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"JAY-Z\",\"offsetgroup\":\"JAY-Z\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"JAY-Z\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Taio Cruz\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Taio Cruz\",\"offsetgroup\":\"Taio Cruz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Taio Cruz\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Nas X\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Nas X\",\"offsetgroup\":\"Lil Nas X\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Nas X\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ti\\u00ebsto\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ti\\u00ebsto\",\"offsetgroup\":\"Ti\\u00ebsto\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ti\\u00ebsto\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Wanted\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Wanted\",\"offsetgroup\":\"The Wanted\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Wanted\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"A Boogie Wit da Hoodie\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"A Boogie Wit da Hoodie\",\"offsetgroup\":\"A Boogie Wit da Hoodie\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"A Boogie Wit da Hoodie\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jonas Blue\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jonas Blue\",\"offsetgroup\":\"Jonas Blue\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jonas Blue\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Halsey\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Halsey\",\"offsetgroup\":\"Halsey\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Halsey\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Enrique Iglesias\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Enrique Iglesias\",\"offsetgroup\":\"Enrique Iglesias\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Enrique Iglesias\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dua Lipa\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dua Lipa\",\"offsetgroup\":\"Dua Lipa\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dua Lipa\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Black Eyed Peas\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Black Eyed Peas\",\"offsetgroup\":\"Black Eyed Peas\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Black Eyed Peas\"],\"xaxis\":\"x\",\"y\":[3],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Duke Dumont\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Duke Dumont\",\"offsetgroup\":\"Duke Dumont\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Duke Dumont\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Florida Georgia Line\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Florida Georgia Line\",\"offsetgroup\":\"Florida Georgia Line\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Florida Georgia Line\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"J. Cole\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"J. Cole\",\"offsetgroup\":\"J. Cole\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"J. Cole\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sigala\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sigala\",\"offsetgroup\":\"Sigala\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sigala\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"SAYGRACE\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"SAYGRACE\",\"offsetgroup\":\"SAYGRACE\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"SAYGRACE\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rob $tone\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rob $tone\",\"offsetgroup\":\"Rob $tone\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rob $tone\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"M\\u00d8\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"M\\u00d8\",\"offsetgroup\":\"M\\u00d8\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"M\\u00d8\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Fall Out Boy\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Fall Out Boy\",\"offsetgroup\":\"Fall Out Boy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Fall Out Boy\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Daft Punk\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Daft Punk\",\"offsetgroup\":\"Daft Punk\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Daft Punk\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Maggie Rogers\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Maggie Rogers\",\"offsetgroup\":\"Maggie Rogers\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Maggie Rogers\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Niall Horan\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Niall Horan\",\"offsetgroup\":\"Niall Horan\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Niall Horan\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Little Mix\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Little Mix\",\"offsetgroup\":\"Little Mix\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Little Mix\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ella Mai\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ella Mai\",\"offsetgroup\":\"Ella Mai\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ella Mai\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Years & Years\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Years & Years\",\"offsetgroup\":\"Years & Years\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Years & Years\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cheat Codes\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cheat Codes\",\"offsetgroup\":\"Cheat Codes\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cheat Codes\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"2 Chainz\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"2 Chainz\",\"offsetgroup\":\"2 Chainz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"2 Chainz\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"WALK THE MOON\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"WALK THE MOON\",\"offsetgroup\":\"WALK THE MOON\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"WALK THE MOON\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Daya\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Daya\",\"offsetgroup\":\"Daya\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Daya\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Fifth Harmony\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Fifth Harmony\",\"offsetgroup\":\"Fifth Harmony\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Fifth Harmony\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kodaline\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kodaline\",\"offsetgroup\":\"Kodaline\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kodaline\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Nico & Vinz\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Nico & Vinz\",\"offsetgroup\":\"Nico & Vinz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Nico & Vinz\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Meek Mill\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Meek Mill\",\"offsetgroup\":\"Meek Mill\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Meek Mill\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mark Ronson\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mark Ronson\",\"offsetgroup\":\"Mark Ronson\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mark Ronson\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Nick Jonas\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Nick Jonas\",\"offsetgroup\":\"Nick Jonas\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Nick Jonas\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Natalie La Rose\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Natalie La Rose\",\"offsetgroup\":\"Natalie La Rose\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Natalie La Rose\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kodak Black\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kodak Black\",\"offsetgroup\":\"Kodak Black\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kodak Black\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Meghan Trainor\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Meghan Trainor\",\"offsetgroup\":\"Meghan Trainor\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Meghan Trainor\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Aloe Blacc\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Aloe Blacc\",\"offsetgroup\":\"Aloe Blacc\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Aloe Blacc\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Logic\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Logic\",\"offsetgroup\":\"Logic\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Logic\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"John Legend\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"John Legend\",\"offsetgroup\":\"John Legend\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"John Legend\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Iggy Azalea\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Iggy Azalea\",\"offsetgroup\":\"Iggy Azalea\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Iggy Azalea\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Camila Cabello\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Camila Cabello\",\"offsetgroup\":\"Camila Cabello\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Camila Cabello\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Machine Gun Kelly\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Machine Gun Kelly\",\"offsetgroup\":\"Machine Gun Kelly\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Machine Gun Kelly\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Future\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Future\",\"offsetgroup\":\"Future\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Future\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Vance Joy\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Vance Joy\",\"offsetgroup\":\"Vance Joy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Vance Joy\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Alessia Cara\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Alessia Cara\",\"offsetgroup\":\"Alessia Cara\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Alessia Cara\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Big Sean\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Big Sean\",\"offsetgroup\":\"Big Sean\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Big Sean\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"will.i.am\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"will.i.am\",\"offsetgroup\":\"will.i.am\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"will.i.am\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Galantis\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Galantis\",\"offsetgroup\":\"Galantis\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Galantis\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"21 Savage\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"21 Savage\",\"offsetgroup\":\"21 Savage\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"21 Savage\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Vamps\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Vamps\",\"offsetgroup\":\"The Vamps\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Vamps\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Zara Larsson\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Zara Larsson\",\"offsetgroup\":\"Zara Larsson\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Zara Larsson\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Omarion\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Omarion\",\"offsetgroup\":\"Omarion\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Omarion\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mumford & Sons\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mumford & Sons\",\"offsetgroup\":\"Mumford & Sons\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mumford & Sons\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"6ix9ine\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"6ix9ine\",\"offsetgroup\":\"6ix9ine\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"6ix9ine\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Martin Garrix\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Martin Garrix\",\"offsetgroup\":\"Martin Garrix\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Martin Garrix\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sheppard\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sheppard\",\"offsetgroup\":\"Sheppard\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sheppard\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"3OH!3\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"3OH!3\",\"offsetgroup\":\"3OH!3\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"3OH!3\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jonas Brothers\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jonas Brothers\",\"offsetgroup\":\"Jonas Brothers\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jonas Brothers\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Waka Flocka Flame\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Waka Flocka Flame\",\"offsetgroup\":\"Waka Flocka Flame\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Waka Flocka Flame\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lupe Fiasco\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lupe Fiasco\",\"offsetgroup\":\"Lupe Fiasco\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lupe Fiasco\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ludacris\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ludacris\",\"offsetgroup\":\"Ludacris\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ludacris\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Gym Class Heroes\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Gym Class Heroes\",\"offsetgroup\":\"Gym Class Heroes\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Gym Class Heroes\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mike Posner\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mike Posner\",\"offsetgroup\":\"Mike Posner\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mike Posner\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Neon Trees\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Neon Trees\",\"offsetgroup\":\"Neon Trees\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Neon Trees\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Owl City\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Owl City\",\"offsetgroup\":\"Owl City\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Owl City\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Alesso\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Alesso\",\"offsetgroup\":\"Alesso\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Alesso\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Snoop Dogg\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Snoop Dogg\",\"offsetgroup\":\"Snoop Dogg\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Snoop Dogg\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Selena Gomez & The Scene\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Selena Gomez & The Scene\",\"offsetgroup\":\"Selena Gomez & The Scene\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Selena Gomez & The Scene\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rizzle Kicks\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rizzle Kicks\",\"offsetgroup\":\"Rizzle Kicks\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rizzle Kicks\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kelly Rowland\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kelly Rowland\",\"offsetgroup\":\"Kelly Rowland\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kelly Rowland\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sigrid\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sigrid\",\"offsetgroup\":\"Sigrid\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sigrid\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jason Aldean\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jason Aldean\",\"offsetgroup\":\"Jason Aldean\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jason Aldean\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Anuel AA\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Anuel AA\",\"offsetgroup\":\"Anuel AA\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Anuel AA\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jessie J\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jessie J\",\"offsetgroup\":\"Jessie J\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jessie J\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Timbaland\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Timbaland\",\"offsetgroup\":\"Timbaland\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Timbaland\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Labrinth\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Labrinth\",\"offsetgroup\":\"Labrinth\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Labrinth\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bad Bunny\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bad Bunny\",\"offsetgroup\":\"Bad Bunny\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bad Bunny\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Stromae\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Stromae\",\"offsetgroup\":\"Stromae\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Stromae\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Script\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Script\",\"offsetgroup\":\"The Script\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Script\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lizzo\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lizzo\",\"offsetgroup\":\"Lizzo\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lizzo\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Offset\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Offset\",\"offsetgroup\":\"Offset\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Offset\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Band Perry\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Band Perry\",\"offsetgroup\":\"The Band Perry\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Band Perry\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Edward Maya\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Edward Maya\",\"offsetgroup\":\"Edward Maya\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Edward Maya\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Of Monsters and Men\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Of Monsters and Men\",\"offsetgroup\":\"Of Monsters and Men\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Of Monsters and Men\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"MARINA\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"MARINA\",\"offsetgroup\":\"MARINA\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"MARINA\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"iann dior\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"iann dior\",\"offsetgroup\":\"iann dior\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"iann dior\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Example\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Example\",\"offsetgroup\":\"Example\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Example\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"fun.\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"fun.\",\"offsetgroup\":\"fun.\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"fun.\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Blake Shelton\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Blake Shelton\",\"offsetgroup\":\"Blake Shelton\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Blake Shelton\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lewis Capaldi\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lewis Capaldi\",\"offsetgroup\":\"Lewis Capaldi\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lewis Capaldi\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Icona Pop\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Icona Pop\",\"offsetgroup\":\"Icona Pop\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Icona Pop\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"DJ Fresh\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"DJ Fresh\",\"offsetgroup\":\"DJ Fresh\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"DJ Fresh\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Far East Movement\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Far East Movement\",\"offsetgroup\":\"Far East Movement\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Far East Movement\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Avril Lavigne\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Avril Lavigne\",\"offsetgroup\":\"Avril Lavigne\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Avril Lavigne\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Juice WRLD\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Juice WRLD\",\"offsetgroup\":\"Juice WRLD\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Juice WRLD\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Florence + The Machine\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Florence + The Machine\",\"offsetgroup\":\"Florence + The Machine\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Florence + The Machine\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jay Sean\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jay Sean\",\"offsetgroup\":\"Jay Sean\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jay Sean\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"John Mayer\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"John Mayer\",\"offsetgroup\":\"John Mayer\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"John Mayer\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Foster The People\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Foster The People\",\"offsetgroup\":\"Foster The People\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Foster The People\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lauv\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lauv\",\"offsetgroup\":\"Lauv\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lauv\"],\"xaxis\":\"x\",\"y\":[2],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Megan Thee Stallion\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Megan Thee Stallion\",\"offsetgroup\":\"Megan Thee Stallion\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Megan Thee Stallion\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kane Brown\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kane Brown\",\"offsetgroup\":\"Kane Brown\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kane Brown\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"A$AP Ferg\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"A$AP Ferg\",\"offsetgroup\":\"A$AP Ferg\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"A$AP Ferg\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Tecca\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Tecca\",\"offsetgroup\":\"Lil Tecca\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Tecca\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"MEDUZA\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"MEDUZA\",\"offsetgroup\":\"MEDUZA\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"MEDUZA\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"AJR\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"AJR\",\"offsetgroup\":\"AJR\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"AJR\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kehlani\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kehlani\",\"offsetgroup\":\"Kehlani\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kehlani\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Amin\\u00e9\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Amin\\u00e9\",\"offsetgroup\":\"Amin\\u00e9\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Amin\\u00e9\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Axwell /\\\\ Ingrosso\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Axwell /\\\\ Ingrosso\",\"offsetgroup\":\"Axwell /\\\\ Ingrosso\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Axwell /\\\\ Ingrosso\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Big Shaq\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Big Shaq\",\"offsetgroup\":\"Big Shaq\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Big Shaq\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ayo & Teo\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ayo & Teo\",\"offsetgroup\":\"Ayo & Teo\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ayo & Teo\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lunay\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lunay\",\"offsetgroup\":\"Lunay\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lunay\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jay Rock\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jay Rock\",\"offsetgroup\":\"Jay Rock\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jay Rock\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mustard\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mustard\",\"offsetgroup\":\"Mustard\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mustard\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"ZAYN\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"ZAYN\",\"offsetgroup\":\"ZAYN\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"ZAYN\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Young T & Bugsey\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Young T & Bugsey\",\"offsetgroup\":\"Young T & Bugsey\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Young T & Bugsey\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Wiley\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Wiley\",\"offsetgroup\":\"Wiley\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Wiley\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tyler, The Creator\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tyler, The Creator\",\"offsetgroup\":\"Tyler, The Creator\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tyler, The Creator\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Stormzy\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Stormzy\",\"offsetgroup\":\"Stormzy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Stormzy\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"James Arthur\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"James Arthur\",\"offsetgroup\":\"James Arthur\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"James Arthur\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"James TW\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"James TW\",\"offsetgroup\":\"James TW\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"James TW\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sech\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sech\",\"offsetgroup\":\"Sech\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sech\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Saweetie\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Saweetie\",\"offsetgroup\":\"Saweetie\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Saweetie\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kiiara\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kiiara\",\"offsetgroup\":\"Kiiara\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kiiara\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lukas Graham\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lukas Graham\",\"offsetgroup\":\"Lukas Graham\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lukas Graham\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sam Feldt\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sam Feldt\",\"offsetgroup\":\"Sam Feldt\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sam Feldt\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Marc E. Bassy\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Marc E. Bassy\",\"offsetgroup\":\"Marc E. Bassy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Marc E. Bassy\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Russ Millions\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Russ Millions\",\"offsetgroup\":\"Russ Millions\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Russ Millions\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Regard\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Regard\",\"offsetgroup\":\"Regard\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Regard\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mike Perry\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mike Perry\",\"offsetgroup\":\"Mike Perry\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mike Perry\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Queen\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Queen\",\"offsetgroup\":\"Queen\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Queen\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Polo G\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Polo G\",\"offsetgroup\":\"Polo G\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Polo G\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Olivia Holt\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Olivia Holt\",\"offsetgroup\":\"Olivia Holt\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Olivia Holt\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Paulo Londra\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Paulo Londra\",\"offsetgroup\":\"Paulo Londra\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Paulo Londra\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"blackbear\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"blackbear\",\"offsetgroup\":\"blackbear\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"blackbear\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Panic! At The Disco\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Panic! At The Disco\",\"offsetgroup\":\"Panic! At The Disco\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Panic! At The Disco\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"NSG\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"NSG\",\"offsetgroup\":\"NSG\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"NSG\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ruth B.\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ruth B.\",\"offsetgroup\":\"Ruth B.\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ruth B.\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Normani\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Normani\",\"offsetgroup\":\"Normani\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Normani\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Steve Aoki\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Steve Aoki\",\"offsetgroup\":\"Steve Aoki\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Steve Aoki\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Timeflies\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Timeflies\",\"offsetgroup\":\"Timeflies\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Timeflies\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"NLE Choppa\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"NLE Choppa\",\"offsetgroup\":\"NLE Choppa\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"NLE Choppa\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"PARTYNEXTDOOR\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"PARTYNEXTDOOR\",\"offsetgroup\":\"PARTYNEXTDOOR\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"PARTYNEXTDOOR\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"KYLE\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"KYLE\",\"offsetgroup\":\"KYLE\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"KYLE\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Joel Corry\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Joel Corry\",\"offsetgroup\":\"Joel Corry\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Joel Corry\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"benny blanco\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"benny blanco\",\"offsetgroup\":\"benny blanco\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"benny blanco\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Yo Gotti\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Yo Gotti\",\"offsetgroup\":\"Yo Gotti\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Yo Gotti\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Zay Hilfigerrr\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Zay Hilfigerrr\",\"offsetgroup\":\"Zay Hilfigerrr\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Zay Hilfigerrr\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sheck Wes\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sheck Wes\",\"offsetgroup\":\"Sheck Wes\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sheck Wes\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rich The Kid\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rich The Kid\",\"offsetgroup\":\"Rich The Kid\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rich The Kid\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"B Young\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"B Young\",\"offsetgroup\":\"B Young\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"B Young\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Piso 21\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Piso 21\",\"offsetgroup\":\"Piso 21\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Piso 21\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Banx & Ranx\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Banx & Ranx\",\"offsetgroup\":\"Banx & Ranx\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Banx & Ranx\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ozuna\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ozuna\",\"offsetgroup\":\"Ozuna\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ozuna\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bazzi\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bazzi\",\"offsetgroup\":\"Bazzi\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bazzi\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Nio Garcia\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Nio Garcia\",\"offsetgroup\":\"Nio Garcia\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Nio Garcia\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"NF\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"NF\",\"offsetgroup\":\"NF\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"NF\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"MK\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"MK\",\"offsetgroup\":\"MK\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"MK\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Maluma\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Maluma\",\"offsetgroup\":\"Maluma\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Maluma\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"BlocBoy JB\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"BlocBoy JB\",\"offsetgroup\":\"BlocBoy JB\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"BlocBoy JB\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jax Jones\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jax Jones\",\"offsetgroup\":\"Jax Jones\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jax Jones\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"M.O\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"M.O\",\"offsetgroup\":\"M.O\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"M.O\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cashmere Cat\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cashmere Cat\",\"offsetgroup\":\"Cashmere Cat\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cashmere Cat\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dan + Shay\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dan + Shay\",\"offsetgroup\":\"Dan + Shay\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dan + Shay\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dennis Lloyd\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dennis Lloyd\",\"offsetgroup\":\"Dennis Lloyd\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dennis Lloyd\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Loud Luxury\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Loud Luxury\",\"offsetgroup\":\"Loud Luxury\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Loud Luxury\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dynoro\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dynoro\",\"offsetgroup\":\"Dynoro\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dynoro\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Dicky\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Dicky\",\"offsetgroup\":\"Lil Dicky\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Dicky\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"EO\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"EO\",\"offsetgroup\":\"EO\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"EO\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Baby\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Baby\",\"offsetgroup\":\"Lil Baby\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Baby\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"FINNEAS\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"FINNEAS\",\"offsetgroup\":\"FINNEAS\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"FINNEAS\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"girl in red\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"girl in red\",\"offsetgroup\":\"girl in red\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"girl in red\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"King Princess\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"King Princess\",\"offsetgroup\":\"King Princess\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"King Princess\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Hugh Jackman\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Hugh Jackman\",\"offsetgroup\":\"Hugh Jackman\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Hugh Jackman\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"YG\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"YG\",\"offsetgroup\":\"YG\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"YG\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"AJ Tracey\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"AJ Tracey\",\"offsetgroup\":\"AJ Tracey\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"AJ Tracey\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"SZA\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"SZA\",\"offsetgroup\":\"SZA\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"SZA\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Shelley FKA DRAM\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Shelley FKA DRAM\",\"offsetgroup\":\"Shelley FKA DRAM\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Shelley FKA DRAM\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"French Montana\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"French Montana\",\"offsetgroup\":\"French Montana\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"French Montana\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Gesaffelstein\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Gesaffelstein\",\"offsetgroup\":\"Gesaffelstein\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Gesaffelstein\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Hayden James\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Hayden James\",\"offsetgroup\":\"Hayden James\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Hayden James\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Flipp Dinero\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Flipp Dinero\",\"offsetgroup\":\"Flipp Dinero\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Flipp Dinero\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dominic Fike\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dominic Fike\",\"offsetgroup\":\"Dominic Fike\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dominic Fike\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Janelle Mon\\u00e1e\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Janelle Mon\\u00e1e\",\"offsetgroup\":\"Janelle Mon\\u00e1e\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Janelle Mon\\u00e1e\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Liam Payne\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Liam Payne\",\"offsetgroup\":\"Liam Payne\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Liam Payne\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Doja Cat\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Doja Cat\",\"offsetgroup\":\"Doja Cat\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Doja Cat\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Peep\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Peep\",\"offsetgroup\":\"Lil Peep\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Peep\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Pump\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Pump\",\"offsetgroup\":\"Lil Pump\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Pump\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lil Uzi Vert\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lil Uzi Vert\",\"offsetgroup\":\"Lil Uzi Vert\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lil Uzi Vert\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dave\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dave\",\"offsetgroup\":\"Dave\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dave\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"DaBaby\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"DaBaby\",\"offsetgroup\":\"DaBaby\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"DaBaby\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"lovelytheband\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"lovelytheband\",\"offsetgroup\":\"lovelytheband\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"lovelytheband\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Luis Fonsi\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Luis Fonsi\",\"offsetgroup\":\"Luis Fonsi\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Luis Fonsi\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"BTS\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"BTS\",\"offsetgroup\":\"BTS\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"BTS\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Macklemore\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Macklemore\",\"offsetgroup\":\"Macklemore\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Macklemore\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Blueface\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Blueface\",\"offsetgroup\":\"Blueface\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Blueface\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"MGMT\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"MGMT\",\"offsetgroup\":\"MGMT\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"MGMT\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Playboi Carti\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Playboi Carti\",\"offsetgroup\":\"Playboi Carti\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Playboi Carti\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"PNAU\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"PNAU\",\"offsetgroup\":\"PNAU\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"PNAU\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Blanco Brown\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Blanco Brown\",\"offsetgroup\":\"Blanco Brown\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Blanco Brown\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"BLACKPINK\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"BLACKPINK\",\"offsetgroup\":\"BLACKPINK\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"BLACKPINK\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Portugal. The Man\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Portugal. The Man\",\"offsetgroup\":\"Portugal. The Man\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Portugal. The Man\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ashley O\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ashley O\",\"offsetgroup\":\"Ashley O\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ashley O\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Russ\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Russ\",\"offsetgroup\":\"Russ\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Russ\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sean Paul\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sean Paul\",\"offsetgroup\":\"Sean Paul\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sean Paul\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Garrett Nash\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Garrett Nash\",\"offsetgroup\":\"Garrett Nash\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Garrett Nash\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"MAGIC!\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"MAGIC!\",\"offsetgroup\":\"MAGIC!\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"MAGIC!\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Flume\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Flume\",\"offsetgroup\":\"Flume\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Flume\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Noah And The Whale\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Noah And The Whale\",\"offsetgroup\":\"Noah And The Whale\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Noah And The Whale\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Asaf Avidan\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Asaf Avidan\",\"offsetgroup\":\"Asaf Avidan\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Asaf Avidan\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"alt-J\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"alt-J\",\"offsetgroup\":\"alt-J\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"alt-J\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Alex Clare\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Alex Clare\",\"offsetgroup\":\"Alex Clare\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Alex Clare\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sak Noel\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sak Noel\",\"offsetgroup\":\"Sak Noel\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sak Noel\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Red Hot Chili Peppers\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Red Hot Chili Peppers\",\"offsetgroup\":\"Red Hot Chili Peppers\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Red Hot Chili Peppers\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Professor Green\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Professor Green\",\"offsetgroup\":\"Professor Green\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Professor Green\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Nickelback\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Nickelback\",\"offsetgroup\":\"Nickelback\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Nickelback\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Carly Rae Jepsen\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Carly Rae Jepsen\",\"offsetgroup\":\"Carly Rae Jepsen\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Carly Rae Jepsen\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mann\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mann\",\"offsetgroup\":\"Mann\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mann\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mac Miller\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mac Miller\",\"offsetgroup\":\"Mac Miller\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mac Miller\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"M83\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"M83\",\"offsetgroup\":\"M83\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"M83\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lykke Li\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lykke Li\",\"offsetgroup\":\"Lykke Li\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lykke Li\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lady A\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lady A\",\"offsetgroup\":\"Lady A\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lady A\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Keri Hilson\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Keri Hilson\",\"offsetgroup\":\"Keri Hilson\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Keri Hilson\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Azealia Banks\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Azealia Banks\",\"offsetgroup\":\"Azealia Banks\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Azealia Banks\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Carrie Underwood\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Carrie Underwood\",\"offsetgroup\":\"Carrie Underwood\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Carrie Underwood\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Hot Chelle Rae\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Hot Chelle Rae\",\"offsetgroup\":\"Hot Chelle Rae\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Hot Chelle Rae\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Passion Pit\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Passion Pit\",\"offsetgroup\":\"Passion Pit\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Passion Pit\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"A$AP Rocky\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"A$AP Rocky\",\"offsetgroup\":\"A$AP Rocky\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"A$AP Rocky\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The xx\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The xx\",\"offsetgroup\":\"The xx\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The xx\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Skrillex\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Skrillex\",\"offsetgroup\":\"Skrillex\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Skrillex\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Robbie Williams\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Robbie Williams\",\"offsetgroup\":\"Robbie Williams\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Robbie Williams\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rita Ora\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rita Ora\",\"offsetgroup\":\"Rita Ora\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rita Ora\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"PSY\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"PSY\",\"offsetgroup\":\"PSY\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"PSY\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Otto Knows\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Otto Knows\",\"offsetgroup\":\"Otto Knows\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Otto Knows\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cher Lloyd\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cher Lloyd\",\"offsetgroup\":\"Cher Lloyd\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cher Lloyd\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Muse\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Muse\",\"offsetgroup\":\"Muse\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Muse\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Linkin Park\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Linkin Park\",\"offsetgroup\":\"Linkin Park\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Linkin Park\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Karmin\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Karmin\",\"offsetgroup\":\"Karmin\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Karmin\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Grimes\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Grimes\",\"offsetgroup\":\"Grimes\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Grimes\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Gotye\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Gotye\",\"offsetgroup\":\"Gotye\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Gotye\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"DEV\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"DEV\",\"offsetgroup\":\"DEV\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"DEV\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jennifer Lopez\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jennifer Lopez\",\"offsetgroup\":\"Jennifer Lopez\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jennifer Lopez\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Grouplove\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Grouplove\",\"offsetgroup\":\"Grouplove\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Grouplove\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Baauer\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Baauer\",\"offsetgroup\":\"Baauer\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Baauer\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kris Allen\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kris Allen\",\"offsetgroup\":\"Kris Allen\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kris Allen\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sean Kingston\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sean Kingston\",\"offsetgroup\":\"Sean Kingston\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sean Kingston\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Scouting For Girls\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Scouting For Girls\",\"offsetgroup\":\"Scouting For Girls\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Scouting For Girls\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sara Bareilles\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sara Bareilles\",\"offsetgroup\":\"Sara Bareilles\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sara Bareilles\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Robyn\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Robyn\",\"offsetgroup\":\"Robyn\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Robyn\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Plan B\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Plan B\",\"offsetgroup\":\"Plan B\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Plan B\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Matt Cardle\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Matt Cardle\",\"offsetgroup\":\"Matt Cardle\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Matt Cardle\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"K'NAAN\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"K'NAAN\",\"offsetgroup\":\"K'NAAN\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"K'NAAN\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sugarland\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sugarland\",\"offsetgroup\":\"Sugarland\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sugarland\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Iyaz\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Iyaz\",\"offsetgroup\":\"Iyaz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Iyaz\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"INNA\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"INNA\",\"offsetgroup\":\"INNA\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"INNA\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Eliza Doolittle\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Eliza Doolittle\",\"offsetgroup\":\"Eliza Doolittle\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Eliza Doolittle\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Duck Sauce\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Duck Sauce\",\"offsetgroup\":\"Duck Sauce\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Duck Sauce\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"CeeLo Green\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"CeeLo Green\",\"offsetgroup\":\"CeeLo Green\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"CeeLo Green\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cali Swag District\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cali Swag District\",\"offsetgroup\":\"Cali Swag District\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cali Swag District\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sidney Samson\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sidney Samson\",\"offsetgroup\":\"Sidney Samson\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sidney Samson\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Take That\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Take That\",\"offsetgroup\":\"Take That\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Take That\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Eric Church\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Eric Church\",\"offsetgroup\":\"Eric Church\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Eric Church\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bon Iver\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bon Iver\",\"offsetgroup\":\"Bon Iver\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bon Iver\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Dr. Dre\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Dr. Dre\",\"offsetgroup\":\"Dr. Dre\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Dr. Dre\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Diddy - Dirty Money\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Diddy - Dirty Money\",\"offsetgroup\":\"Diddy - Dirty Money\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Diddy - Dirty Money\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cobra Starship\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cobra Starship\",\"offsetgroup\":\"Cobra Starship\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cobra Starship\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Christina Perri\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Christina Perri\",\"offsetgroup\":\"Christina Perri\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Christina Perri\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Chip\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Chip\",\"offsetgroup\":\"Chip\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Chip\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Chase & Status\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Chase & Status\",\"offsetgroup\":\"Chase & Status\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Chase & Status\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Birdy\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Birdy\",\"offsetgroup\":\"Birdy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Birdy\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tim Berg\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tim Berg\",\"offsetgroup\":\"Tim Berg\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tim Berg\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bad Meets Evil\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bad Meets Evil\",\"offsetgroup\":\"Bad Meets Evil\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bad Meets Evil\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Alexandra Stan\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Alexandra Stan\",\"offsetgroup\":\"Alexandra Stan\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Alexandra Stan\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Young Money\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Young Money\",\"offsetgroup\":\"Young Money\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Young Money\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Yolanda Be Cool\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Yolanda Be Cool\",\"offsetgroup\":\"Yolanda Be Cool\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Yolanda Be Cool\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Two Door Cinema Club\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Two Door Cinema Club\",\"offsetgroup\":\"Two Door Cinema Club\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Two Door Cinema Club\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Travie McCoy\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Travie McCoy\",\"offsetgroup\":\"Travie McCoy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Travie McCoy\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"AWOLNATION\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"AWOLNATION\",\"offsetgroup\":\"AWOLNATION\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"AWOLNATION\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bingo Players\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bingo Players\",\"offsetgroup\":\"Bingo Players\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bingo Players\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"DNCE\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"DNCE\",\"offsetgroup\":\"DNCE\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"DNCE\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Andy Grammer\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Andy Grammer\",\"offsetgroup\":\"Andy Grammer\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Andy Grammer\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jidenna\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jidenna\",\"offsetgroup\":\"Jidenna\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jidenna\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Jack \\u00dc\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Jack \\u00dc\",\"offsetgroup\":\"Jack \\u00dc\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Jack \\u00dc\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Hozier\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Hozier\",\"offsetgroup\":\"Hozier\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Hozier\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Foals\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Foals\",\"offsetgroup\":\"Foals\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Foals\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Deorro\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Deorro\",\"offsetgroup\":\"Deorro\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Deorro\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"B\\u00d8RNS\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"B\\u00d8RNS\",\"offsetgroup\":\"B\\u00d8RNS\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"B\\u00d8RNS\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Adam Lambert\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Adam Lambert\",\"offsetgroup\":\"Adam Lambert\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Adam Lambert\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"L\\u00e5psley\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"L\\u00e5psley\",\"offsetgroup\":\"L\\u00e5psley\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"L\\u00e5psley\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"ZHU\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"ZHU\",\"offsetgroup\":\"ZHU\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"ZHU\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tinashe\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tinashe\",\"offsetgroup\":\"Tinashe\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tinashe\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sigma\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sigma\",\"offsetgroup\":\"Sigma\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sigma\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Route 94\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Route 94\",\"offsetgroup\":\"Route 94\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Route 94\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rixton\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rixton\",\"offsetgroup\":\"Rixton\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rixton\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Pharrell Williams\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Pharrell Williams\",\"offsetgroup\":\"Pharrell Williams\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Pharrell Williams\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"KALEO\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"KALEO\",\"offsetgroup\":\"KALEO\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"KALEO\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lemaitre\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lemaitre\",\"offsetgroup\":\"Lemaitre\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lemaitre\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Paloma Faith\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Paloma Faith\",\"offsetgroup\":\"Paloma Faith\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Paloma Faith\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Strumbellas\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Strumbellas\",\"offsetgroup\":\"The Strumbellas\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Strumbellas\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Calum Scott\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Calum Scott\",\"offsetgroup\":\"Calum Scott\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Calum Scott\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Astrid S\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Astrid S\",\"offsetgroup\":\"Astrid S\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Astrid S\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Anne-Marie\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Anne-Marie\",\"offsetgroup\":\"Anne-Marie\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Anne-Marie\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Twenty One Pilots\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Twenty One Pilots\",\"offsetgroup\":\"Twenty One Pilots\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Twenty One Pilots\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Troye Sivan\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Troye Sivan\",\"offsetgroup\":\"Troye Sivan\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Troye Sivan\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Thomas Rhett\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Thomas Rhett\",\"offsetgroup\":\"Thomas Rhett\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Thomas Rhett\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tame Impala\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tame Impala\",\"offsetgroup\":\"Tame Impala\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tame Impala\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Luke Christopher\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Luke Christopher\",\"offsetgroup\":\"Luke Christopher\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Luke Christopher\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Robin Schulz\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Robin Schulz\",\"offsetgroup\":\"Robin Schulz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Robin Schulz\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Rich Homie Quan\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Rich Homie Quan\",\"offsetgroup\":\"Rich Homie Quan\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Rich Homie Quan\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Philip George\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Philip George\",\"offsetgroup\":\"Philip George\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Philip George\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Petit Biscuit\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Petit Biscuit\",\"offsetgroup\":\"Petit Biscuit\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Petit Biscuit\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Oh Wonder\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Oh Wonder\",\"offsetgroup\":\"Oh Wonder\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Oh Wonder\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Martin Solveig\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Martin Solveig\",\"offsetgroup\":\"Martin Solveig\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Martin Solveig\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Peking Duk\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Peking Duk\",\"offsetgroup\":\"Peking Duk\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Peking Duk\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Oliver Heldens\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Oliver Heldens\",\"offsetgroup\":\"Oliver Heldens\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Oliver Heldens\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bridgit Mendler\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bridgit Mendler\",\"offsetgroup\":\"Bridgit Mendler\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bridgit Mendler\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Naughty Boy\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Naughty Boy\",\"offsetgroup\":\"Naughty Boy\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Naughty Boy\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Saturdays\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Saturdays\",\"offsetgroup\":\"The Saturdays\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Saturdays\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"The Neighbourhood\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"The Neighbourhood\",\"offsetgroup\":\"The Neighbourhood\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"The Neighbourhood\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Storm Queen\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Storm Queen\",\"offsetgroup\":\"Storm Queen\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Storm Queen\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Sebastian Ingrosso\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Sebastian Ingrosso\",\"offsetgroup\":\"Sebastian Ingrosso\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Sebastian Ingrosso\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Robin Thicke\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Robin Thicke\",\"offsetgroup\":\"Robin Thicke\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Robin Thicke\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Nelly\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Nelly\",\"offsetgroup\":\"Nelly\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Nelly\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Michael Bubl\\u00e9\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Michael Bubl\\u00e9\",\"offsetgroup\":\"Michael Bubl\\u00e9\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Michael Bubl\\u00e9\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Wale\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Wale\",\"offsetgroup\":\"Wale\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Wale\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lily Allen\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lily Allen\",\"offsetgroup\":\"Lily Allen\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lily Allen\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Klangkarussell\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Klangkarussell\",\"offsetgroup\":\"Klangkarussell\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Klangkarussell\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"John Newman\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"John Newman\",\"offsetgroup\":\"John Newman\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"John Newman\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ciara\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ciara\",\"offsetgroup\":\"Ciara\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ciara\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"CHVRCHES\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"CHVRCHES\",\"offsetgroup\":\"CHVRCHES\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"CHVRCHES\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Capital Cities\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Capital Cities\",\"offsetgroup\":\"Capital Cities\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Capital Cities\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Tom Odell\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Tom Odell\",\"offsetgroup\":\"Tom Odell\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Tom Odell\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Ylvis\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Ylvis\",\"offsetgroup\":\"Ylvis\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Ylvis\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"O.T. Genasis\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"O.T. Genasis\",\"offsetgroup\":\"O.T. Genasis\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"O.T. Genasis\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kid Ink\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kid Ink\",\"offsetgroup\":\"Kid Ink\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kid Ink\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Mr. Probz\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Mr. Probz\",\"offsetgroup\":\"Mr. Probz\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Mr. Probz\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"MKTO\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"MKTO\",\"offsetgroup\":\"MKTO\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"MKTO\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Milky Chance\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Milky Chance\",\"offsetgroup\":\"Milky Chance\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Milky Chance\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Lilly Wood and The Prick\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Lilly Wood and The Prick\",\"offsetgroup\":\"Lilly Wood and The Prick\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Lilly Wood and The Prick\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Klingande\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Klingande\",\"offsetgroup\":\"Klingande\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Klingande\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Kiesza\",\"marker\":{\"color\":\"#FFA15A\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Kiesza\",\"offsetgroup\":\"Kiesza\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Kiesza\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Gorgon City\",\"marker\":{\"color\":\"#19d3f3\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Gorgon City\",\"offsetgroup\":\"Gorgon City\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Gorgon City\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"American Authors\",\"marker\":{\"color\":\"#FF6692\",\"pattern\":{\"shape\":\"\"}},\"name\":\"American Authors\",\"offsetgroup\":\"American Authors\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"American Authors\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"G.R.L.\",\"marker\":{\"color\":\"#B6E880\",\"pattern\":{\"shape\":\"\"}},\"name\":\"G.R.L.\",\"offsetgroup\":\"G.R.L.\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"G.R.L.\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Echosmith\",\"marker\":{\"color\":\"#FF97FF\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Echosmith\",\"offsetgroup\":\"Echosmith\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Echosmith\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Cold War Kids\",\"marker\":{\"color\":\"#FECB52\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Cold War Kids\",\"offsetgroup\":\"Cold War Kids\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Cold War Kids\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Charli XCX\",\"marker\":{\"color\":\"#636efa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Charli XCX\",\"offsetgroup\":\"Charli XCX\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Charli XCX\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Bobby Shmurda\",\"marker\":{\"color\":\"#EF553B\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Bobby Shmurda\",\"offsetgroup\":\"Bobby Shmurda\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Bobby Shmurda\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Becky G\",\"marker\":{\"color\":\"#00cc96\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Becky G\",\"offsetgroup\":\"Becky G\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Becky G\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"},{\"alignmentgroup\":\"True\",\"hovertemplate\":\"Artista=%{x}<br>Canciones=%{y}<extra></extra>\",\"legendgroup\":\"Young Thug\",\"marker\":{\"color\":\"#ab63fa\",\"pattern\":{\"shape\":\"\"}},\"name\":\"Young Thug\",\"offsetgroup\":\"Young Thug\",\"orientation\":\"v\",\"showlegend\":true,\"textposition\":\"auto\",\"x\":[\"Young Thug\"],\"xaxis\":\"x\",\"y\":[1],\"yaxis\":\"y\",\"type\":\"bar\"}],                        {\"template\":{\"data\":{\"histogram2dcontour\":[{\"type\":\"histogram2dcontour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"choropleth\":[{\"type\":\"choropleth\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"histogram2d\":[{\"type\":\"histogram2d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmap\":[{\"type\":\"heatmap\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmapgl\":[{\"type\":\"heatmapgl\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"type\":\"contourcarpet\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"contour\":[{\"type\":\"contour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"surface\":[{\"type\":\"surface\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"mesh3d\":[{\"type\":\"mesh3d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"parcoords\":[{\"type\":\"parcoords\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatter3d\":[{\"type\":\"scatter3d\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}]},\"layout\":{\"autotypenumbers\":\"strict\",\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"hovermode\":\"closest\",\"hoverlabel\":{\"align\":\"left\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"bgcolor\":\"#E5ECF6\",\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"ternary\":{\"bgcolor\":\"#E5ECF6\",\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]]},\"xaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"yaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"geo\":{\"bgcolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"subunitcolor\":\"white\",\"showland\":true,\"showlakes\":true,\"lakecolor\":\"white\"},\"title\":{\"x\":0.05},\"mapbox\":{\"style\":\"light\"}}},\"xaxis\":{\"anchor\":\"y\",\"domain\":[0.0,1.0],\"title\":{\"text\":\"Artista\"},\"categoryorder\":\"array\",\"categoryarray\":[\"Taylor Swift\",\"Drake\",\"Calvin Harris\",\"Rihanna\",\"Ariana Grande\",\"Bruno Mars\",\"Maroon 5\",\"Post Malone\",\"Jason Derulo\",\"Ed Sheeran\",\"Chris Brown\",\"One Direction\",\"David Guetta\",\"Katy Perry\",\"Kendrick Lamar\",\"Kesha\",\"The Weeknd\",\"The Chainsmokers\",\"Imagine Dragons\",\"Coldplay\",\"Adele\",\"Selena Gomez\",\"Marshmello\",\"Lana Del Rey\",\"Avicii\",\"Usher\",\"Billie Eilish\",\"Lorde\",\"Trey Songz\",\"Migos\",\"Pitbull\",\"Lady Gaga\",\"Cardi B\",\"Charlie Puth\",\"Justin Bieber\",\"Flo Rida\",\"George Ezra\",\"Khalid\",\"Eminem\",\"Zedd\",\"Lil Wayne\",\"DJ Khaled\",\"Travis Scott\",\"DJ Snake\",\"Beyonc\\u00e9\",\"Sam Smith\",\"Tove Lo\",\"5 Seconds of Summer\",\"B.o.B\",\"The 1975\",\"Nicki Minaj\",\"Sia\",\"OneRepublic\",\"Hailee Steinfeld\",\"Shawn Mendes\",\"P!nk\",\"Ellie Goulding\",\"Miley Cyrus\",\"Justin Timberlake\",\"Rae Sremmurd\",\"X Ambassadors\",\"Disclosure\",\"Wiz Khalifa\",\"G-Eazy\",\"Kygo\",\"XXXTENTACION\",\"Swedish House Mafia\",\"Demi Lovato\",\"Jeremih\",\"Tyga\",\"Bastille\",\"Childish Gambino\",\"Kanye West\",\"Frank Ocean\",\"LMFAO\",\"The Lumineers\",\"Clean Bandit\",\"Olly Murs\",\"Arctic Monkeys\",\"Macklemore & Ryan Lewis\",\"Paramore\",\"ScHoolboy Q\",\"Miguel\",\"Phillip Phillips\",\"Rudimental\",\"Major Lazer\",\"Britney Spears\",\"Fetty Wap\",\"Tinie Tempah\",\"Train\",\"Bryson Tiller\",\"Snakehips\",\"JAY-Z\",\"Taio Cruz\",\"Lil Nas X\",\"Ti\\u00ebsto\",\"The Wanted\",\"A Boogie Wit da Hoodie\",\"Jonas Blue\",\"Halsey\",\"Enrique Iglesias\",\"Dua Lipa\",\"Black Eyed Peas\",\"Duke Dumont\",\"Florida Georgia Line\",\"J. Cole\",\"Sigala\",\"SAYGRACE\",\"Rob $tone\",\"M\\u00d8\",\"Fall Out Boy\",\"Daft Punk\",\"Maggie Rogers\",\"Niall Horan\",\"Little Mix\",\"Ella Mai\",\"Years & Years\",\"Cheat Codes\",\"2 Chainz\",\"WALK THE MOON\",\"Daya\",\"Fifth Harmony\",\"Kodaline\",\"Nico & Vinz\",\"Meek Mill\",\"Mark Ronson\",\"Nick Jonas\",\"Natalie La Rose\",\"Kodak Black\",\"Meghan Trainor\",\"Aloe Blacc\",\"Logic\",\"John Legend\",\"Iggy Azalea\",\"Camila Cabello\",\"Machine Gun Kelly\",\"Future\",\"Vance Joy\",\"Alessia Cara\",\"Big Sean\",\"will.i.am\",\"Galantis\",\"21 Savage\",\"The Vamps\",\"Zara Larsson\",\"Omarion\",\"Mumford & Sons\",\"6ix9ine\",\"Martin Garrix\",\"Sheppard\",\"3OH!3\",\"Jonas Brothers\",\"Waka Flocka Flame\",\"Lupe Fiasco\",\"Ludacris\",\"Gym Class Heroes\",\"Mike Posner\",\"Neon Trees\",\"Owl City\",\"Alesso\",\"Snoop Dogg\",\"Selena Gomez & The Scene\",\"Rizzle Kicks\",\"Kelly Rowland\",\"Sigrid\",\"Jason Aldean\",\"Anuel AA\",\"Jessie J\",\"Timbaland\",\"Labrinth\",\"Bad Bunny\",\"Stromae\",\"The Script\",\"Lizzo\",\"Offset\",\"The Band Perry\",\"Edward Maya\",\"Of Monsters and Men\",\"MARINA\",\"iann dior\",\"Example\",\"fun.\",\"Blake Shelton\",\"Lewis Capaldi\",\"Icona Pop\",\"DJ Fresh\",\"Far East Movement\",\"Avril Lavigne\",\"Juice WRLD\",\"Florence + The Machine\",\"Jay Sean\",\"John Mayer\",\"Foster The People\",\"Lauv\",\"Megan Thee Stallion\",\"Kane Brown\",\"A$AP Ferg\",\"Lil Tecca\",\"MEDUZA\",\"AJR\",\"Kehlani\",\"Amin\\u00e9\",\"Axwell /\\\\ Ingrosso\",\"Big Shaq\",\"Ayo & Teo\",\"Lunay\",\"Jay Rock\",\"Mustard\",\"ZAYN\",\"Young T & Bugsey\",\"Wiley\",\"Tyler, The Creator\",\"Stormzy\",\"James Arthur\",\"James TW\",\"Sech\",\"Saweetie\",\"Kiiara\",\"Lukas Graham\",\"Sam Feldt\",\"Marc E. Bassy\",\"Russ Millions\",\"Regard\",\"Mike Perry\",\"Queen\",\"Polo G\",\"Olivia Holt\",\"Paulo Londra\",\"blackbear\",\"Panic! At The Disco\",\"NSG\",\"Ruth B.\",\"Normani\",\"Steve Aoki\",\"Timeflies\",\"NLE Choppa\",\"PARTYNEXTDOOR\",\"KYLE\",\"Joel Corry\",\"benny blanco\",\"Yo Gotti\",\"Zay Hilfigerrr\",\"Sheck Wes\",\"Rich The Kid\",\"B Young\",\"Piso 21\",\"Banx & Ranx\",\"Ozuna\",\"Bazzi\",\"Nio Garcia\",\"NF\",\"MK\",\"Maluma\",\"BlocBoy JB\",\"Jax Jones\",\"M.O\",\"Cashmere Cat\",\"Dan + Shay\",\"Dennis Lloyd\",\"Loud Luxury\",\"Dynoro\",\"Lil Dicky\",\"EO\",\"Lil Baby\",\"FINNEAS\",\"girl in red\",\"King Princess\",\"Hugh Jackman\",\"YG\",\"AJ Tracey\",\"SZA\",\"Shelley FKA DRAM\",\"French Montana\",\"Gesaffelstein\",\"Hayden James\",\"Flipp Dinero\",\"Dominic Fike\",\"Janelle Mon\\u00e1e\",\"Liam Payne\",\"Doja Cat\",\"Lil Peep\",\"Lil Pump\",\"Lil Uzi Vert\",\"Dave\",\"DaBaby\",\"lovelytheband\",\"Luis Fonsi\",\"BTS\",\"Macklemore\",\"Blueface\",\"MGMT\",\"Playboi Carti\",\"PNAU\",\"Blanco Brown\",\"BLACKPINK\",\"Portugal. The Man\",\"Ashley O\",\"Russ\",\"Sean Paul\",\"Garrett Nash\",\"MAGIC!\",\"Flume\",\"Noah And The Whale\",\"Asaf Avidan\",\"alt-J\",\"Alex Clare\",\"Sak Noel\",\"Red Hot Chili Peppers\",\"Professor Green\",\"Nickelback\",\"Carly Rae Jepsen\",\"Mann\",\"Mac Miller\",\"M83\",\"Lykke Li\",\"Lady A\",\"Keri Hilson\",\"Azealia Banks\",\"Carrie Underwood\",\"Hot Chelle Rae\",\"Passion Pit\",\"A$AP Rocky\",\"The xx\",\"Skrillex\",\"Robbie Williams\",\"Rita Ora\",\"PSY\",\"Otto Knows\",\"Cher Lloyd\",\"Muse\",\"Linkin Park\",\"Karmin\",\"Grimes\",\"Gotye\",\"DEV\",\"Jennifer Lopez\",\"Grouplove\",\"Baauer\",\"Kris Allen\",\"Sean Kingston\",\"Scouting For Girls\",\"Sara Bareilles\",\"Robyn\",\"Plan B\",\"Matt Cardle\",\"K'NAAN\",\"Sugarland\",\"Iyaz\",\"INNA\",\"Eliza Doolittle\",\"Duck Sauce\",\"CeeLo Green\",\"Cali Swag District\",\"Sidney Samson\",\"Take That\",\"Eric Church\",\"Bon Iver\",\"Dr. Dre\",\"Diddy - Dirty Money\",\"Cobra Starship\",\"Christina Perri\",\"Chip\",\"Chase & Status\",\"Birdy\",\"Tim Berg\",\"Bad Meets Evil\",\"Alexandra Stan\",\"Young Money\",\"Yolanda Be Cool\",\"Two Door Cinema Club\",\"Travie McCoy\",\"AWOLNATION\",\"Bingo Players\",\"DNCE\",\"Andy Grammer\",\"Jidenna\",\"Jack \\u00dc\",\"Hozier\",\"Foals\",\"Deorro\",\"B\\u00d8RNS\",\"Adam Lambert\",\"L\\u00e5psley\",\"ZHU\",\"Tinashe\",\"Sigma\",\"Route 94\",\"Rixton\",\"Pharrell Williams\",\"KALEO\",\"Lemaitre\",\"Paloma Faith\",\"The Strumbellas\",\"Calum Scott\",\"Astrid S\",\"Anne-Marie\",\"Twenty One Pilots\",\"Troye Sivan\",\"Thomas Rhett\",\"Tame Impala\",\"Luke Christopher\",\"Robin Schulz\",\"Rich Homie Quan\",\"Philip George\",\"Petit Biscuit\",\"Oh Wonder\",\"Martin Solveig\",\"Peking Duk\",\"Oliver Heldens\",\"Bridgit Mendler\",\"Naughty Boy\",\"The Saturdays\",\"The Neighbourhood\",\"Storm Queen\",\"Sebastian Ingrosso\",\"Robin Thicke\",\"Nelly\",\"Michael Bubl\\u00e9\",\"Wale\",\"Lily Allen\",\"Klangkarussell\",\"John Newman\",\"Ciara\",\"CHVRCHES\",\"Capital Cities\",\"Tom Odell\",\"Ylvis\",\"O.T. Genasis\",\"Kid Ink\",\"Mr. Probz\",\"MKTO\",\"Milky Chance\",\"Lilly Wood and The Prick\",\"Klingande\",\"Kiesza\",\"Gorgon City\",\"American Authors\",\"G.R.L.\",\"Echosmith\",\"Cold War Kids\",\"Charli XCX\",\"Bobby Shmurda\",\"Becky G\",\"Young Thug\"]},\"yaxis\":{\"anchor\":\"x\",\"domain\":[0.0,1.0],\"title\":{\"text\":\"Canciones\"}},\"legend\":{\"title\":{\"text\":\"Artista\"},\"tracegroupgap\":0},\"margin\":{\"t\":60},\"barmode\":\"relative\"},                        {\"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('96486e02-3b84-4d0e-84c3-826701015c31');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "grafico=px.bar(por_artista, x='Artista', y='Canciones', color='Artista')\n",
+    "grafico.show()\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "cb3cb8a3",
+   "metadata": {},
+   "source": [
+    "# Cantidad de canciones en el Top 100 de cada año entre 2010 a 2019 por artista¶"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "id": "ac68a8e6",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<style scoped>\n",
+       "    .dataframe tbody tr th:only-of-type {\n",
+       "        vertical-align: middle;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe tbody tr th {\n",
+       "        vertical-align: top;\n",
+       "    }\n",
+       "\n",
+       "    .dataframe thead th {\n",
+       "        text-align: right;\n",
+       "    }\n",
+       "</style>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Genero</th>\n",
+       "      <th>Canciones</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>dance pop</td>\n",
+       "      <td>361</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>pop</td>\n",
+       "      <td>57</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>atl hip hop</td>\n",
+       "      <td>39</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>art pop</td>\n",
+       "      <td>37</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>hip hop</td>\n",
+       "      <td>21</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>...</th>\n",
+       "      <td>...</td>\n",
+       "      <td>...</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>127</th>\n",
+       "      <td>french shoegaze</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>128</th>\n",
+       "      <td>new french touch</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>129</th>\n",
+       "      <td>hip pop</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>130</th>\n",
+       "      <td>australian psych</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>131</th>\n",
+       "      <td>uk drill</td>\n",
+       "      <td>1</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>132 rows × 2 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "               Genero  Canciones\n",
+       "0           dance pop        361\n",
+       "1                 pop         57\n",
+       "2         atl hip hop         39\n",
+       "3             art pop         37\n",
+       "4             hip hop         21\n",
+       "..                ...        ...\n",
+       "127   french shoegaze          1\n",
+       "128  new french touch          1\n",
+       "129           hip pop          1\n",
+       "130  australian psych          1\n",
+       "131          uk drill          1\n",
+       "\n",
+       "[132 rows x 2 columns]"
+      ]
+     },
+     "execution_count": 5,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "por_genero=df['top genre'].value_counts().rename_axis('Genero').reset_index(name='Canciones')\n",
+    "por_genero.style.hide_index() \n",
+    "por_genero"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "id": "c1ac8906",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "plotlyServerURL": "https://plot.ly"
+       },
+       "data": [
+        {
+         "domain": {
+          "x": [
+           0,
+           1
+          ],
+          "y": [
+           0,
+           1
+          ]
+         },
+         "hovertemplate": "Genero=%{label}<br>Canciones=%{value}<extra></extra>",
+         "labels": [
+          "dance pop",
+          "pop",
+          "atl hip hop",
+          "art pop",
+          "hip hop",
+          "boy band",
+          "canadian hip hop",
+          "edm",
+          "folk-pop",
+          "conscious hip hop",
+          "contemporary country",
+          "barbadian pop",
+          "big room",
+          "chicago rap",
+          "canadian pop",
+          "modern rock",
+          "modern alternative rock",
+          "latin",
+          "dfw rap",
+          "canadian contemporary r&b",
+          "melodic rap",
+          "emo rap",
+          "permanent wave",
+          "brostep",
+          "british soul",
+          "alt z",
+          "detroit hip hop",
+          "pop rap",
+          "electropop",
+          "gangster rap",
+          "australian dance",
+          "grime",
+          "candy pop",
+          "alternative r&b",
+          "indie pop rap",
+          "complextro",
+          "indie poptimism",
+          "baroque pop",
+          "cali rap",
+          "alternative dance",
+          "metropopolis",
+          "indietronica",
+          "afroswing",
+          "east coast hip hop",
+          "indie rock",
+          "neo mellow",
+          "indie pop",
+          "g funk",
+          "lgbtq+ hip hop",
+          "garage rock",
+          "deep groove house",
+          "dancefloor dnb",
+          "kentucky hip hop",
+          "new jersey rap",
+          "k-pop",
+          "uk hip hop",
+          "australian hip hop",
+          "modern folk rock",
+          "florida rap",
+          "black americana",
+          "neo soul",
+          "aussietronica",
+          "australian indie",
+          "memphis hip hop",
+          "san diego rap",
+          "emo",
+          "ohio hip hop",
+          "irish pop",
+          "electro",
+          "celtic rock",
+          "israeli pop",
+          "alternative rock",
+          "alternative metal",
+          "australian pop",
+          "reggae fusion",
+          "romanian house",
+          "asian american hip hop",
+          "destroy techno",
+          "belgian pop",
+          "pop soul",
+          "talent show",
+          "acoustic pop",
+          "dutch house",
+          "hawaiian hip hop",
+          "dirty south rap",
+          "basshall",
+          "london rap",
+          "idol",
+          "austrian pop",
+          "bedroom pop",
+          "social media pop",
+          "afrofuturism",
+          "comedy rap",
+          "colombian pop",
+          "rap",
+          "lilith",
+          "north carolina hip hop",
+          "alternative pop rock",
+          "dark clubbing",
+          "disco house",
+          "afro dancehall",
+          "argentine hip hop",
+          "classic rock",
+          "hollywood",
+          "canadian indie",
+          "danish pop",
+          "deep house",
+          "adult standards",
+          "tropical house",
+          "contemporary r&b",
+          "deep disco house",
+          "bubblegum dance",
+          "chill pop",
+          "comic",
+          "bass trap",
+          "nyc rap",
+          "la indie",
+          "downtempo",
+          "french indie pop",
+          "eau claire indie",
+          "german pop",
+          "dutch hip hop",
+          "electro house",
+          "indie folk",
+          "irish singer-songwriter",
+          "ghanaian hip hop",
+          "icelandic indie",
+          "french shoegaze",
+          "new french touch",
+          "hip pop",
+          "australian psych",
+          "uk drill"
+         ],
+         "legendgroup": "",
+         "name": "",
+         "showlegend": true,
+         "type": "pie",
+         "values": [
+          361,
+          57,
+          39,
+          37,
+          21,
+          21,
+          18,
+          17,
+          15,
+          14,
+          14,
+          14,
+          13,
+          13,
+          13,
+          13,
+          12,
+          10,
+          10,
+          10,
+          8,
+          8,
+          8,
+          8,
+          8,
+          8,
+          8,
+          7,
+          7,
+          6,
+          6,
+          6,
+          5,
+          5,
+          5,
+          5,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1
+         ]
+        }
+       ],
+       "layout": {
+        "height": 1800,
+        "legend": {
+         "tracegroupgap": 0
+        },
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "title": {
+         "text": "Cantidad de canciones en el Top 100 de cada año entre 2010 a 2019 por genero"
+        },
+        "width": 1000
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"5aef4062-f507-46d8-a111-1aabf3a0db5e\" class=\"plotly-graph-div\" style=\"height:1800px; width:1000px;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};                                    if (document.getElementById(\"5aef4062-f507-46d8-a111-1aabf3a0db5e\")) {                    Plotly.newPlot(                        \"5aef4062-f507-46d8-a111-1aabf3a0db5e\",                        [{\"domain\":{\"x\":[0.0,1.0],\"y\":[0.0,1.0]},\"hovertemplate\":\"Genero=%{label}<br>Canciones=%{value}<extra></extra>\",\"labels\":[\"dance pop\",\"pop\",\"atl hip hop\",\"art pop\",\"hip hop\",\"boy band\",\"canadian hip hop\",\"edm\",\"folk-pop\",\"conscious hip hop\",\"contemporary country\",\"barbadian pop\",\"big room\",\"chicago rap\",\"canadian pop\",\"modern rock\",\"modern alternative rock\",\"latin\",\"dfw rap\",\"canadian contemporary r&b\",\"melodic rap\",\"emo rap\",\"permanent wave\",\"brostep\",\"british soul\",\"alt z\",\"detroit hip hop\",\"pop rap\",\"electropop\",\"gangster rap\",\"australian dance\",\"grime\",\"candy pop\",\"alternative r&b\",\"indie pop rap\",\"complextro\",\"indie poptimism\",\"baroque pop\",\"cali rap\",\"alternative dance\",\"metropopolis\",\"indietronica\",\"afroswing\",\"east coast hip hop\",\"indie rock\",\"neo mellow\",\"indie pop\",\"g funk\",\"lgbtq+ hip hop\",\"garage rock\",\"deep groove house\",\"dancefloor dnb\",\"kentucky hip hop\",\"new jersey rap\",\"k-pop\",\"uk hip hop\",\"australian hip hop\",\"modern folk rock\",\"florida rap\",\"black americana\",\"neo soul\",\"aussietronica\",\"australian indie\",\"memphis hip hop\",\"san diego rap\",\"emo\",\"ohio hip hop\",\"irish pop\",\"electro\",\"celtic rock\",\"israeli pop\",\"alternative rock\",\"alternative metal\",\"australian pop\",\"reggae fusion\",\"romanian house\",\"asian american hip hop\",\"destroy techno\",\"belgian pop\",\"pop soul\",\"talent show\",\"acoustic pop\",\"dutch house\",\"hawaiian hip hop\",\"dirty south rap\",\"basshall\",\"london rap\",\"idol\",\"austrian pop\",\"bedroom pop\",\"social media pop\",\"afrofuturism\",\"comedy rap\",\"colombian pop\",\"rap\",\"lilith\",\"north carolina hip hop\",\"alternative pop rock\",\"dark clubbing\",\"disco house\",\"afro dancehall\",\"argentine hip hop\",\"classic rock\",\"hollywood\",\"canadian indie\",\"danish pop\",\"deep house\",\"adult standards\",\"tropical house\",\"contemporary r&b\",\"deep disco house\",\"bubblegum dance\",\"chill pop\",\"comic\",\"bass trap\",\"nyc rap\",\"la indie\",\"downtempo\",\"french indie pop\",\"eau claire indie\",\"german pop\",\"dutch hip hop\",\"electro house\",\"indie folk\",\"irish singer-songwriter\",\"ghanaian hip hop\",\"icelandic indie\",\"french shoegaze\",\"new french touch\",\"hip pop\",\"australian psych\",\"uk drill\"],\"legendgroup\":\"\",\"name\":\"\",\"showlegend\":true,\"values\":[361,57,39,37,21,21,18,17,15,14,14,14,13,13,13,13,12,10,10,10,8,8,8,8,8,8,8,7,7,6,6,6,5,5,5,5,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"type\":\"pie\"}],                        {\"template\":{\"data\":{\"histogram2dcontour\":[{\"type\":\"histogram2dcontour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"choropleth\":[{\"type\":\"choropleth\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"histogram2d\":[{\"type\":\"histogram2d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmap\":[{\"type\":\"heatmap\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmapgl\":[{\"type\":\"heatmapgl\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"type\":\"contourcarpet\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"contour\":[{\"type\":\"contour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"surface\":[{\"type\":\"surface\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"mesh3d\":[{\"type\":\"mesh3d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"parcoords\":[{\"type\":\"parcoords\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatter3d\":[{\"type\":\"scatter3d\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}]},\"layout\":{\"autotypenumbers\":\"strict\",\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"hovermode\":\"closest\",\"hoverlabel\":{\"align\":\"left\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"bgcolor\":\"#E5ECF6\",\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"ternary\":{\"bgcolor\":\"#E5ECF6\",\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]]},\"xaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"yaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"geo\":{\"bgcolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"subunitcolor\":\"white\",\"showland\":true,\"showlakes\":true,\"lakecolor\":\"white\"},\"title\":{\"x\":0.05},\"mapbox\":{\"style\":\"light\"}}},\"legend\":{\"tracegroupgap\":0},\"title\":{\"text\":\"Cantidad de canciones en el Top 100 de cada a\\u00f1o entre 2010 a 2019 por genero\"},\"height\":1800,\"width\":1000},                        {\"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('5aef4062-f507-46d8-a111-1aabf3a0db5e');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "torta = px.pie(por_genero, values='Canciones', names='Genero', title='Cantidad de canciones en el Top 100 de cada año entre 2010 a 2019 por genero', width=1000, height=1800)\n",
+    "torta.show()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "id": "872f02d9",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "linkText": "Export to plot.ly",
+        "plotlyServerURL": "https://plot.ly",
+        "showLink": true
+       },
+       "data": [
+        {
+         "labels": [
+          "dance pop",
+          "pop",
+          "atl hip hop",
+          "art pop",
+          "hip hop",
+          "boy band",
+          "canadian hip hop",
+          "edm",
+          "folk-pop",
+          "conscious hip hop",
+          "contemporary country",
+          "barbadian pop",
+          "big room",
+          "chicago rap",
+          "canadian pop",
+          "modern rock",
+          "modern alternative rock",
+          "latin",
+          "dfw rap",
+          "canadian contemporary r&b",
+          "melodic rap",
+          "emo rap",
+          "permanent wave",
+          "brostep",
+          "british soul",
+          "alt z",
+          "detroit hip hop",
+          "pop rap",
+          "electropop",
+          "gangster rap",
+          "australian dance",
+          "grime",
+          "candy pop",
+          "alternative r&b",
+          "indie pop rap",
+          "complextro",
+          "indie poptimism",
+          "baroque pop",
+          "cali rap",
+          "alternative dance",
+          "metropopolis",
+          "indietronica",
+          "afroswing",
+          "east coast hip hop",
+          "indie rock",
+          "neo mellow",
+          "indie pop",
+          "g funk",
+          "lgbtq+ hip hop",
+          "garage rock",
+          "deep groove house",
+          "dancefloor dnb",
+          "kentucky hip hop",
+          "new jersey rap",
+          "k-pop",
+          "uk hip hop",
+          "australian hip hop",
+          "modern folk rock",
+          "florida rap",
+          "black americana",
+          "neo soul",
+          "aussietronica",
+          "australian indie",
+          "memphis hip hop",
+          "san diego rap",
+          "emo",
+          "ohio hip hop",
+          "irish pop",
+          "electro",
+          "celtic rock",
+          "israeli pop",
+          "alternative rock",
+          "alternative metal",
+          "australian pop",
+          "reggae fusion",
+          "romanian house",
+          "asian american hip hop",
+          "destroy techno",
+          "belgian pop",
+          "pop soul",
+          "talent show",
+          "acoustic pop",
+          "dutch house",
+          "hawaiian hip hop",
+          "dirty south rap",
+          "basshall",
+          "london rap",
+          "idol",
+          "austrian pop",
+          "bedroom pop",
+          "social media pop",
+          "afrofuturism",
+          "comedy rap",
+          "colombian pop",
+          "rap",
+          "lilith",
+          "north carolina hip hop",
+          "alternative pop rock",
+          "dark clubbing",
+          "disco house",
+          "afro dancehall",
+          "argentine hip hop",
+          "classic rock",
+          "hollywood",
+          "canadian indie",
+          "danish pop",
+          "deep house",
+          "adult standards",
+          "tropical house",
+          "contemporary r&b",
+          "deep disco house",
+          "bubblegum dance",
+          "chill pop",
+          "comic",
+          "bass trap",
+          "nyc rap",
+          "la indie",
+          "downtempo",
+          "french indie pop",
+          "eau claire indie",
+          "german pop",
+          "dutch hip hop",
+          "electro house",
+          "indie folk",
+          "irish singer-songwriter",
+          "ghanaian hip hop",
+          "icelandic indie",
+          "french shoegaze",
+          "new french touch",
+          "hip pop",
+          "australian psych",
+          "uk drill"
+         ],
+         "marker": {
+          "colors": [
+           "rgba(255, 153, 51, 1.0)",
+           "rgba(55, 128, 191, 1.0)",
+           "rgba(50, 171, 96, 1.0)",
+           "rgba(128, 0, 128, 1.0)",
+           "rgba(219, 64, 82, 1.0)",
+           "rgba(0, 128, 128, 1.0)",
+           "rgba(255, 255, 51, 1.0)",
+           "rgba(128, 128, 0, 1.0)",
+           "rgba(251, 128, 114, 1.0)",
+           "rgba(128, 177, 211, 1.0)",
+           "rgba(128, 177, 211, 0.9393939393939394)",
+           "rgba(255, 153, 51, 0.9393939393939394)",
+           "rgba(55, 128, 191, 0.9393939393939394)",
+           "rgba(50, 171, 96, 0.9393939393939394)",
+           "rgba(128, 0, 128, 0.9393939393939394)",
+           "rgba(219, 64, 82, 0.9393939393939394)",
+           "rgba(0, 128, 128, 0.9393939393939394)",
+           "rgba(255, 255, 51, 0.9393939393939394)",
+           "rgba(128, 128, 0, 0.9393939393939394)",
+           "rgba(251, 128, 114, 0.9393939393939394)",
+           "rgba(251, 128, 114, 0.8787878787878787)",
+           "rgba(128, 177, 211, 0.8787878787878787)",
+           "rgba(255, 153, 51, 0.8787878787878787)",
+           "rgba(55, 128, 191, 0.8787878787878787)",
+           "rgba(50, 171, 96, 0.8787878787878787)",
+           "rgba(128, 0, 128, 0.8787878787878787)",
+           "rgba(219, 64, 82, 0.8787878787878787)",
+           "rgba(0, 128, 128, 0.8787878787878787)",
+           "rgba(255, 255, 51, 0.8787878787878787)",
+           "rgba(128, 128, 0, 0.8787878787878787)",
+           "rgba(128, 128, 0, 0.8181818181818181)",
+           "rgba(251, 128, 114, 0.8181818181818181)",
+           "rgba(128, 177, 211, 0.8181818181818181)",
+           "rgba(255, 153, 51, 0.8181818181818181)",
+           "rgba(55, 128, 191, 0.8181818181818181)",
+           "rgba(50, 171, 96, 0.8181818181818181)",
+           "rgba(128, 0, 128, 0.8181818181818181)",
+           "rgba(219, 64, 82, 0.8181818181818181)",
+           "rgba(0, 128, 128, 0.8181818181818181)",
+           "rgba(255, 255, 51, 0.8181818181818181)",
+           "rgba(255, 255, 51, 0.7575757575757576)",
+           "rgba(128, 128, 0, 0.7575757575757576)",
+           "rgba(251, 128, 114, 0.7575757575757576)",
+           "rgba(128, 177, 211, 0.7575757575757576)",
+           "rgba(255, 153, 51, 0.7575757575757576)",
+           "rgba(55, 128, 191, 0.7575757575757576)",
+           "rgba(50, 171, 96, 0.7575757575757576)",
+           "rgba(128, 0, 128, 0.7575757575757576)",
+           "rgba(219, 64, 82, 0.7575757575757576)",
+           "rgba(0, 128, 128, 0.7575757575757576)",
+           "rgba(0, 128, 128, 0.696969696969697)",
+           "rgba(255, 255, 51, 0.696969696969697)",
+           "rgba(128, 128, 0, 0.696969696969697)",
+           "rgba(251, 128, 114, 0.696969696969697)",
+           "rgba(128, 177, 211, 0.696969696969697)",
+           "rgba(255, 153, 51, 0.696969696969697)",
+           "rgba(55, 128, 191, 0.696969696969697)",
+           "rgba(50, 171, 96, 0.696969696969697)",
+           "rgba(128, 0, 128, 0.696969696969697)",
+           "rgba(219, 64, 82, 0.696969696969697)",
+           "rgba(219, 64, 82, 0.6363636363636362)",
+           "rgba(0, 128, 128, 0.6363636363636362)",
+           "rgba(255, 255, 51, 0.6363636363636362)",
+           "rgba(128, 128, 0, 0.6363636363636362)",
+           "rgba(251, 128, 114, 0.6363636363636362)",
+           "rgba(128, 177, 211, 0.6363636363636362)",
+           "rgba(255, 153, 51, 0.6363636363636362)",
+           "rgba(55, 128, 191, 0.6363636363636362)",
+           "rgba(50, 171, 96, 0.6363636363636362)",
+           "rgba(128, 0, 128, 0.6363636363636362)",
+           "rgba(128, 0, 128, 0.5757575757575757)",
+           "rgba(219, 64, 82, 0.5757575757575757)",
+           "rgba(0, 128, 128, 0.5757575757575757)",
+           "rgba(255, 255, 51, 0.5757575757575757)",
+           "rgba(128, 128, 0, 0.5757575757575757)",
+           "rgba(251, 128, 114, 0.5757575757575757)",
+           "rgba(128, 177, 211, 0.5757575757575757)",
+           "rgba(255, 153, 51, 0.5757575757575757)",
+           "rgba(55, 128, 191, 0.5757575757575757)",
+           "rgba(50, 171, 96, 0.5757575757575757)",
+           "rgba(50, 171, 96, 0.5151515151515151)",
+           "rgba(128, 0, 128, 0.5151515151515151)",
+           "rgba(219, 64, 82, 0.5151515151515151)",
+           "rgba(0, 128, 128, 0.5151515151515151)",
+           "rgba(255, 255, 51, 0.5151515151515151)",
+           "rgba(128, 128, 0, 0.5151515151515151)",
+           "rgba(251, 128, 114, 0.5151515151515151)",
+           "rgba(128, 177, 211, 0.5151515151515151)",
+           "rgba(255, 153, 51, 0.5151515151515151)",
+           "rgba(55, 128, 191, 0.5151515151515151)",
+           "rgba(55, 128, 191, 0.45454545454545464)",
+           "rgba(50, 171, 96, 0.45454545454545464)",
+           "rgba(128, 0, 128, 0.45454545454545464)",
+           "rgba(219, 64, 82, 0.45454545454545464)",
+           "rgba(0, 128, 128, 0.45454545454545464)",
+           "rgba(255, 255, 51, 0.45454545454545464)",
+           "rgba(128, 128, 0, 0.45454545454545464)",
+           "rgba(251, 128, 114, 0.45454545454545464)",
+           "rgba(128, 177, 211, 0.45454545454545464)",
+           "rgba(255, 153, 51, 0.45454545454545464)",
+           "rgba(255, 153, 51, 0.39393939393939387)",
+           "rgba(55, 128, 191, 0.39393939393939387)",
+           "rgba(50, 171, 96, 0.39393939393939387)",
+           "rgba(128, 0, 128, 0.39393939393939387)",
+           "rgba(219, 64, 82, 0.39393939393939387)",
+           "rgba(0, 128, 128, 0.39393939393939387)",
+           "rgba(255, 255, 51, 0.39393939393939387)",
+           "rgba(128, 128, 0, 0.39393939393939387)",
+           "rgba(251, 128, 114, 0.39393939393939387)",
+           "rgba(128, 177, 211, 0.39393939393939387)",
+           "rgba(128, 177, 211, 0.3333333333333333)",
+           "rgba(255, 153, 51, 0.3333333333333333)",
+           "rgba(55, 128, 191, 0.3333333333333333)",
+           "rgba(50, 171, 96, 0.3333333333333333)",
+           "rgba(128, 0, 128, 0.3333333333333333)",
+           "rgba(219, 64, 82, 0.3333333333333333)",
+           "rgba(0, 128, 128, 0.3333333333333333)",
+           "rgba(255, 255, 51, 0.3333333333333333)",
+           "rgba(128, 128, 0, 0.3333333333333333)",
+           "rgba(251, 128, 114, 0.3333333333333333)",
+           "rgba(251, 128, 114, 0.27272727272727276)",
+           "rgba(128, 177, 211, 0.27272727272727276)",
+           "rgba(255, 153, 51, 0.27272727272727276)",
+           "rgba(55, 128, 191, 0.27272727272727276)",
+           "rgba(50, 171, 96, 0.27272727272727276)",
+           "rgba(128, 0, 128, 0.27272727272727276)",
+           "rgba(219, 64, 82, 0.27272727272727276)",
+           "rgba(0, 128, 128, 0.27272727272727276)",
+           "rgba(255, 255, 51, 0.27272727272727276)",
+           "rgba(128, 128, 0, 0.27272727272727276)",
+           "rgba(128, 128, 0, 0.2121212121212122)",
+           "rgba(251, 128, 114, 0.2121212121212122)"
+          ]
+         },
+         "name": "",
+         "type": "pie",
+         "values": [
+          361,
+          57,
+          39,
+          37,
+          21,
+          21,
+          18,
+          17,
+          15,
+          14,
+          14,
+          14,
+          13,
+          13,
+          13,
+          13,
+          12,
+          10,
+          10,
+          10,
+          8,
+          8,
+          8,
+          8,
+          8,
+          8,
+          8,
+          7,
+          7,
+          6,
+          6,
+          6,
+          5,
+          5,
+          5,
+          5,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          4,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          3,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          2,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1,
+          1
+         ]
+        }
+       ],
+       "layout": {
+        "legend": {
+         "bgcolor": "#FFFFFF",
+         "font": {
+          "color": "#4D5663"
+         }
+        },
+        "paper_bgcolor": "#FFFFFF",
+        "plot_bgcolor": "#FFFFFF",
+        "titlefont": {
+         "color": "#4D5663"
+        }
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"16be0685-b89c-4b51-83d5-aff2c5666457\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};\n",
+       "                    window.PLOTLYENV.BASE_URL='https://plot.ly';                                    if (document.getElementById(\"16be0685-b89c-4b51-83d5-aff2c5666457\")) {                    Plotly.newPlot(                        \"16be0685-b89c-4b51-83d5-aff2c5666457\",                        [{\"labels\":[\"dance pop\",\"pop\",\"atl hip hop\",\"art pop\",\"hip hop\",\"boy band\",\"canadian hip hop\",\"edm\",\"folk-pop\",\"conscious hip hop\",\"contemporary country\",\"barbadian pop\",\"big room\",\"chicago rap\",\"canadian pop\",\"modern rock\",\"modern alternative rock\",\"latin\",\"dfw rap\",\"canadian contemporary r&b\",\"melodic rap\",\"emo rap\",\"permanent wave\",\"brostep\",\"british soul\",\"alt z\",\"detroit hip hop\",\"pop rap\",\"electropop\",\"gangster rap\",\"australian dance\",\"grime\",\"candy pop\",\"alternative r&b\",\"indie pop rap\",\"complextro\",\"indie poptimism\",\"baroque pop\",\"cali rap\",\"alternative dance\",\"metropopolis\",\"indietronica\",\"afroswing\",\"east coast hip hop\",\"indie rock\",\"neo mellow\",\"indie pop\",\"g funk\",\"lgbtq+ hip hop\",\"garage rock\",\"deep groove house\",\"dancefloor dnb\",\"kentucky hip hop\",\"new jersey rap\",\"k-pop\",\"uk hip hop\",\"australian hip hop\",\"modern folk rock\",\"florida rap\",\"black americana\",\"neo soul\",\"aussietronica\",\"australian indie\",\"memphis hip hop\",\"san diego rap\",\"emo\",\"ohio hip hop\",\"irish pop\",\"electro\",\"celtic rock\",\"israeli pop\",\"alternative rock\",\"alternative metal\",\"australian pop\",\"reggae fusion\",\"romanian house\",\"asian american hip hop\",\"destroy techno\",\"belgian pop\",\"pop soul\",\"talent show\",\"acoustic pop\",\"dutch house\",\"hawaiian hip hop\",\"dirty south rap\",\"basshall\",\"london rap\",\"idol\",\"austrian pop\",\"bedroom pop\",\"social media pop\",\"afrofuturism\",\"comedy rap\",\"colombian pop\",\"rap\",\"lilith\",\"north carolina hip hop\",\"alternative pop rock\",\"dark clubbing\",\"disco house\",\"afro dancehall\",\"argentine hip hop\",\"classic rock\",\"hollywood\",\"canadian indie\",\"danish pop\",\"deep house\",\"adult standards\",\"tropical house\",\"contemporary r&b\",\"deep disco house\",\"bubblegum dance\",\"chill pop\",\"comic\",\"bass trap\",\"nyc rap\",\"la indie\",\"downtempo\",\"french indie pop\",\"eau claire indie\",\"german pop\",\"dutch hip hop\",\"electro house\",\"indie folk\",\"irish singer-songwriter\",\"ghanaian hip hop\",\"icelandic indie\",\"french shoegaze\",\"new french touch\",\"hip pop\",\"australian psych\",\"uk drill\"],\"marker\":{\"colors\":[\"rgba(255, 153, 51, 1.0)\",\"rgba(55, 128, 191, 1.0)\",\"rgba(50, 171, 96, 1.0)\",\"rgba(128, 0, 128, 1.0)\",\"rgba(219, 64, 82, 1.0)\",\"rgba(0, 128, 128, 1.0)\",\"rgba(255, 255, 51, 1.0)\",\"rgba(128, 128, 0, 1.0)\",\"rgba(251, 128, 114, 1.0)\",\"rgba(128, 177, 211, 1.0)\",\"rgba(128, 177, 211, 0.9393939393939394)\",\"rgba(255, 153, 51, 0.9393939393939394)\",\"rgba(55, 128, 191, 0.9393939393939394)\",\"rgba(50, 171, 96, 0.9393939393939394)\",\"rgba(128, 0, 128, 0.9393939393939394)\",\"rgba(219, 64, 82, 0.9393939393939394)\",\"rgba(0, 128, 128, 0.9393939393939394)\",\"rgba(255, 255, 51, 0.9393939393939394)\",\"rgba(128, 128, 0, 0.9393939393939394)\",\"rgba(251, 128, 114, 0.9393939393939394)\",\"rgba(251, 128, 114, 0.8787878787878787)\",\"rgba(128, 177, 211, 0.8787878787878787)\",\"rgba(255, 153, 51, 0.8787878787878787)\",\"rgba(55, 128, 191, 0.8787878787878787)\",\"rgba(50, 171, 96, 0.8787878787878787)\",\"rgba(128, 0, 128, 0.8787878787878787)\",\"rgba(219, 64, 82, 0.8787878787878787)\",\"rgba(0, 128, 128, 0.8787878787878787)\",\"rgba(255, 255, 51, 0.8787878787878787)\",\"rgba(128, 128, 0, 0.8787878787878787)\",\"rgba(128, 128, 0, 0.8181818181818181)\",\"rgba(251, 128, 114, 0.8181818181818181)\",\"rgba(128, 177, 211, 0.8181818181818181)\",\"rgba(255, 153, 51, 0.8181818181818181)\",\"rgba(55, 128, 191, 0.8181818181818181)\",\"rgba(50, 171, 96, 0.8181818181818181)\",\"rgba(128, 0, 128, 0.8181818181818181)\",\"rgba(219, 64, 82, 0.8181818181818181)\",\"rgba(0, 128, 128, 0.8181818181818181)\",\"rgba(255, 255, 51, 0.8181818181818181)\",\"rgba(255, 255, 51, 0.7575757575757576)\",\"rgba(128, 128, 0, 0.7575757575757576)\",\"rgba(251, 128, 114, 0.7575757575757576)\",\"rgba(128, 177, 211, 0.7575757575757576)\",\"rgba(255, 153, 51, 0.7575757575757576)\",\"rgba(55, 128, 191, 0.7575757575757576)\",\"rgba(50, 171, 96, 0.7575757575757576)\",\"rgba(128, 0, 128, 0.7575757575757576)\",\"rgba(219, 64, 82, 0.7575757575757576)\",\"rgba(0, 128, 128, 0.7575757575757576)\",\"rgba(0, 128, 128, 0.696969696969697)\",\"rgba(255, 255, 51, 0.696969696969697)\",\"rgba(128, 128, 0, 0.696969696969697)\",\"rgba(251, 128, 114, 0.696969696969697)\",\"rgba(128, 177, 211, 0.696969696969697)\",\"rgba(255, 153, 51, 0.696969696969697)\",\"rgba(55, 128, 191, 0.696969696969697)\",\"rgba(50, 171, 96, 0.696969696969697)\",\"rgba(128, 0, 128, 0.696969696969697)\",\"rgba(219, 64, 82, 0.696969696969697)\",\"rgba(219, 64, 82, 0.6363636363636362)\",\"rgba(0, 128, 128, 0.6363636363636362)\",\"rgba(255, 255, 51, 0.6363636363636362)\",\"rgba(128, 128, 0, 0.6363636363636362)\",\"rgba(251, 128, 114, 0.6363636363636362)\",\"rgba(128, 177, 211, 0.6363636363636362)\",\"rgba(255, 153, 51, 0.6363636363636362)\",\"rgba(55, 128, 191, 0.6363636363636362)\",\"rgba(50, 171, 96, 0.6363636363636362)\",\"rgba(128, 0, 128, 0.6363636363636362)\",\"rgba(128, 0, 128, 0.5757575757575757)\",\"rgba(219, 64, 82, 0.5757575757575757)\",\"rgba(0, 128, 128, 0.5757575757575757)\",\"rgba(255, 255, 51, 0.5757575757575757)\",\"rgba(128, 128, 0, 0.5757575757575757)\",\"rgba(251, 128, 114, 0.5757575757575757)\",\"rgba(128, 177, 211, 0.5757575757575757)\",\"rgba(255, 153, 51, 0.5757575757575757)\",\"rgba(55, 128, 191, 0.5757575757575757)\",\"rgba(50, 171, 96, 0.5757575757575757)\",\"rgba(50, 171, 96, 0.5151515151515151)\",\"rgba(128, 0, 128, 0.5151515151515151)\",\"rgba(219, 64, 82, 0.5151515151515151)\",\"rgba(0, 128, 128, 0.5151515151515151)\",\"rgba(255, 255, 51, 0.5151515151515151)\",\"rgba(128, 128, 0, 0.5151515151515151)\",\"rgba(251, 128, 114, 0.5151515151515151)\",\"rgba(128, 177, 211, 0.5151515151515151)\",\"rgba(255, 153, 51, 0.5151515151515151)\",\"rgba(55, 128, 191, 0.5151515151515151)\",\"rgba(55, 128, 191, 0.45454545454545464)\",\"rgba(50, 171, 96, 0.45454545454545464)\",\"rgba(128, 0, 128, 0.45454545454545464)\",\"rgba(219, 64, 82, 0.45454545454545464)\",\"rgba(0, 128, 128, 0.45454545454545464)\",\"rgba(255, 255, 51, 0.45454545454545464)\",\"rgba(128, 128, 0, 0.45454545454545464)\",\"rgba(251, 128, 114, 0.45454545454545464)\",\"rgba(128, 177, 211, 0.45454545454545464)\",\"rgba(255, 153, 51, 0.45454545454545464)\",\"rgba(255, 153, 51, 0.39393939393939387)\",\"rgba(55, 128, 191, 0.39393939393939387)\",\"rgba(50, 171, 96, 0.39393939393939387)\",\"rgba(128, 0, 128, 0.39393939393939387)\",\"rgba(219, 64, 82, 0.39393939393939387)\",\"rgba(0, 128, 128, 0.39393939393939387)\",\"rgba(255, 255, 51, 0.39393939393939387)\",\"rgba(128, 128, 0, 0.39393939393939387)\",\"rgba(251, 128, 114, 0.39393939393939387)\",\"rgba(128, 177, 211, 0.39393939393939387)\",\"rgba(128, 177, 211, 0.3333333333333333)\",\"rgba(255, 153, 51, 0.3333333333333333)\",\"rgba(55, 128, 191, 0.3333333333333333)\",\"rgba(50, 171, 96, 0.3333333333333333)\",\"rgba(128, 0, 128, 0.3333333333333333)\",\"rgba(219, 64, 82, 0.3333333333333333)\",\"rgba(0, 128, 128, 0.3333333333333333)\",\"rgba(255, 255, 51, 0.3333333333333333)\",\"rgba(128, 128, 0, 0.3333333333333333)\",\"rgba(251, 128, 114, 0.3333333333333333)\",\"rgba(251, 128, 114, 0.27272727272727276)\",\"rgba(128, 177, 211, 0.27272727272727276)\",\"rgba(255, 153, 51, 0.27272727272727276)\",\"rgba(55, 128, 191, 0.27272727272727276)\",\"rgba(50, 171, 96, 0.27272727272727276)\",\"rgba(128, 0, 128, 0.27272727272727276)\",\"rgba(219, 64, 82, 0.27272727272727276)\",\"rgba(0, 128, 128, 0.27272727272727276)\",\"rgba(255, 255, 51, 0.27272727272727276)\",\"rgba(128, 128, 0, 0.27272727272727276)\",\"rgba(128, 128, 0, 0.2121212121212122)\",\"rgba(251, 128, 114, 0.2121212121212122)\"]},\"name\":\"\",\"values\":[361,57,39,37,21,21,18,17,15,14,14,14,13,13,13,13,12,10,10,10,8,8,8,8,8,8,8,7,7,6,6,6,5,5,5,5,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"type\":\"pie\"}],                        {\"legend\":{\"bgcolor\":\"#FFFFFF\",\"font\":{\"color\":\"#4D5663\"}},\"paper_bgcolor\":\"#FFFFFF\",\"plot_bgcolor\":\"#FFFFFF\",\"titlefont\":{\"color\":\"#4D5663\"}},                        {\"showLink\": true, \"linkText\": \"Export to plot.ly\", \"plotlyServerURL\": \"https://plot.ly\", \"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('16be0685-b89c-4b51-83d5-aff2c5666457');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "por_genero.iplot(kind='pie', labels='Genero', values='Canciones')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "920fd4a7",
+   "metadata": {},
+   "source": [
+    "# Cantidad de canciones en el Top 100 del año 2018 por genero de los 3 generos mas populares¶"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "id": "8a8e214e",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "plotlyServerURL": "https://plot.ly"
+       },
+       "data": [
+        {
+         "domain": {
+          "x": [
+           0,
+           1
+          ],
+          "y": [
+           0,
+           1
+          ]
+         },
+         "hovertemplate": "Genero=%{label}<br>Canciones=%{value}<extra></extra>",
+         "labels": [
+          "dance pop",
+          "pop",
+          "atl hip hop"
+         ],
+         "legendgroup": "",
+         "name": "",
+         "showlegend": true,
+         "type": "pie",
+         "values": [
+          361,
+          57,
+          39
+         ]
+        }
+       ],
+       "layout": {
+        "height": 800,
+        "legend": {
+         "tracegroupgap": 0
+        },
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "title": {
+         "text": "Cantidad de canciones en el Top 100 de cada año entre 2010 a 2019 por genero de los 3 generos mas populares"
+        },
+        "width": 1000
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"52174bec-4264-4d06-aa2e-ad0d4f54e05a\" class=\"plotly-graph-div\" style=\"height:800px; width:1000px;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};                                    if (document.getElementById(\"52174bec-4264-4d06-aa2e-ad0d4f54e05a\")) {                    Plotly.newPlot(                        \"52174bec-4264-4d06-aa2e-ad0d4f54e05a\",                        [{\"domain\":{\"x\":[0.0,1.0],\"y\":[0.0,1.0]},\"hovertemplate\":\"Genero=%{label}<br>Canciones=%{value}<extra></extra>\",\"labels\":[\"dance pop\",\"pop\",\"atl hip hop\"],\"legendgroup\":\"\",\"name\":\"\",\"showlegend\":true,\"values\":[361,57,39],\"type\":\"pie\"}],                        {\"template\":{\"data\":{\"histogram2dcontour\":[{\"type\":\"histogram2dcontour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"choropleth\":[{\"type\":\"choropleth\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"histogram2d\":[{\"type\":\"histogram2d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmap\":[{\"type\":\"heatmap\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmapgl\":[{\"type\":\"heatmapgl\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"type\":\"contourcarpet\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"contour\":[{\"type\":\"contour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"surface\":[{\"type\":\"surface\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"mesh3d\":[{\"type\":\"mesh3d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"parcoords\":[{\"type\":\"parcoords\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatter3d\":[{\"type\":\"scatter3d\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}]},\"layout\":{\"autotypenumbers\":\"strict\",\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"hovermode\":\"closest\",\"hoverlabel\":{\"align\":\"left\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"bgcolor\":\"#E5ECF6\",\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"ternary\":{\"bgcolor\":\"#E5ECF6\",\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]]},\"xaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"yaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"geo\":{\"bgcolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"subunitcolor\":\"white\",\"showland\":true,\"showlakes\":true,\"lakecolor\":\"white\"},\"title\":{\"x\":0.05},\"mapbox\":{\"style\":\"light\"}}},\"legend\":{\"tracegroupgap\":0},\"title\":{\"text\":\"Cantidad de canciones en el Top 100 de cada a\\u00f1o entre 2010 a 2019 por genero de los 3 generos mas populares\"},\"height\":800,\"width\":1000},                        {\"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('52174bec-4264-4d06-aa2e-ad0d4f54e05a');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "por_genero2018=df[df['top year'] == 2018]\n",
+    "por_genero2018=df['top genre'].value_counts().rename_axis('Genero').reset_index(name='Canciones')\n",
+    "por_genero2018.style.hide_index() \n",
+    "por_genero2018_top3=por_genero2018.head(3)\n",
+    "\n",
+    "torta = px.pie(por_genero2018_top3, values='Canciones', names='Genero', title='Cantidad de canciones en el Top 100 de cada año entre 2010 a 2019 por genero de los 3 generos mas populares', width=1000, height=800)\n",
+    "torta.show()"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "a3abb7ed",
+   "metadata": {},
+   "source": [
+    "# Cantidad de canciones en el top 100  por año de Taylor Swift"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "id": "4c7bc0d4",
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "      Año  Cantidad de canciones en el top 100\n",
+      "0  2010.0                                    3\n",
+      "1  2012.0                                    2\n",
+      "2  2013.0                                    3\n",
+      "3  2014.0                                    3\n",
+      "4  2015.0                                    4\n",
+      "5  2017.0                                    2\n",
+      "6  2018.0                                    1\n",
+      "7  2019.0                                    3\n"
+     ]
+    },
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "plotlyServerURL": "https://plot.ly"
+       },
+       "data": [
+        {
+         "hovertemplate": "Año=%{x}<br>Cantidad de canciones en el top 100=%{y}<extra></extra>",
+         "legendgroup": "",
+         "line": {
+          "color": "#636efa",
+          "dash": "solid"
+         },
+         "marker": {
+          "symbol": "circle"
+         },
+         "mode": "lines",
+         "name": "",
+         "orientation": "v",
+         "showlegend": false,
+         "type": "scatter",
+         "x": [
+          2010,
+          2012,
+          2013,
+          2014,
+          2015,
+          2017,
+          2018,
+          2019
+         ],
+         "xaxis": "x",
+         "y": [
+          3,
+          2,
+          3,
+          3,
+          4,
+          2,
+          1,
+          3
+         ],
+         "yaxis": "y"
+        }
+       ],
+       "layout": {
+        "legend": {
+         "tracegroupgap": 0
+        },
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "title": {
+         "text": "Cantidad de canciones en el top 100  por año de Taylor Swift"
+        },
+        "xaxis": {
+         "anchor": "y",
+         "domain": [
+          0,
+          1
+         ],
+         "title": {
+          "text": "Año"
+         }
+        },
+        "yaxis": {
+         "anchor": "x",
+         "domain": [
+          0,
+          1
+         ],
+         "title": {
+          "text": "Cantidad de canciones en el top 100"
+         }
+        }
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"9bbba342-7486-4e23-9c6e-0ee150332fce\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};                                    if (document.getElementById(\"9bbba342-7486-4e23-9c6e-0ee150332fce\")) {                    Plotly.newPlot(                        \"9bbba342-7486-4e23-9c6e-0ee150332fce\",                        [{\"hovertemplate\":\"A\\u00f1o=%{x}<br>Cantidad de canciones en el top 100=%{y}<extra></extra>\",\"legendgroup\":\"\",\"line\":{\"color\":\"#636efa\",\"dash\":\"solid\"},\"marker\":{\"symbol\":\"circle\"},\"mode\":\"lines\",\"name\":\"\",\"orientation\":\"v\",\"showlegend\":false,\"x\":[2010.0,2012.0,2013.0,2014.0,2015.0,2017.0,2018.0,2019.0],\"xaxis\":\"x\",\"y\":[3,2,3,3,4,2,1,3],\"yaxis\":\"y\",\"type\":\"scatter\"}],                        {\"template\":{\"data\":{\"histogram2dcontour\":[{\"type\":\"histogram2dcontour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"choropleth\":[{\"type\":\"choropleth\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"histogram2d\":[{\"type\":\"histogram2d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmap\":[{\"type\":\"heatmap\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmapgl\":[{\"type\":\"heatmapgl\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"type\":\"contourcarpet\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"contour\":[{\"type\":\"contour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"surface\":[{\"type\":\"surface\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"mesh3d\":[{\"type\":\"mesh3d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"parcoords\":[{\"type\":\"parcoords\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatter3d\":[{\"type\":\"scatter3d\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}]},\"layout\":{\"autotypenumbers\":\"strict\",\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"hovermode\":\"closest\",\"hoverlabel\":{\"align\":\"left\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"bgcolor\":\"#E5ECF6\",\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"ternary\":{\"bgcolor\":\"#E5ECF6\",\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]]},\"xaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"yaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"geo\":{\"bgcolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"subunitcolor\":\"white\",\"showland\":true,\"showlakes\":true,\"lakecolor\":\"white\"},\"title\":{\"x\":0.05},\"mapbox\":{\"style\":\"light\"}}},\"xaxis\":{\"anchor\":\"y\",\"domain\":[0.0,1.0],\"title\":{\"text\":\"A\\u00f1o\"}},\"yaxis\":{\"anchor\":\"x\",\"domain\":[0.0,1.0],\"title\":{\"text\":\"Cantidad de canciones en el top 100\"}},\"legend\":{\"tracegroupgap\":0},\"title\":{\"text\":\"Cantidad de canciones en el top 100  por a\\u00f1o de Taylor Swift\"}},                        {\"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('9bbba342-7486-4e23-9c6e-0ee150332fce');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "linkText": "Export to plot.ly",
+        "plotlyServerURL": "https://plot.ly",
+        "showLink": true
+       },
+       "data": [
+        {
+         "line": {
+          "color": "rgba(255, 153, 51, 1.0)",
+          "dash": "solid",
+          "shape": "linear",
+          "width": 1.3
+         },
+         "mode": "lines",
+         "name": "Año",
+         "text": "",
+         "type": "scatter",
+         "x": [
+          0,
+          1,
+          2,
+          3,
+          4,
+          5,
+          6,
+          7
+         ],
+         "y": [
+          2010,
+          2012,
+          2013,
+          2014,
+          2015,
+          2017,
+          2018,
+          2019
+         ]
+        },
+        {
+         "line": {
+          "color": "rgba(55, 128, 191, 1.0)",
+          "dash": "solid",
+          "shape": "linear",
+          "width": 1.3
+         },
+         "mode": "lines",
+         "name": "Cantidad de canciones en el top 100",
+         "text": "",
+         "type": "scatter",
+         "x": [
+          0,
+          1,
+          2,
+          3,
+          4,
+          5,
+          6,
+          7
+         ],
+         "y": [
+          3,
+          2,
+          3,
+          3,
+          4,
+          2,
+          1,
+          3
+         ]
+        }
+       ],
+       "layout": {
+        "legend": {
+         "bgcolor": "#FFFFFF",
+         "font": {
+          "color": "#4D5663"
+         }
+        },
+        "paper_bgcolor": "#FFFFFF",
+        "plot_bgcolor": "#FFFFFF",
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "title": {
+         "font": {
+          "color": "#4D5663"
+         }
+        },
+        "xaxis": {
+         "gridcolor": "#E1E5ED",
+         "showgrid": true,
+         "tickfont": {
+          "color": "#4D5663"
+         },
+         "title": {
+          "font": {
+           "color": "#4D5663"
+          },
+          "text": ""
+         },
+         "zerolinecolor": "#E1E5ED"
+        },
+        "yaxis": {
+         "gridcolor": "#E1E5ED",
+         "showgrid": true,
+         "tickfont": {
+          "color": "#4D5663"
+         },
+         "title": {
+          "font": {
+           "color": "#4D5663"
+          },
+          "text": ""
+         },
+         "zerolinecolor": "#E1E5ED"
+        }
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"8dc53c82-289d-4da5-b313-b1d52ce21898\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};\n",
+       "                    window.PLOTLYENV.BASE_URL='https://plot.ly';                                    if (document.getElementById(\"8dc53c82-289d-4da5-b313-b1d52ce21898\")) {                    Plotly.newPlot(                        \"8dc53c82-289d-4da5-b313-b1d52ce21898\",                        [{\"line\":{\"color\":\"rgba(255, 153, 51, 1.0)\",\"dash\":\"solid\",\"shape\":\"linear\",\"width\":1.3},\"mode\":\"lines\",\"name\":\"A\\u00f1o\",\"text\":\"\",\"x\":[0,1,2,3,4,5,6,7],\"y\":[2010.0,2012.0,2013.0,2014.0,2015.0,2017.0,2018.0,2019.0],\"type\":\"scatter\"},{\"line\":{\"color\":\"rgba(55, 128, 191, 1.0)\",\"dash\":\"solid\",\"shape\":\"linear\",\"width\":1.3},\"mode\":\"lines\",\"name\":\"Cantidad de canciones en el top 100\",\"text\":\"\",\"x\":[0,1,2,3,4,5,6,7],\"y\":[3,2,3,3,4,2,1,3],\"type\":\"scatter\"}],                        {\"legend\":{\"bgcolor\":\"#FFFFFF\",\"font\":{\"color\":\"#4D5663\"}},\"paper_bgcolor\":\"#FFFFFF\",\"plot_bgcolor\":\"#FFFFFF\",\"template\":{\"data\":{\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"choropleth\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"choropleth\"}],\"contourcarpet\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"contourcarpet\"}],\"contour\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"contour\"}],\"heatmapgl\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"heatmapgl\"}],\"heatmap\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"heatmap\"}],\"histogram2dcontour\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"histogram2dcontour\"}],\"histogram2d\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"histogram2d\"}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"mesh3d\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"type\":\"mesh3d\"}],\"parcoords\":[{\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"parcoords\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}],\"scatter3d\":[{\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatter3d\"}],\"scattercarpet\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattercarpet\"}],\"scattergeo\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattergeo\"}],\"scattergl\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattergl\"}],\"scattermapbox\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scattermapbox\"}],\"scatterpolargl\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterpolargl\"}],\"scatterpolar\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterpolar\"}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"scatterternary\":[{\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"type\":\"scatterternary\"}],\"surface\":[{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"type\":\"surface\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}]},\"layout\":{\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"autotypenumbers\":\"strict\",\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]],\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]},\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"geo\":{\"bgcolor\":\"white\",\"lakecolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"showlakes\":true,\"showland\":true,\"subunitcolor\":\"white\"},\"hoverlabel\":{\"align\":\"left\"},\"hovermode\":\"closest\",\"mapbox\":{\"style\":\"light\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"bgcolor\":\"#E5ECF6\",\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"gridwidth\":2,\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\"}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"ternary\":{\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"bgcolor\":\"#E5ECF6\",\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"title\":{\"x\":0.05},\"xaxis\":{\"automargin\":true,\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"zerolinewidth\":2},\"yaxis\":{\"automargin\":true,\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"zerolinewidth\":2}}},\"title\":{\"font\":{\"color\":\"#4D5663\"}},\"xaxis\":{\"gridcolor\":\"#E1E5ED\",\"showgrid\":true,\"tickfont\":{\"color\":\"#4D5663\"},\"title\":{\"font\":{\"color\":\"#4D5663\"},\"text\":\"\"},\"zerolinecolor\":\"#E1E5ED\"},\"yaxis\":{\"gridcolor\":\"#E1E5ED\",\"showgrid\":true,\"tickfont\":{\"color\":\"#4D5663\"},\"title\":{\"font\":{\"color\":\"#4D5663\"},\"text\":\"\"},\"zerolinecolor\":\"#E1E5ED\"}},                        {\"showLink\": true, \"linkText\": \"Export to plot.ly\", \"plotlyServerURL\": \"https://plot.ly\", \"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('8dc53c82-289d-4da5-b313-b1d52ce21898');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "top_100_taylor=df[df['artist'] == 'Taylor Swift']\n",
+    "\n",
+    "top_100_taylor=top_100_taylor[['top year']]\n",
+    "\n",
+    "\n",
+    "agrupado=top_100_taylor.groupby(['top year']).size().reset_index(name='Cantidad de canciones')\n",
+    "agrupado.columns=['Año', 'Cantidad de canciones en el top 100']\n",
+    "print (agrupado)\n",
+    "\n",
+    "taylor_grafico=px.line(agrupado, x='Año', y='Cantidad de canciones en el top 100', title='Cantidad de canciones en el top 100  por año de Taylor Swift')\n",
+    "taylor_grafico.show()\n",
+    "\n",
+    "\n",
+    "agrupado.iplot(kind='line')\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "id": "b7ee892f",
+   "metadata": {},
+   "outputs": [
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "plotlyServerURL": "https://plot.ly"
+       },
+       "data": [
+        {
+         "hovertemplate": "Año=%{x}<br>Cantidad de canciones en el top 100=%{y}<extra></extra>",
+         "legendgroup": "",
+         "line": {
+          "color": "#636efa",
+          "dash": "solid"
+         },
+         "marker": {
+          "symbol": "circle"
+         },
+         "mode": "lines",
+         "name": "",
+         "orientation": "v",
+         "showlegend": false,
+         "type": "scatter",
+         "x": [
+          2010,
+          2011,
+          2012,
+          2013,
+          2014,
+          2015,
+          2016,
+          2017,
+          2018,
+          2019
+         ],
+         "xaxis": "x",
+         "y": [
+          4,
+          4,
+          4,
+          4,
+          9,
+          5,
+          3,
+          10,
+          3,
+          11
+         ],
+         "yaxis": "y"
+        }
+       ],
+       "layout": {
+        "legend": {
+         "tracegroupgap": 0
+        },
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "title": {
+         "text": "Cantidad de canciones en el top 100  por año de Taylor Swift"
+        },
+        "xaxis": {
+         "anchor": "y",
+         "domain": [
+          0,
+          1
+         ],
+         "title": {
+          "text": "Año"
+         }
+        },
+        "yaxis": {
+         "anchor": "x",
+         "domain": [
+          0,
+          1
+         ],
+         "title": {
+          "text": "Cantidad de canciones en el top 100"
+         }
+        }
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"a6bcad0f-df7e-4495-a898-8b3933949a3c\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};                                    if (document.getElementById(\"a6bcad0f-df7e-4495-a898-8b3933949a3c\")) {                    Plotly.newPlot(                        \"a6bcad0f-df7e-4495-a898-8b3933949a3c\",                        [{\"hovertemplate\":\"A\\u00f1o=%{x}<br>Cantidad de canciones en el top 100=%{y}<extra></extra>\",\"legendgroup\":\"\",\"line\":{\"color\":\"#636efa\",\"dash\":\"solid\"},\"marker\":{\"symbol\":\"circle\"},\"mode\":\"lines\",\"name\":\"\",\"orientation\":\"v\",\"showlegend\":false,\"x\":[2010.0,2011.0,2012.0,2013.0,2014.0,2015.0,2016.0,2017.0,2018.0,2019.0],\"xaxis\":\"x\",\"y\":[4,4,4,4,9,5,3,10,3,11],\"yaxis\":\"y\",\"type\":\"scatter\"}],                        {\"template\":{\"data\":{\"histogram2dcontour\":[{\"type\":\"histogram2dcontour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"choropleth\":[{\"type\":\"choropleth\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"histogram2d\":[{\"type\":\"histogram2d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmap\":[{\"type\":\"heatmap\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmapgl\":[{\"type\":\"heatmapgl\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"type\":\"contourcarpet\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"contour\":[{\"type\":\"contour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"surface\":[{\"type\":\"surface\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"mesh3d\":[{\"type\":\"mesh3d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"parcoords\":[{\"type\":\"parcoords\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatter3d\":[{\"type\":\"scatter3d\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}]},\"layout\":{\"autotypenumbers\":\"strict\",\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"hovermode\":\"closest\",\"hoverlabel\":{\"align\":\"left\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"bgcolor\":\"#E5ECF6\",\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"ternary\":{\"bgcolor\":\"#E5ECF6\",\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]]},\"xaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"yaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"geo\":{\"bgcolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"subunitcolor\":\"white\",\"showland\":true,\"showlakes\":true,\"lakecolor\":\"white\"},\"title\":{\"x\":0.05},\"mapbox\":{\"style\":\"light\"}}},\"xaxis\":{\"anchor\":\"y\",\"domain\":[0.0,1.0],\"title\":{\"text\":\"A\\u00f1o\"}},\"yaxis\":{\"anchor\":\"x\",\"domain\":[0.0,1.0],\"title\":{\"text\":\"Cantidad de canciones en el top 100\"}},\"legend\":{\"tracegroupgap\":0},\"title\":{\"text\":\"Cantidad de canciones en el top 100  por a\\u00f1o de Taylor Swift\"}},                        {\"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('a6bcad0f-df7e-4495-a898-8b3933949a3c');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "top_100_pop=df[df['top genre'] == 'pop']\n",
+    "\n",
+    "top_100_pop=top_100_pop[['top year']]\n",
+    "\n",
+    "\n",
+    "agrupado=top_100_pop.groupby(['top year']).size().reset_index(name='Cantidad de canciones')\n",
+    "agrupado.columns=['Año', 'Cantidad de canciones en el top 100']\n",
+    "\n",
+    "taylor_grafico=px.line(agrupado, x='Año', y='Cantidad de canciones en el top 100', title='Cantidad de canciones en el top 100  por año de Taylor Swift')\n",
+    "taylor_grafico.show()\n",
+    "\n",
+    "#otra forma de hacer el mismo grafico\n",
+    "#agrupado.iplot(kind='line')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "id": "6031e33f",
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "    top year  top genre  Cantidad de canciones\n",
+      "0     2010.0  dance pop                     42\n",
+      "1     2010.0        pop                      4\n",
+      "2     2011.0  dance pop                     45\n",
+      "3     2011.0        pop                      4\n",
+      "4     2012.0  dance pop                     37\n",
+      "5     2012.0        pop                      4\n",
+      "6     2013.0  dance pop                     37\n",
+      "7     2013.0        pop                      4\n",
+      "8     2014.0  dance pop                     39\n",
+      "9     2014.0        pop                      9\n",
+      "10    2015.0  dance pop                     38\n",
+      "11    2015.0        pop                      5\n",
+      "12    2016.0  dance pop                     48\n",
+      "13    2016.0        pop                      3\n",
+      "14    2017.0  dance pop                     25\n",
+      "15    2017.0        pop                     10\n",
+      "16    2018.0  dance pop                     28\n",
+      "17    2018.0        pop                      3\n",
+      "18    2019.0  dance pop                     22\n",
+      "19    2019.0        pop                     11\n"
+     ]
+    },
+    {
+     "data": {
+      "application/vnd.plotly.v1+json": {
+       "config": {
+        "plotlyServerURL": "https://plot.ly"
+       },
+       "data": [
+        {
+         "marker": {
+          "color": "indianred"
+         },
+         "name": "Primary Product",
+         "type": "bar",
+         "x": [
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019
+         ],
+         "y": [
+          20,
+          14,
+          25,
+          16,
+          18,
+          22,
+          19,
+          15,
+          12,
+          16,
+          14,
+          17
+         ]
+        },
+        {
+         "marker": {
+          "color": "lightsalmon"
+         },
+         "name": "Secondary Product",
+         "type": "bar",
+         "x": [
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2010,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2011,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2012,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2013,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2014,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2015,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2016,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2017,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2018,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019,
+          2019
+         ],
+         "y": [
+          19,
+          14,
+          22,
+          14,
+          16,
+          19,
+          15,
+          14,
+          10,
+          12,
+          12,
+          16
+         ]
+        }
+       ],
+       "layout": {
+        "barmode": "group",
+        "template": {
+         "data": {
+          "bar": [
+           {
+            "error_x": {
+             "color": "#2a3f5f"
+            },
+            "error_y": {
+             "color": "#2a3f5f"
+            },
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "bar"
+           }
+          ],
+          "barpolar": [
+           {
+            "marker": {
+             "line": {
+              "color": "#E5ECF6",
+              "width": 0.5
+             },
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "barpolar"
+           }
+          ],
+          "carpet": [
+           {
+            "aaxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "baxis": {
+             "endlinecolor": "#2a3f5f",
+             "gridcolor": "white",
+             "linecolor": "white",
+             "minorgridcolor": "white",
+             "startlinecolor": "#2a3f5f"
+            },
+            "type": "carpet"
+           }
+          ],
+          "choropleth": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "choropleth"
+           }
+          ],
+          "contour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "contour"
+           }
+          ],
+          "contourcarpet": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "contourcarpet"
+           }
+          ],
+          "heatmap": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmap"
+           }
+          ],
+          "heatmapgl": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "heatmapgl"
+           }
+          ],
+          "histogram": [
+           {
+            "marker": {
+             "pattern": {
+              "fillmode": "overlay",
+              "size": 10,
+              "solidity": 0.2
+             }
+            },
+            "type": "histogram"
+           }
+          ],
+          "histogram2d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2d"
+           }
+          ],
+          "histogram2dcontour": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "histogram2dcontour"
+           }
+          ],
+          "mesh3d": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "type": "mesh3d"
+           }
+          ],
+          "parcoords": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "parcoords"
+           }
+          ],
+          "pie": [
+           {
+            "automargin": true,
+            "type": "pie"
+           }
+          ],
+          "scatter": [
+           {
+            "fillpattern": {
+             "fillmode": "overlay",
+             "size": 10,
+             "solidity": 0.2
+            },
+            "type": "scatter"
+           }
+          ],
+          "scatter3d": [
+           {
+            "line": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatter3d"
+           }
+          ],
+          "scattercarpet": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattercarpet"
+           }
+          ],
+          "scattergeo": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergeo"
+           }
+          ],
+          "scattergl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattergl"
+           }
+          ],
+          "scattermapbox": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scattermapbox"
+           }
+          ],
+          "scatterpolar": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolar"
+           }
+          ],
+          "scatterpolargl": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterpolargl"
+           }
+          ],
+          "scatterternary": [
+           {
+            "marker": {
+             "colorbar": {
+              "outlinewidth": 0,
+              "ticks": ""
+             }
+            },
+            "type": "scatterternary"
+           }
+          ],
+          "surface": [
+           {
+            "colorbar": {
+             "outlinewidth": 0,
+             "ticks": ""
+            },
+            "colorscale": [
+             [
+              0,
+              "#0d0887"
+             ],
+             [
+              0.1111111111111111,
+              "#46039f"
+             ],
+             [
+              0.2222222222222222,
+              "#7201a8"
+             ],
+             [
+              0.3333333333333333,
+              "#9c179e"
+             ],
+             [
+              0.4444444444444444,
+              "#bd3786"
+             ],
+             [
+              0.5555555555555556,
+              "#d8576b"
+             ],
+             [
+              0.6666666666666666,
+              "#ed7953"
+             ],
+             [
+              0.7777777777777778,
+              "#fb9f3a"
+             ],
+             [
+              0.8888888888888888,
+              "#fdca26"
+             ],
+             [
+              1,
+              "#f0f921"
+             ]
+            ],
+            "type": "surface"
+           }
+          ],
+          "table": [
+           {
+            "cells": {
+             "fill": {
+              "color": "#EBF0F8"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "header": {
+             "fill": {
+              "color": "#C8D4E3"
+             },
+             "line": {
+              "color": "white"
+             }
+            },
+            "type": "table"
+           }
+          ]
+         },
+         "layout": {
+          "annotationdefaults": {
+           "arrowcolor": "#2a3f5f",
+           "arrowhead": 0,
+           "arrowwidth": 1
+          },
+          "autotypenumbers": "strict",
+          "coloraxis": {
+           "colorbar": {
+            "outlinewidth": 0,
+            "ticks": ""
+           }
+          },
+          "colorscale": {
+           "diverging": [
+            [
+             0,
+             "#8e0152"
+            ],
+            [
+             0.1,
+             "#c51b7d"
+            ],
+            [
+             0.2,
+             "#de77ae"
+            ],
+            [
+             0.3,
+             "#f1b6da"
+            ],
+            [
+             0.4,
+             "#fde0ef"
+            ],
+            [
+             0.5,
+             "#f7f7f7"
+            ],
+            [
+             0.6,
+             "#e6f5d0"
+            ],
+            [
+             0.7,
+             "#b8e186"
+            ],
+            [
+             0.8,
+             "#7fbc41"
+            ],
+            [
+             0.9,
+             "#4d9221"
+            ],
+            [
+             1,
+             "#276419"
+            ]
+           ],
+           "sequential": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ],
+           "sequentialminus": [
+            [
+             0,
+             "#0d0887"
+            ],
+            [
+             0.1111111111111111,
+             "#46039f"
+            ],
+            [
+             0.2222222222222222,
+             "#7201a8"
+            ],
+            [
+             0.3333333333333333,
+             "#9c179e"
+            ],
+            [
+             0.4444444444444444,
+             "#bd3786"
+            ],
+            [
+             0.5555555555555556,
+             "#d8576b"
+            ],
+            [
+             0.6666666666666666,
+             "#ed7953"
+            ],
+            [
+             0.7777777777777778,
+             "#fb9f3a"
+            ],
+            [
+             0.8888888888888888,
+             "#fdca26"
+            ],
+            [
+             1,
+             "#f0f921"
+            ]
+           ]
+          },
+          "colorway": [
+           "#636efa",
+           "#EF553B",
+           "#00cc96",
+           "#ab63fa",
+           "#FFA15A",
+           "#19d3f3",
+           "#FF6692",
+           "#B6E880",
+           "#FF97FF",
+           "#FECB52"
+          ],
+          "font": {
+           "color": "#2a3f5f"
+          },
+          "geo": {
+           "bgcolor": "white",
+           "lakecolor": "white",
+           "landcolor": "#E5ECF6",
+           "showlakes": true,
+           "showland": true,
+           "subunitcolor": "white"
+          },
+          "hoverlabel": {
+           "align": "left"
+          },
+          "hovermode": "closest",
+          "mapbox": {
+           "style": "light"
+          },
+          "paper_bgcolor": "white",
+          "plot_bgcolor": "#E5ECF6",
+          "polar": {
+           "angularaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "radialaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "scene": {
+           "xaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "yaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           },
+           "zaxis": {
+            "backgroundcolor": "#E5ECF6",
+            "gridcolor": "white",
+            "gridwidth": 2,
+            "linecolor": "white",
+            "showbackground": true,
+            "ticks": "",
+            "zerolinecolor": "white"
+           }
+          },
+          "shapedefaults": {
+           "line": {
+            "color": "#2a3f5f"
+           }
+          },
+          "ternary": {
+           "aaxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "baxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           },
+           "bgcolor": "#E5ECF6",
+           "caxis": {
+            "gridcolor": "white",
+            "linecolor": "white",
+            "ticks": ""
+           }
+          },
+          "title": {
+           "x": 0.05
+          },
+          "xaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          },
+          "yaxis": {
+           "automargin": true,
+           "gridcolor": "white",
+           "linecolor": "white",
+           "ticks": "",
+           "title": {
+            "standoff": 15
+           },
+           "zerolinecolor": "white",
+           "zerolinewidth": 2
+          }
+         }
+        },
+        "xaxis": {
+         "tickangle": -45
+        }
+       }
+      },
+      "text/html": [
+       "<div>                            <div id=\"82cb5682-0801-46b4-bdfc-dff1f53e0094\" class=\"plotly-graph-div\" style=\"height:525px; width:100%;\"></div>            <script type=\"text/javascript\">                require([\"plotly\"], function(Plotly) {                    window.PLOTLYENV=window.PLOTLYENV || {};                                    if (document.getElementById(\"82cb5682-0801-46b4-bdfc-dff1f53e0094\")) {                    Plotly.newPlot(                        \"82cb5682-0801-46b4-bdfc-dff1f53e0094\",                        [{\"marker\":{\"color\":\"indianred\"},\"name\":\"Primary Product\",\"x\":[2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0],\"y\":[20,14,25,16,18,22,19,15,12,16,14,17],\"type\":\"bar\"},{\"marker\":{\"color\":\"lightsalmon\"},\"name\":\"Secondary Product\",\"x\":[2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2010.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2011.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2012.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2013.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2014.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2015.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2016.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2017.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2018.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0,2019.0],\"y\":[19,14,22,14,16,19,15,14,10,12,12,16],\"type\":\"bar\"}],                        {\"template\":{\"data\":{\"histogram2dcontour\":[{\"type\":\"histogram2dcontour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"choropleth\":[{\"type\":\"choropleth\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"histogram2d\":[{\"type\":\"histogram2d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmap\":[{\"type\":\"heatmap\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"heatmapgl\":[{\"type\":\"heatmapgl\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"contourcarpet\":[{\"type\":\"contourcarpet\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"contour\":[{\"type\":\"contour\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"surface\":[{\"type\":\"surface\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"},\"colorscale\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]]}],\"mesh3d\":[{\"type\":\"mesh3d\",\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}],\"scatter\":[{\"fillpattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2},\"type\":\"scatter\"}],\"parcoords\":[{\"type\":\"parcoords\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolargl\":[{\"type\":\"scatterpolargl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"bar\":[{\"error_x\":{\"color\":\"#2a3f5f\"},\"error_y\":{\"color\":\"#2a3f5f\"},\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"bar\"}],\"scattergeo\":[{\"type\":\"scattergeo\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterpolar\":[{\"type\":\"scatterpolar\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"histogram\":[{\"marker\":{\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"histogram\"}],\"scattergl\":[{\"type\":\"scattergl\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatter3d\":[{\"type\":\"scatter3d\",\"line\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattermapbox\":[{\"type\":\"scattermapbox\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scatterternary\":[{\"type\":\"scatterternary\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"scattercarpet\":[{\"type\":\"scattercarpet\",\"marker\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}}}],\"carpet\":[{\"aaxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"baxis\":{\"endlinecolor\":\"#2a3f5f\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"minorgridcolor\":\"white\",\"startlinecolor\":\"#2a3f5f\"},\"type\":\"carpet\"}],\"table\":[{\"cells\":{\"fill\":{\"color\":\"#EBF0F8\"},\"line\":{\"color\":\"white\"}},\"header\":{\"fill\":{\"color\":\"#C8D4E3\"},\"line\":{\"color\":\"white\"}},\"type\":\"table\"}],\"barpolar\":[{\"marker\":{\"line\":{\"color\":\"#E5ECF6\",\"width\":0.5},\"pattern\":{\"fillmode\":\"overlay\",\"size\":10,\"solidity\":0.2}},\"type\":\"barpolar\"}],\"pie\":[{\"automargin\":true,\"type\":\"pie\"}]},\"layout\":{\"autotypenumbers\":\"strict\",\"colorway\":[\"#636efa\",\"#EF553B\",\"#00cc96\",\"#ab63fa\",\"#FFA15A\",\"#19d3f3\",\"#FF6692\",\"#B6E880\",\"#FF97FF\",\"#FECB52\"],\"font\":{\"color\":\"#2a3f5f\"},\"hovermode\":\"closest\",\"hoverlabel\":{\"align\":\"left\"},\"paper_bgcolor\":\"white\",\"plot_bgcolor\":\"#E5ECF6\",\"polar\":{\"bgcolor\":\"#E5ECF6\",\"angularaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"radialaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"ternary\":{\"bgcolor\":\"#E5ECF6\",\"aaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"baxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"},\"caxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\"}},\"coloraxis\":{\"colorbar\":{\"outlinewidth\":0,\"ticks\":\"\"}},\"colorscale\":{\"sequential\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"sequentialminus\":[[0.0,\"#0d0887\"],[0.1111111111111111,\"#46039f\"],[0.2222222222222222,\"#7201a8\"],[0.3333333333333333,\"#9c179e\"],[0.4444444444444444,\"#bd3786\"],[0.5555555555555556,\"#d8576b\"],[0.6666666666666666,\"#ed7953\"],[0.7777777777777778,\"#fb9f3a\"],[0.8888888888888888,\"#fdca26\"],[1.0,\"#f0f921\"]],\"diverging\":[[0,\"#8e0152\"],[0.1,\"#c51b7d\"],[0.2,\"#de77ae\"],[0.3,\"#f1b6da\"],[0.4,\"#fde0ef\"],[0.5,\"#f7f7f7\"],[0.6,\"#e6f5d0\"],[0.7,\"#b8e186\"],[0.8,\"#7fbc41\"],[0.9,\"#4d9221\"],[1,\"#276419\"]]},\"xaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"yaxis\":{\"gridcolor\":\"white\",\"linecolor\":\"white\",\"ticks\":\"\",\"title\":{\"standoff\":15},\"zerolinecolor\":\"white\",\"automargin\":true,\"zerolinewidth\":2},\"scene\":{\"xaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"yaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2},\"zaxis\":{\"backgroundcolor\":\"#E5ECF6\",\"gridcolor\":\"white\",\"linecolor\":\"white\",\"showbackground\":true,\"ticks\":\"\",\"zerolinecolor\":\"white\",\"gridwidth\":2}},\"shapedefaults\":{\"line\":{\"color\":\"#2a3f5f\"}},\"annotationdefaults\":{\"arrowcolor\":\"#2a3f5f\",\"arrowhead\":0,\"arrowwidth\":1},\"geo\":{\"bgcolor\":\"white\",\"landcolor\":\"#E5ECF6\",\"subunitcolor\":\"white\",\"showland\":true,\"showlakes\":true,\"lakecolor\":\"white\"},\"title\":{\"x\":0.05},\"mapbox\":{\"style\":\"light\"}}},\"xaxis\":{\"tickangle\":-45},\"barmode\":\"group\"},                        {\"responsive\": true}                    ).then(function(){\n",
+       "                            \n",
+       "var gd = document.getElementById('82cb5682-0801-46b4-bdfc-dff1f53e0094');\n",
+       "var x = new MutationObserver(function (mutations, observer) {{\n",
+       "        var display = window.getComputedStyle(gd).display;\n",
+       "        if (!display || display === 'none') {{\n",
+       "            console.log([gd, 'removed!']);\n",
+       "            Plotly.purge(gd);\n",
+       "            observer.disconnect();\n",
+       "        }}\n",
+       "}});\n",
+       "\n",
+       "// Listen for the removal of the full notebook cells\n",
+       "var notebookContainer = gd.closest('#notebook-container');\n",
+       "if (notebookContainer) {{\n",
+       "    x.observe(notebookContainer, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "// Listen for the clearing of the current output cell\n",
+       "var outputEl = gd.closest('.output');\n",
+       "if (outputEl) {{\n",
+       "    x.observe(outputEl, {childList: true});\n",
+       "}}\n",
+       "\n",
+       "                        })                };                });            </script>        </div>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "import plotly.graph_objects as go\n",
+    "\n",
+    "\n",
+    "top_100_pop=df[(df['top genre'] == 'pop') | (df['top genre'] == 'dance pop')]\n",
+    "\n",
+    "top_100_pop=top_100_pop[['top genre','top year']]\n",
+    "\n",
+    "\n",
+    "agrupado=top_100_pop.groupby(['top year', 'top genre']).size().reset_index(name='Cantidad de canciones')\n",
+    "print (agrupado)\n",
+    "\n",
+    "fig = go.Figure()\n",
+    "fig.add_trace(go.Bar(\n",
+    "    x=top_100_pop['top year'],\n",
+    "    y=[20, 14, 25, 16, 18, 22, 19, 15, 12, 16, 14, 17],\n",
+    "    name='Primary Product',\n",
+    "    marker_color='indianred'\n",
+    "))\n",
+    "fig.add_trace(go.Bar(\n",
+    "    x=top_100_pop['top year'],\n",
+    "    y=[19, 14, 22, 14, 16, 19, 15, 14, 10, 12, 12, 16],\n",
+    "    name='Secondary Product',\n",
+    "    marker_color='lightsalmon'\n",
+    "))\n",
+    "\n",
+    "# Here we modify the tickangle of the xaxis, resulting in rotated labels.\n",
+    "fig.update_layout(barmode='group', xaxis_tickangle=-45)\n",
+    "fig.show()\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "18fae374",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.9.7"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/ejemplos-jupyter/ejemplo-Spotify-sinTerminar/top100_spotify.csv b/ejemplos-jupyter/ejemplo-Spotify-sinTerminar/top100_spotify.csv
new file mode 100644
index 0000000..6ec56d0
--- /dev/null
+++ b/ejemplos-jupyter/ejemplo-Spotify-sinTerminar/top100_spotify.csv
@@ -0,0 +1,1004 @@
+title,artist,top genre,year released,added,bpm,nrgy,dnce,dB,live,val,dur,acous,spch,pop,top year,artist type
+STARSTRUKK (feat. Katy Perry),3OH!3,dance pop,2009,2022‑02‑17,140,81,61,-6,23,23,203,0,6,70,2010,Duo
+My First Kiss (feat. Ke$ha),3OH!3,dance pop,2010,2022‑02‑17,138,89,68,-4,36,83,192,1,8,68,2010,Duo
+I Need A Dollar,Aloe Blacc,pop soul,2010,2022‑02‑17,95,48,84,-7,9,96,243,20,3,72,2010,Solo
+Airplanes (feat. Hayley Williams of Paramore),B.o.B,atl hip hop,2010,2022‑02‑17,93,87,66,-4,4,38,180,11,12,80,2010,Solo
+Nothin' on You (feat. Bruno Mars),B.o.B,atl hip hop,2010,2022‑02‑17,104,85,69,-6,9,74,268,39,5,79,2010,Solo
+Magic (feat. Rivers Cuomo),B.o.B,atl hip hop,2010,2022‑02‑17,82,93,55,-4,35,79,196,1,34,71,2010,Solo
+The Time (Dirty Bit),Black Eyed Peas,dance pop,2010,2022‑02‑17,128,81,82,-8,60,44,308,7,7,75,2010,Band/Group
+Imma Be,Black Eyed Peas,dance pop,2009,2022‑02‑17,92,52,60,-7,31,41,258,18,37,71,2010,Band/Group
+Talking to the Moon,Bruno Mars,dance pop,2010,2022‑02‑17,146,59,50,-5,11,8,218,51,3,87,2010,Solo
+Just the Way You Are,Bruno Mars,dance pop,2010,2022‑02‑17,109,84,64,-5,6,42,221,1,4,86,2010,Solo
+Teach Me How to Dougie,Cali Swag District,pop rap,2011,2022‑02‑17,85,44,85,-5,9,51,237,20,14,71,2010,Band/Group
+Forget You,CeeLo Green,atl hip hop,2010,2022‑02‑17,127,88,70,-4,16,77,223,13,6,69,2010,Solo
+Deuces (feat. Tyga & Kevin McCall),Chris Brown,dance pop,2011,2022‑02‑17,74,74,69,-5,8,22,277,3,11,74,2010,Solo
+Memories (feat. Kid Cudi),David Guetta,big room,2009,2022‑02‑17,130,87,56,-6,25,50,210,0,34,74,2010,Solo
+Gettin' Over You (feat. Fergie & LMFAO),David Guetta,big room,2009,2022‑02‑17,130,91,62,-5,8,45,188,18,8,55,2010,Solo
+"All I Do Is Win (feat. T-Pain, Ludacris, Snoop Dogg & Rick Ross)",DJ Khaled,dance pop,2010,2022‑02‑17,150,78,54,-4,16,28,233,1,19,55,2010,Solo
+Over,Drake,canadian hip hop,2010,2022‑02‑17,100,85,35,-6,12,45,234,1,20,72,2010,Solo
+Find Your Love,Drake,canadian hip hop,2010,2022‑02‑17,96,61,63,-6,3,76,209,2,17,70,2010,Solo
+Barbra Streisand (Radio Edit),Duck Sauce,disco house,2010,2022‑02‑17,128,93,76,-2,22,46,195,0,10,61,2010,Duo
+Stereo Love - Radio Edit,Edward Maya,romanian house,2010,2022‑02‑17,127,78,80,-4,8,59,185,3,3,71,2010,Solo
+Pack Up,Eliza Doolittle,lilith,2010,2022‑02‑17,133,81,67,-6,21,87,191,30,8,46,2010,Solo
+Starry Eyed,Ellie Goulding,dance pop,2010,2022‑02‑17,150,81,50,-5,32,60,177,14,4,59,2010,Solo
+Love The Way You Lie,Eminem,detroit hip hop,2010,2022‑02‑17,87,93,75,-5,52,64,263,24,23,87,2010,Solo
+Not Afraid,Eminem,detroit hip hop,2010,2022‑02‑17,115,95,86,-1,21,67,248,53,26,85,2010,Solo
+I Like It,Enrique Iglesias,dance pop,2010,2022‑02‑17,129,94,65,-3,7,70,232,2,8,71,2010,Solo
+Kickstarts,Example,dance pop,2010,2022‑02‑17,126,84,61,-4,36,66,182,0,6,69,2010,Solo
+Like A G6,Far East Movement,asian american hip hop,2010,2022‑02‑17,125,84,44,-8,12,78,217,1,45,75,2010,Band/Group
+Club Can't Handle Me (feat. David Guetta),Flo Rida,dance pop,2010,2022‑02‑17,128,87,62,-4,6,47,235,3,3,81,2010,Solo
+Hot - Malibu Breeze Radio Edit,INNA,dance pop,2010,2022‑02‑17,128,71,81,-8,26,51,224,6,14,43,2010,Solo
+Replay,Iyaz,dance pop,2009,2022‑02‑17,91,75,71,-6,17,20,182,17,7,78,2010,Solo
+Whatcha Say,Jason Derulo,dance pop,2010,2022‑02‑17,144,71,62,-6,14,71,221,4,8,72,2010,Solo
+Ridin' Solo,Jason Derulo,dance pop,2010,2022‑02‑17,89,83,44,-4,13,58,216,13,15,70,2010,Solo
+In My Head,Jason Derulo,dance pop,2010,2022‑02‑17,110,75,76,-4,35,85,199,3,3,67,2010,Solo
+Down,Jay Sean,dance pop,2009,2022‑02‑17,132,68,73,-4,8,73,213,1,3,83,2010,Solo
+Do You Remember,Jay Sean,dance pop,2009,2022‑02‑17,126,67,85,-5,10,82,211,2,7,74,2010,Solo
+Young Forever,JAY-Z,east coast hip hop,2009,2022‑02‑17,140,69,64,-3,21,10,254,42,7,71,2010,Solo
+Heartbreak Warfare,John Mayer,neo mellow,2009,2022‑02‑17,97,55,62,-8,30,31,270,19,2,69,2010,Solo
+Half of My Heart,John Mayer,neo mellow,2009,2022‑02‑17,115,59,68,-9,11,73,250,44,3,68,2010,Solo
+Baby,Justin Bieber,canadian pop,2010,2022‑02‑17,65,86,73,-5,11,54,214,4,14,86,2010,Solo
+California Gurls,Katy Perry,dance pop,2012,2022‑02‑17,125,75,79,-4,16,43,235,0,6,78,2010,Solo
+Teenage Dream,Katy Perry,dance pop,2010,2022‑02‑17,120,80,72,-5,13,59,228,2,4,76,2010,Solo
+Commander,Kelly Rowland,atl hip hop,2011,2022‑02‑17,125,88,40,-4,36,57,218,2,14,54,2010,Solo
+TiK ToK,Kesha,dance pop,2010,2022‑02‑17,120,84,76,-3,29,71,200,10,14,86,2010,Solo
+Your Love Is My Drug,Kesha,dance pop,2010,2022‑02‑17,120,61,83,-4,9,76,187,1,10,75,2010,Solo
+Take It Off,Kesha,dance pop,2010,2022‑02‑17,125,68,73,-5,9,74,215,0,3,74,2010,Solo
+Blah Blah Blah (feat. 3OH!3),Kesha,dance pop,2010,2022‑02‑17,120,84,75,-3,42,52,172,8,12,67,2010,Solo
+Wavin' Flag,K'NAAN,reggae fusion,2009,2022‑02‑17,76,70,63,-6,24,72,221,13,7,63,2010,Solo
+Live Like We're Dying,Kris Allen,idol,2009,2022‑02‑17,92,89,59,-3,34,94,213,3,4,57,2010,Solo
+Bad Romance,Lady Gaga,art pop,2009,2022‑02‑17,119,92,70,-4,8,71,295,0,4,86,2010,Solo
+Telephone,Lady Gaga,art pop,2009,2022‑02‑17,122,84,82,-6,11,72,221,1,4,75,2010,Solo
+Alejandro,Lady Gaga,art pop,2009,2022‑02‑17,99,79,62,-7,38,36,274,0,5,72,2010,Solo
+Right Above It,Lil Wayne,hip hop,2010,2022‑02‑17,76,84,38,-4,58,46,272,4,36,74,2010,Solo
+My Chick Bad,Ludacris,atl hip hop,2010,2022‑02‑17,85,72,62,-7,48,76,217,17,38,73,2010,Solo
+How Low,Ludacris,atl hip hop,2010,2022‑02‑17,144,50,79,-7,22,42,202,0,5,68,2010,Solo
+Misery,Maroon 5,pop,2010,2022‑02‑17,103,81,70,-5,22,73,216,0,4,70,2010,Band/Group
+When We Collide,Matt Cardle,talent show,2011,2022‑02‑17,82,68,44,-6,31,45,226,2,3,52,2010,Solo
+Cooler Than Me - Single Mix,Mike Posner,dance pop,2010,2022‑02‑17,130,82,77,-5,69,63,213,18,5,81,2010,Solo
+Can't Be Tamed,Miley Cyrus,dance pop,2010,2022‑02‑17,117,91,63,-3,20,74,168,3,14,69,2010,Solo
+Animal,Neon Trees,modern alternative rock,2010,2022‑02‑17,148,83,48,-6,37,74,212,0,4,76,2010,Band/Group
+Fireflies,Owl City,indietronica,2009,2022‑02‑17,180,66,51,-7,12,47,228,3,4,84,2010,Band/Group
+She Said,Plan B,grime,2010,2022‑02‑17,147,54,72,-6,16,83,211,30,14,39,2010,Duo
+Only Girl (In The World),Rihanna,barbadian pop,2010,2022‑02‑17,126,71,79,-4,6,64,235,11,4,82,2010,Solo
+Rude Boy,Rihanna,barbadian pop,2009,2022‑02‑17,174,75,56,-4,8,81,223,11,13,80,2010,Solo
+What's My Name?,Rihanna,barbadian pop,2010,2022‑02‑17,100,78,69,-3,8,56,263,18,7,75,2010,Solo
+Man Down,Rihanna,barbadian pop,2010,2022‑02‑17,156,91,48,-4,5,54,267,4,19,65,2010,Solo
+Hard,Rihanna,barbadian pop,2009,2022‑02‑17,182,75,31,-4,65,16,251,1,11,60,2010,Solo
+Dancing On My Own - Radio Edit,Robyn,art pop,2010,2022‑02‑17,117,93,57,-6,13,22,278,0,3,65,2010,Solo
+King of Anything,Sara Bareilles,acoustic pop,2010,2022‑02‑17,119,76,68,-4,6,81,207,46,4,66,2010,Solo
+This Ain't a Love Song,Scouting For Girls,dance pop,2017,2022‑02‑17,177,91,46,-4,38,55,211,0,5,58,2010,Band/Group
+Eenie Meenie,Sean Kingston,dance pop,2020,2022‑02‑17,121,64,73,-3,10,84,202,3,3,72,2010,Solo
+Riverside,Sidney Samson,dutch house,2009,2022‑02‑17,126,98,80,-2,13,29,321,0,5,42,2010,Solo
+Alors on danse - Radio Edit,Stromae,belgian pop,2010,2022‑02‑17,120,59,79,-9,7,71,206,10,8,83,2010,Solo
+Stuck Like Glue,Sugarland,contemporary country,2010,2022‑02‑17,84,80,70,-5,5,84,248,33,6,73,2010,Duo
+One - Radio Edit,Swedish House Mafia,dance pop,2010,2022‑02‑17,125,78,80,-7,15,62,170,1,4,62,2010,Band/Group
+Miami 2 Ibiza - Swedish House Mafia vs. Tinie Tempah,Swedish House Mafia,dance pop,2010,2022‑02‑17,125,93,74,-6,40,66,206,0,7,52,2010,Band/Group
+Dynamite,Taio Cruz,dance pop,2010,2022‑02‑17,120,78,75,-4,4,82,203,0,9,85,2010,Solo
+Break Your Heart,Taio Cruz,dance pop,2010,2022‑02‑17,122,93,61,-4,9,57,202,3,3,79,2010,Solo
+The Flood,Take That,boy band,2010,2022‑02‑17,101,83,51,-6,12,14,289,4,4,63,2010,Band/Group
+Back To December,Taylor Swift,pop,2010,2022‑02‑17,142,67,53,-5,33,29,293,12,3,71,2010,Solo
+Mine,Taylor Swift,pop,2010,2022‑02‑17,121,76,62,-3,19,66,231,0,3,70,2010,Solo
+Today Was A Fairytale,Taylor Swift,pop,2011,2022‑02‑17,158,70,49,-4,17,34,242,3,3,56,2010,Solo
+If I Die Young,The Band Perry,contemporary country,2010,2022‑02‑17,131,50,61,-7,28,36,223,35,3,74,2010,Band/Group
+For the First Time,The Script,celtic rock,2011,2022‑02‑17,174,63,40,-5,18,36,253,3,3,66,2010,Band/Group
+All Time Low,The Wanted,boy band,2010,2022‑02‑17,134,62,69,-5,8,79,205,35,5,63,2010,Band/Group
+Seek Bromance (Avicii Vocal Edit),Tim Berg,edm,2010,2022‑02‑17,126,81,49,-3,9,55,201,9,4,55,2010,Solo
+Carry Out (Featuring Justin Timberlake),Timbaland,dance pop,2009,2022‑02‑17,116,57,53,-7,26,27,232,11,11,74,2010,Solo
+If We Ever Meet Again (Featuring Katy Perry),Timbaland,dance pop,2009,2022‑02‑17,126,61,65,-7,6,39,293,0,4,74,2010,Solo
+Pass Out,Tinie Tempah,dance pop,2010,2022‑02‑17,91,89,69,-3,14,53,268,3,30,51,2010,Solo
+Written in the Stars (feat. Eric Turner),Tinie Tempah,dance pop,2010,2022‑02‑17,123,97,62,-3,20,30,208,5,13,51,2010,Solo
+"Hey, Soul Sister",Train,dance pop,2010,2022‑02‑17,97,89,67,-4,8,80,217,19,4,87,2010,Band/Group
+Billionaire (feat. Bruno Mars),Travie McCoy,dance pop,2010,2022‑02‑17,87,67,63,-6,21,66,211,30,26,77,2010,Solo
+Bottoms Up (feat. Nicki Minaj),Trey Songz,dance pop,2010,2022‑02‑17,74,60,84,-5,39,33,242,2,16,78,2010,Solo
+Say Aah (feat. Fabolous),Trey Songz,dance pop,2009,2022‑02‑17,93,87,72,-4,83,81,208,0,11,68,2010,Solo
+What You Know,Two Door Cinema Club,indie rock,2010,2022‑02‑17,139,74,56,-4,8,78,192,0,4,76,2010,Band/Group
+DJ Got Us Fallin' In Love (feat. Pitbull),Usher,atl hip hop,2010,2022‑02‑17,120,86,66,-3,8,65,221,3,11,84,2010,Solo
+OMG (feat. will.i.am),Usher,atl hip hop,2010,2022‑02‑17,130,75,78,-6,36,33,269,20,3,78,2010,Solo
+Hey Daddy (Daddy's Home),Usher,atl hip hop,2010,2022‑02‑17,96,70,59,-4,11,35,224,0,3,65,2010,Solo
+No Hands (feat. Roscoe Dash & Wale),Waka Flocka Flame,atl hip hop,2010,2022‑02‑17,131,60,76,-6,24,36,264,1,4,63,2010,Solo
+We No Speak Americano (Edit),Yolanda Be Cool,australian dance,2020,2022‑02‑17,125,81,90,-5,9,75,157,7,5,65,2010,Duo
+BedRock,Young Money,dance pop,2009,2022‑02‑17,148,66,73,-6,19,56,288,10,30,76,2010,Band/Group
+Rolling in the Deep,Adele,british soul,2011,2020‑06‑16,105,77,73,-5,5,51,228,14,3,84,2011,Solo
+Set Fire to the Rain,Adele,british soul,2011,2020‑06‑16,108,67,60,-4,11,45,243,0,2,81,2011,Solo
+Mr. Saxobeat,Alexandra Stan,dance pop,2011,2020‑06‑16,127,93,72,-4,14,78,195,3,5,69,2011,Solo
+What the Hell,Avril Lavigne,canadian pop,2011,2020‑06‑16,150,93,58,-4,14,88,221,0,5,80,2011,Solo
+Lighters,Bad Meets Evil,detroit hip hop,2011,2020‑06‑16,90,70,68,-8,12,14,304,35,25,74,2011,Duo
+Love On Top,Beyoncé,dance pop,2011,2020‑06‑16,94,75,65,-5,60,65,267,8,9,79,2011,Solo
+Best Thing I Never Had,Beyoncé,dance pop,2011,2020‑06‑16,99,65,55,-4,9,30,254,14,3,74,2011,Solo
+Skinny Love,Birdy,pop,2011,2020‑06‑16,166,29,38,-8,12,17,201,95,5,77,2011,Solo
+Just Can’t Get Enough,Black Eyed Peas,dance pop,2010,2020‑06‑16,94,63,66,-9,11,26,219,19,18,81,2011,Band/Group
+Honey Bee,Blake Shelton,contemporary country,2011,2020‑06‑16,206,85,48,-5,12,72,211,0,4,69,2011,Solo
+Holocene,Bon Iver,eau claire indie,2011,2020‑06‑16,148,30,37,-15,13,15,337,94,3,70,2011,Band/Group
+I Wanna Go,Britney Spears,dance pop,2011,2020‑06‑16,130,55,70,-7,33,79,210,0,4,71,2011,Solo
+Till the World Ends,Britney Spears,dance pop,2011,2020‑06‑16,132,71,69,-6,20,45,238,2,7,71,2011,Solo
+Grenade,Bruno Mars,dance pop,2010,2020‑06‑16,110,56,70,-7,11,25,222,15,5,82,2011,Solo
+Marry You,Bruno Mars,dance pop,2010,2020‑06‑16,145,82,62,-5,10,45,230,33,4,79,2011,Solo
+The Lazy Song,Bruno Mars,dance pop,2010,2020‑06‑16,175,71,79,-5,10,96,189,30,7,77,2011,Solo
+Bounce (feat. Kelis) - Radio Edit,Calvin Harris,dance pop,2012,2020‑06‑16,128,96,78,-2,66,76,222,3,4,67,2011,Solo
+Blind Faith,Chase & Status,dancefloor dnb,2011,2020‑06‑16,140,85,45,-5,23,40,234,1,5,66,2011,Duo
+Champion (feat. Chris Brown),Chip,grime,2011,2020‑06‑16,190,93,42,-3,14,52,237,8,24,54,2011,Solo
+Look At Me Now (feat. Lil' Wayne & Busta Rhymes),Chris Brown,dance pop,2011,2020‑06‑16,146,68,77,-6,14,54,223,3,18,77,2011,Solo
+Yeah 3x,Chris Brown,dance pop,2011,2020‑06‑16,130,88,71,-3,9,70,242,0,4,74,2011,Solo
+Beautiful People,Chris Brown,dance pop,2019,2020‑06‑16,128,78,42,-6,8,54,226,7,16,59,2011,Solo
+Jar of Hearts,Christina Perri,dance pop,2011,2020‑06‑16,75,35,35,-6,12,9,247,73,3,77,2011,Solo
+You Make Me Feel... (feat. Sabi),Cobra Starship,dance pop,2011,2020‑06‑16,132,86,67,-3,4,75,216,2,5,75,2011,Band/Group
+Paradise,Coldplay,permanent wave,2011,2020‑06‑16,140,59,45,-7,8,21,279,5,3,88,2011,Band/Group
+Every Teardrop Is a Waterfall,Coldplay,permanent wave,2011,2020‑06‑16,118,73,43,-7,17,33,241,0,4,75,2011,Band/Group
+Where Them Girls At (feat. Nicki Minaj & Flo Rida),David Guetta,big room,2011,2020‑06‑16,130,87,66,-3,23,56,210,3,4,69,2011,Solo
+Who's That Chick? (feat. Rihanna),David Guetta,big room,2010,2020‑06‑16,128,60,68,-5,5,93,201,0,12,66,2011,Solo
+Coming Home,Diddy - Dirty Money,hip pop,2010,2020‑06‑16,168,84,39,-2,30,23,239,16,19,74,2011,Duo
+Louder,DJ Fresh,dancefloor dnb,2012,2020‑06‑16,140,93,39,-1,35,48,207,2,5,40,2011,Solo
+I'm On One,DJ Khaled,dance pop,2011,2020‑06‑16,149,81,41,-3,63,44,296,5,32,75,2011,Solo
+I Need A Doctor,Dr. Dre,g funk,2011,2020‑06‑16,156,95,59,-5,31,40,284,9,45,77,2011,Solo
+Headlines,Drake,canadian hip hop,2011,2020‑06‑16,152,57,64,-7,9,43,236,37,11,80,2011,Solo
+The A Team,Ed Sheeran,pop,2011,2020‑06‑16,85,29,64,-10,18,41,258,67,4,80,2011,Solo
+Lego House,Ed Sheeran,pop,2011,2020‑06‑16,160,64,59,-8,13,56,185,56,10,77,2011,Solo
+Stereo Love - Radio Edit,Edward Maya,romanian house,2010,2020‑06‑16,127,78,80,-4,8,59,185,3,3,71,2011,Solo
+Tonight (I'm Fuckin' You),Enrique Iglesias,dance pop,2010,2020‑06‑16,126,88,67,-5,14,27,232,3,4,65,2011,Solo
+Springsteen,Eric Church,contemporary country,2011,2020‑06‑16,104,81,69,-6,19,93,263,10,3,77,2011,Solo
+Changed the Way You Kiss Me - Radio Edit,Example,dance pop,2011,2020‑06‑16,127,86,58,-4,9,19,195,1,4,69,2011,Solo
+Rocketeer,Far East Movement,asian american hip hop,2010,2020‑06‑16,96,85,66,-6,27,36,211,18,5,73,2011,Band/Group
+Shake It Out,Florence + The Machine,baroque pop,2011,2020‑06‑16,107,80,53,-4,11,22,278,1,4,68,2011,Band/Group
+Pumped Up Kicks,Foster The People,indietronica,2011,2020‑06‑16,128,71,73,-6,10,97,240,14,3,88,2011,Band/Group
+Tongue Tied,Grouplove,indie pop,2011,2020‑06‑16,113,94,56,-6,16,37,218,1,4,84,2011,Band/Group
+Stereo Hearts (feat. Adam Levine),Gym Class Heroes,dance pop,2011,2020‑06‑16,90,80,65,-3,27,80,211,3,10,87,2011,Band/Group
+Tonight Tonight,Hot Chelle Rae,dance pop,2011,2020‑06‑16,100,78,69,-5,16,81,200,8,12,79,2011,Band/Group
+Dirt Road Anthem,Jason Aldean,contemporary country,2010,2020‑06‑16,127,74,68,-5,12,64,229,35,4,77,2011,Solo
+It Girl,Jason Derulo,dance pop,2011,2020‑06‑16,92,72,67,-5,10,35,192,2,6,76,2011,Solo
+Don't Wanna Go Home,Jason Derulo,dance pop,2011,2020‑06‑16,122,81,67,-5,13,64,206,2,7,68,2011,Solo
+On The Floor,Jennifer Lopez,dance pop,2011,2020‑06‑16,130,78,73,-5,7,57,285,11,5,84,2011,Solo
+Down On Me,Jeremih,chicago rap,2010,2020‑06‑16,160,60,70,-8,11,59,228,4,11,77,2011,Solo
+Do It Like A Dude,Jessie J,dance pop,2011,2020‑06‑16,140,84,66,-4,36,38,195,5,5,53,2011,Solo
+All Of The Lights,Kanye West,chicago rap,2010,2020‑06‑16,142,80,53,-3,18,22,300,8,7,82,2011,Solo
+Last Friday Night (T.G.I.F.),Katy Perry,dance pop,2012,2020‑06‑16,126,82,65,-4,67,77,231,0,4,80,2011,Solo
+Firework,Katy Perry,dance pop,2010,2020‑06‑16,124,83,64,-5,11,65,228,14,5,72,2011,Solo
+E.T.,Katy Perry,dance pop,2012,2020‑06‑16,152,87,62,-5,37,76,230,2,18,71,2011,Solo
+Motivation,Kelly Rowland,atl hip hop,2011,2020‑06‑16,141,67,74,-6,11,27,231,19,4,70,2011,Solo
+Pretty Girl Rock,Keri Hilson,dance pop,2010,2020‑06‑16,160,87,67,-5,9,90,244,20,25,72,2011,Solo
+We R Who We R,Kesha,dance pop,2010,2020‑06‑16,120,82,74,-5,12,65,205,1,4,77,2011,Solo
+Blow,Kesha,dance pop,2010,2020‑06‑16,120,73,75,-4,7,81,220,0,4,75,2011,Solo
+Earthquake (feat. Tinie Tempah),Labrinth,indie poptimism,2012,2020‑06‑16,153,86,54,-4,28,26,275,11,10,68,2011,Solo
+Just A Kiss,Lady A,contemporary country,2011,2020‑06‑16,143,64,59,-6,10,33,219,45,3,69,2011,Band/Group
+Born This Way,Lady Gaga,art pop,2011,2020‑06‑16,124,83,59,-5,33,49,260,0,16,73,2011,Solo
+The Edge Of Glory,Lady Gaga,art pop,2011,2020‑06‑16,128,77,58,-7,11,36,321,0,4,68,2011,Solo
+6 Foot 7 Foot,Lil Wayne,hip hop,2011,2020‑06‑16,79,75,37,-5,32,60,249,0,30,77,2011,Solo
+How To Love,Lil Wayne,hip hop,2011,2020‑06‑16,154,66,64,-6,11,27,240,0,4,72,2011,Solo
+Party Rock Anthem,LMFAO,dance pop,2011,2020‑06‑16,130,73,75,-4,27,36,262,2,14,74,2011,Duo
+Sexy And I Know It,LMFAO,dance pop,2011,2020‑06‑16,130,86,71,-4,19,80,199,10,32,68,2011,Duo
+The Show Goes On,Lupe Fiasco,chicago rap,2011,2020‑06‑16,143,89,59,-4,16,65,240,2,12,76,2011,Solo
+I Follow Rivers - The Magician Remix,Lykke Li,art pop,2021,2020‑06‑25,122,70,79,-6,8,30,280,2,4,67,2011,Solo
+Midnight City,M83,french shoegaze,2011,2020‑06‑16,105,71,53,-7,18,32,241,2,4,76,2011,Duo
+Donald Trump,Mac Miller,hip hop,2011,2020‑06‑16,163,90,64,-7,39,84,166,12,12,67,2011,Solo
+Buzzin Remix,Mann,pop rap,2011,2020‑06‑16,104,94,69,-4,28,54,224,9,15,53,2011,Solo
+"Moves Like Jagger - Studio Recording From ""The Voice"" Performance",Maroon 5,pop,2010,2020‑06‑16,128,76,72,-4,31,62,201,1,5,75,2011,Band/Group
+Sure Thing,Miguel,dance pop,2010,2020‑06‑16,81,61,68,-8,19,50,195,3,10,84,2011,Solo
+When We Stand Together,Nickelback,alternative metal,2011,2020‑06‑16,188,90,45,-4,4,88,191,0,5,71,2011,Band/Group
+Super Bass,Nicki Minaj,dance pop,2010,2020‑06‑16,127,86,72,-4,60,67,200,27,20,83,2011,Solo
+L.I.F.E.G.O.E.S.O.N.,Noah And The Whale,indie folk,2011,2020‑06‑16,82,75,60,-6,35,61,228,21,4,63,2011,Band/Group
+Heart Skips a Beat (feat. Rizzle Kicks),Olly Murs,dance pop,2011,2020‑06‑16,111,88,84,-4,8,88,202,14,6,66,2011,Solo
+Good Life,OneRepublic,dance pop,2009,2020‑06‑16,95,69,63,-8,13,65,253,8,5,78,2011,Band/Group
+Raise Your Glass,P!nk,dance pop,2010,2020‑06‑16,122,71,70,-5,3,62,203,0,8,81,2011,Solo
+"Give Me Everything (feat. Ne-Yo, Afrojack & Nayer)",Pitbull,dance pop,2011,2020‑06‑16,129,94,67,-3,30,53,252,19,16,86,2011,Solo
+Hey Baby (Drop It to the Floor) (feat. T-Pain),Pitbull,dance pop,2011,2020‑06‑16,128,91,60,-3,26,76,234,4,9,76,2011,Solo
+Read All About It,Professor Green,grime,2021,2020‑06‑16,101,75,66,-6,22,45,236,34,4,35,2011,Solo
+The Adventures of Rain Dance Maggie,Red Hot Chili Peppers,alternative rock,2011,2020‑06‑16,106,73,68,-5,26,58,282,0,3,71,2011,Band/Group
+S&M,Rihanna,barbadian pop,2010,2020‑06‑16,128,68,77,-5,9,84,244,1,4,82,2011,Solo
+We Found Love,Rihanna,barbadian pop,2011,2020‑06‑16,128,77,74,-4,11,60,215,3,4,80,2011,Solo
+What's My Name?,Rihanna,barbadian pop,2010,2020‑06‑16,100,78,69,-3,8,56,263,18,7,75,2011,Solo
+Down With The Trumpets,Rizzle Kicks,uk hip hop,2011,2020‑06‑16,115,88,75,-5,24,79,187,9,8,65,2011,Duo
+Loca People - Radio Edit,Sak Noel,electro house,2011,2020‑06‑16,128,81,93,-3,5,70,216,0,6,45,2011,Solo
+Love You Like A Love Song,Selena Gomez & The Scene,dance pop,2011,2020‑06‑16,117,68,86,-4,7,92,188,8,5,85,2011,Band/Group
+Who Says,Selena Gomez & The Scene,dance pop,2011,2020‑06‑16,101,93,68,-3,15,74,196,8,5,81,2011,Band/Group
+Sweat - Remix,Snoop Dogg,g funk,2011,2020‑06‑16,130,73,81,-6,8,73,196,6,3,73,2011,Solo
+Save The World,Swedish House Mafia,dance pop,2011,2020‑06‑16,127,67,51,-8,8,40,213,1,5,70,2011,Band/Group
+Higher,Taio Cruz,dance pop,2011,2020‑06‑16,128,92,67,-5,13,70,188,0,8,51,2011,Solo
+If I Die Young,The Band Perry,contemporary country,2010,2020‑06‑16,131,50,61,-7,28,36,223,35,3,74,2011,Band/Group
+Glad You Came,The Wanted,boy band,2011,2020‑06‑16,127,85,72,-4,11,45,198,3,6,83,2011,Band/Group
+More - RedOne Jimmy Joker Remix,Usher,atl hip hop,2010,2020‑06‑16,125,89,55,-3,35,79,220,0,5,72,2011,Solo
+No Hands (feat. Roscoe Dash & Wale),Waka Flocka Flame,atl hip hop,2010,2020‑06‑16,131,60,76,-6,24,36,264,1,4,81,2011,Solo
+Black and Yellow,Wiz Khalifa,dance pop,2011,2020‑06‑16,164,83,68,-5,27,54,218,6,7,80,2011,Solo
+Roll Up,Wiz Khalifa,dance pop,2011,2020‑06‑16,125,81,52,-5,9,60,228,5,19,68,2011,Solo
+Skyfall,Adele,british soul,2012,2020‑06‑22,76,55,35,-7,11,8,286,42,3,80,2012,Solo
+Rumour Has It,Adele,british soul,2011,2020‑06‑22,120,75,61,-5,17,57,223,62,4,72,2012,Solo
+Years,Alesso,dance pop,2013,2020‑06‑22,128,82,37,-6,17,32,195,0,8,53,2012,Solo
+Too Close,Alex Clare,modern alternative rock,2011,2020‑06‑22,126,71,58,-4,11,29,257,1,4,67,2012,Solo
+Breezeblocks,alt-J,indie rock,2012,2020‑06‑22,150,66,62,-7,21,29,227,10,3,77,2012,Band/Group
+R U Mine?,Arctic Monkeys,garage rock,2012,2020‑06‑22,97,79,52,-5,70,68,200,5,3,39,2012,Band/Group
+One Day / Reckoning Song (Wankelmut Remix) - Radio Edit,Asaf Avidan,israeli pop,2012,2020‑06‑22,119,67,83,-6,17,53,215,22,6,72,2012,Solo
+Levels - Radio Edit,Avicii,dance pop,2011,2020‑06‑22,126,89,58,-6,31,46,200,5,3,82,2012,Solo
+Silhouettes - Original Radio Edit,Avicii,dance pop,2012,2020‑06‑22,128,80,61,-6,12,84,212,16,5,68,2012,Solo
+212,Azealia Banks,dance pop,2014,2020‑06‑22,126,77,85,-6,8,62,205,1,26,73,2012,Solo
+So Good,B.o.B,atl hip hop,2012,2020‑06‑22,86,90,66,-5,22,59,213,4,14,70,2012,Solo
+Locked out of Heaven,Bruno Mars,dance pop,2012,2020‑06‑11,144,70,73,-4,31,87,233,5,4,91,2012,Solo
+It Will Rain,Bruno Mars,dance pop,2011,2020‑06‑22,150,84,58,-7,8,48,258,34,5,74,2012,Solo
+Feel So Close - Radio Edit,Calvin Harris,dance pop,2012,2020‑06‑22,128,92,71,-3,20,92,206,0,3,85,2012,Solo
+Let's Go (feat. Ne-Yo),Calvin Harris,dance pop,2012,2020‑06‑22,128,88,71,-3,29,88,233,1,6,71,2012,Solo
+We'll Be Coming Back (feat. Example),Calvin Harris,dance pop,2012,2020‑06‑22,128,95,60,-4,60,57,234,0,9,68,2012,Solo
+Call Me Maybe,Carly Rae Jepsen,canadian pop,2012,2020‑06‑22,120,58,78,-7,11,66,193,1,4,76,2012,Solo
+Blown Away,Carrie Underwood,contemporary country,2012,2022‑03‑22,137,84,53,-3,3,39,240,9,4,68,2012,Solo
+Want U Back,Cher Lloyd,dance pop,2012,2020‑06‑22,98,89,69,-3,56,56,215,6,9,71,2012,Solo
+Turn Up the Music,Chris Brown,dance pop,2012,2020‑06‑22,130,84,59,-6,16,64,228,0,10,69,2012,Solo
+Paradise,Coldplay,permanent wave,2011,2020‑06‑22,140,59,45,-7,8,21,279,5,3,88,2012,Band/Group
+Princess of China,Coldplay,permanent wave,2011,2020‑06‑22,85,69,42,-6,29,24,239,0,3,72,2012,Band/Group
+Turn Me On (feat. Nicki Minaj),David Guetta,big room,2011,2020‑06‑22,128,79,71,-2,57,41,200,5,6,64,2012,Solo
+In The Dark,DEV,dance pop,2012,2020‑06‑22,125,82,74,-4,33,44,226,0,7,62,2012,Solo
+Latch,Disclosure,edm,2013,2020‑06‑22,122,74,73,-5,9,54,256,2,9,75,2012,Duo
+Hot Right Now - Edit,DJ Fresh,dancefloor dnb,2010,2020‑06‑22,175,96,51,-2,12,39,179,1,4,41,2012,Solo
+Take Care,Drake,canadian hip hop,2011,2020‑06‑22,122,52,63,-10,9,30,277,3,27,81,2012,Solo
+The Motto,Drake,canadian hip hop,2011,2020‑06‑22,202,44,77,-9,11,39,182,0,36,79,2012,Solo
+Lights - Single Version,Ellie Goulding,dance pop,2010,2020‑06‑22,120,80,68,-6,13,78,211,3,4,68,2012,Solo
+Good Feeling,Flo Rida,dance pop,2012,2020‑06‑22,128,89,71,-4,31,68,248,6,7,81,2012,Solo
+Spectrum (Say My Name) - Calvin Harris Remix,Florence + The Machine,baroque pop,2012,2020‑06‑22,126,95,58,-4,10,59,218,0,5,59,2012,Band/Group
+Lost,Frank Ocean,alternative r&b,2012,2020‑06‑22,123,60,91,-5,17,50,234,3,23,91,2012,Solo
+Thinkin Bout You,Frank Ocean,alternative r&b,2012,2020‑06‑22,130,34,72,-11,10,20,201,41,5,81,2012,Solo
+We Are Young (feat. Janelle Monáe),fun.,baroque pop,2012,2020‑06‑22,184,64,38,-6,8,74,251,2,8,79,2012,Band/Group
+Some Nights,fun.,baroque pop,2012,2020‑06‑22,108,74,67,-7,9,39,277,2,5,76,2012,Band/Group
+Somebody That I Used To Know,Gotye,australian pop,2011,2020‑06‑22,129,50,86,-7,10,72,245,59,4,81,2012,Solo
+Oblivion,Grimes,art pop,2012,2020‑06‑22,156,53,70,-9,9,49,251,12,3,71,2012,Solo
+Ass Back Home (feat. Neon Hitch),Gym Class Heroes,dance pop,2011,2020‑06‑22,130,84,72,-4,15,65,222,13,5,67,2012,Band/Group
+I Love It (feat. Charli XCX),Icona Pop,candy pop,2013,2020‑06‑22,126,91,71,-3,15,82,157,1,3,74,2012,Duo
+It's Time,Imagine Dragons,modern rock,2012,2020‑06‑22,105,88,66,-5,14,86,238,2,4,72,2012,Band/Group
+On Top Of The World,Imagine Dragons,modern rock,2012,2020‑06‑22,100,93,64,-6,9,76,190,9,15,72,2012,Band/Group
+Ni**as In Paris,JAY-Z,east coast hip hop,2011,2020‑06‑22,140,86,79,-6,35,78,219,13,31,88,2012,Solo
+Boyfriend,Justin Bieber,canadian pop,2012,2020‑06‑22,97,55,72,-6,13,33,171,4,5,68,2012,Solo
+Mercy,Kanye West,chicago rap,2012,2020‑06‑22,140,50,56,-9,17,43,329,7,41,79,2012,Solo
+Brokenhearted,Karmin,dance pop,2012,2020‑06‑22,120,77,77,-3,5,89,227,1,6,70,2012,Duo
+The One That Got Away,Katy Perry,dance pop,2012,2020‑06‑22,134,79,69,-4,20,86,227,0,4,78,2012,Solo
+Part Of Me,Katy Perry,dance pop,2012,2020‑06‑22,130,92,68,-5,7,77,216,0,4,78,2012,Solo
+Swimming Pools (Drank) - Extended Version,Kendrick Lamar,conscious hip hop,2012,2020‑06‑22,74,49,72,-8,60,26,314,12,40,76,2012,Solo
+m.A.A.d city,Kendrick Lamar,conscious hip hop,2012,2020‑06‑22,91,73,49,-7,44,22,350,5,27,73,2012,Solo
+Die Young,Kesha,dance pop,2012,2020‑06‑25,128,70,71,-5,22,80,212,0,5,83,2012,Solo
+C'Mon,Kesha,dance pop,2012,2020‑06‑22,126,78,56,-5,10,29,214,1,10,67,2012,Solo
+Ride,Lana Del Rey,art pop,2012,2020‑06‑22,94,69,37,-6,38,19,289,13,3,64,2012,Solo
+Video Games,Lana Del Rey,art pop,2012,2020‑06‑22,122,25,39,-10,9,18,282,81,3,63,2012,Solo
+Born To Die,Lana Del Rey,art pop,2012,2020‑06‑22,86,63,39,-7,20,40,286,20,4,62,2012,Solo
+BURN IT DOWN,Linkin Park,alternative metal,2012,2020‑06‑22,110,97,59,-4,7,59,230,1,5,79,2012,Band/Group
+Sexy And I Know It,LMFAO,dance pop,2011,2020‑06‑22,130,86,71,-4,19,80,199,10,32,68,2012,Duo
+Battle Scars (with Guy Sebastian),Lupe Fiasco,chicago rap,2012,2020‑06‑22,168,81,52,-5,11,49,250,19,29,74,2012,Solo
+Primadonna,MARINA,art pop,2012,2020‑06‑22,128,69,66,-3,9,43,221,9,3,84,2012,Solo
+How to Be a Heartbreaker,MARINA,art pop,2012,2020‑06‑22,140,90,69,-5,11,85,221,1,5,77,2012,Solo
+One More Night,Maroon 5,pop,2012,2020‑06‑22,93,82,72,-3,8,61,219,4,3,74,2012,Band/Group
+Payphone,Maroon 5,pop,2012,2020‑06‑22,110,76,74,-5,37,52,231,1,4,69,2012,Band/Group
+Adorn,Miguel,dance pop,2012,2020‑06‑22,179,58,63,-6,19,24,193,5,18,72,2012,Solo
+Madness,Muse,modern rock,2012,2020‑06‑22,180,42,50,-8,11,22,281,13,7,72,2012,Band/Group
+Everybody Talks,Neon Trees,modern alternative rock,2012,2020‑06‑22,155,92,47,-4,31,73,177,0,6,85,2012,Band/Group
+Starships,Nicki Minaj,dance pop,2011,2020‑06‑22,125,72,75,-2,25,75,211,14,8,78,2012,Solo
+Pound The Alarm,Nicki Minaj,dance pop,2012,2020‑06‑22,125,86,73,-4,2,59,206,4,6,69,2012,Solo
+Dirty Paws,Of Monsters and Men,folk-pop,2012,2021‑08‑09,112,65,36,-7,6,13,278,11,3,74,2012,Band/Group
+Troublemaker (feat. Flo Rida),Olly Murs,dance pop,2012,2020‑06‑22,106,86,76,-4,13,97,186,2,6,80,2012,Solo
+What Makes You Beautiful,One Direction,boy band,2012,2020‑06‑22,125,79,73,-2,6,89,200,1,7,88,2012,Band/Group
+Live While We're Young,One Direction,boy band,2012,2020‑06‑22,126,86,66,-2,14,93,200,5,5,79,2012,Band/Group
+Million Voices - Radio Edit,Otto Knows,edm,2012,2020‑06‑22,126,89,58,-6,7,7,193,0,4,75,2012,Solo
+Good Time,Owl City,indietronica,2012,2020‑06‑22,126,87,56,-4,37,68,206,2,14,82,2012,Band/Group
+Blow Me (One Last Kiss),P!nk,dance pop,2012,2020‑06‑22,114,92,60,-3,28,73,256,0,4,71,2012,Solo
+Take a Walk,Passion Pit,alternative dance,2012,2020‑06‑22,101,76,57,-6,32,45,264,3,4,74,2012,Band/Group
+"Gone, Gone, Gone",Phillip Phillips,folk-pop,2013,2020‑06‑22,118,64,66,-6,11,50,210,13,4,76,2012,Solo
+Home,Phillip Phillips,folk-pop,2013,2021‑08‑09,121,83,61,-6,12,32,210,3,3,73,2012,Solo
+Gangnam Style (강남스타일),PSY,k-pop,2012,2020‑06‑22,132,94,73,-3,9,75,219,0,29,77,2012,Solo
+We Found Love,Rihanna,barbadian pop,2011,2020‑06‑22,128,77,74,-4,11,60,215,3,4,80,2012,Solo
+Where Have You Been,Rihanna,barbadian pop,2011,2020‑06‑22,128,85,72,-6,22,44,243,0,9,76,2012,Solo
+R.I.P. (feat. Tinie Tempah),Rita Ora,dance pop,2012,2020‑06‑22,72,83,61,-3,65,35,228,3,5,52,2012,Solo
+Mama Do The Hump,Rizzle Kicks,uk hip hop,2011,2020‑06‑22,98,89,72,-4,7,56,216,1,13,61,2012,Duo
+Candy,Robbie Williams,dance pop,2012,2020‑06‑22,116,79,72,-7,7,88,201,4,4,73,2012,Solo
+Feel the Love (feat. John Newman),Rudimental,dance pop,2013,2020‑06‑22,180,71,39,-7,69,24,245,0,6,52,2012,Band/Group
+Hands on the Wheel (feat. Asap Rocky),ScHoolboy Q,gangster rap,2012,2020‑06‑22,128,78,65,-7,7,18,197,2,11,67,2012,Solo
+Bangarang (feat. Sirah),Skrillex,brostep,2011,2020‑06‑29,110,97,72,-2,32,58,215,1,20,75,2012,Solo
+"Young, Wild & Free (feat. Bruno Mars)",Snoop Dogg,g funk,2011,2020‑06‑22,95,66,72,-6,12,53,207,5,14,82,2012,Solo
+Don't You Worry Child - Radio Edit,Swedish House Mafia,dance pop,2012,2020‑06‑22,129,84,61,-3,12,44,213,11,5,81,2012,Band/Group
+I Knew You Were Trouble.,Taylor Swift,pop,2012,2020‑06‑22,77,47,62,-7,3,68,220,0,4,82,2012,Solo
+We Are Never Ever Getting Back Together,Taylor Swift,pop,2012,2020‑06‑22,86,68,63,-6,12,75,193,1,9,80,2012,Solo
+Ho Hey,The Lumineers,folk-pop,2012,2020‑06‑22,80,47,69,-9,9,35,163,79,3,77,2012,Band/Group
+Chasing The Sun,The Wanted,boy band,2012,2020‑06‑22,128,73,64,-6,50,68,199,24,10,74,2012,Band/Group
+Angels,The xx,downtempo,2012,2020‑06‑22,92,16,42,-18,10,34,172,95,4,68,2012,Band/Group
+Drive By,Train,dance pop,2012,2020‑06‑22,122,84,77,-3,8,72,196,0,3,82,2012,Band/Group
+50 Ways to Say Goodbye,Train,dance pop,2012,2020‑06‑22,140,94,59,-3,14,74,248,0,5,73,2012,Band/Group
+Heart Attack,Trey Songz,dance pop,2012,2020‑06‑22,150,86,61,-5,23,48,233,6,13,61,2012,Solo
+Rack City,Tyga,dance pop,2012,2020‑06‑22,99,34,93,-11,19,27,203,4,37,67,2012,Solo
+Faded,Tyga,dance pop,2012,2020‑06‑22,95,67,83,-8,35,34,207,1,19,63,2012,Solo
+Climax,Usher,atl hip hop,2012,2020‑06‑22,136,48,65,-9,16,33,233,55,8,65,2012,Solo
+Anna Sun,WALK THE MOON,dance pop,2012,2021‑08‑09,140,84,47,-7,24,34,321,0,5,68,2012,Band/Group
+"Work Hard, Play Hard",Wiz Khalifa,dance pop,2012,2020‑06‑22,140,67,79,-4,30,49,219,4,5,67,2012,Solo
+We Own It (Fast & Furious),2 Chainz,atl hip hop,2013,2020‑06‑11,172,90,56,-5,5,56,228,5,40,75,2013,Solo
+"F**kin' Problems (feat. Drake, 2 Chainz & Kendrick Lamar)",A$AP Rocky,east coast hip hop,2013,2020‑06‑11,96,69,85,-7,11,66,234,2,28,81,2013,Solo
+Why'd You Only Call Me When You're High?,Arctic Monkeys,garage rock,2013,2020‑06‑11,92,63,69,-6,10,80,161,5,4,90,2013,Band/Group
+Do I Wanna Know?,Arctic Monkeys,garage rock,2013,2020‑06‑11,85,53,55,-8,22,41,272,19,3,89,2013,Band/Group
+The Way,Ariana Grande,dance pop,2013,2020‑06‑11,82,88,65,-3,8,86,227,29,11,71,2013,Solo
+Wake Me Up,Avicii,dance pop,2013,2020‑06‑11,124,78,53,-6,16,64,247,0,5,89,2013,Solo
+I Could Be The One (Avicii Vs. Nicky Romero) - Radio Edit,Avicii,dance pop,2012,2020‑06‑11,128,79,51,-4,32,64,208,33,4,73,2013,Solo
+Here's to Never Growing Up,Avril Lavigne,canadian pop,2013,2020‑06‑11,165,87,48,-3,41,74,214,1,9,75,2013,Solo
+Sail,AWOLNATION,la indie,2011,2020‑06‑11,119,44,83,-10,10,27,259,44,6,80,2013,Band/Group
+Harlem Shake,Baauer,bass trap,2013,2020‑06‑11,138,79,45,-5,42,28,197,1,5,63,2013,Solo
+Pompeii,Bastille,metropopolis,2013,2020‑06‑11,127,72,68,-6,27,57,214,8,4,80,2013,Band/Group
+Of The Night,Bastille,metropopolis,2013,2020‑06‑11,125,83,67,-7,9,35,214,2,4,66,2013,Band/Group
+Get Up (Rattle),Bingo Players,big room,2013,2020‑06‑11,128,98,80,-3,26,80,167,2,7,61,2013,Duo
+Sure Be Cool If You Did,Blake Shelton,contemporary country,2013,2020‑06‑11,137,73,58,-5,11,58,216,26,4,61,2013,Solo
+Ready or Not,Bridgit Mendler,dance pop,2012,2020‑06‑11,93,87,72,-4,11,75,201,0,5,77,2013,Solo
+Work Bitch,Britney Spears,dance pop,2013,2020‑06‑11,128,82,63,-7,7,85,248,16,16,76,2013,Solo
+Locked out of Heaven,Bruno Mars,dance pop,2012,2020‑06‑11,144,70,73,-4,31,87,233,5,4,91,2013,Solo
+When I Was Your Man,Bruno Mars,dance pop,2012,2020‑06‑11,73,28,61,-9,9,39,214,93,4,89,2013,Solo
+Treasure,Bruno Mars,dance pop,2012,2020‑06‑11,116,69,87,-5,32,94,179,4,4,83,2013,Solo
+Sweet Nothing (feat. Florence Welch),Calvin Harris,dance pop,2012,2020‑06‑11,128,93,57,-4,6,58,213,20,11,76,2013,Solo
+I Need Your Love (feat. Ellie Goulding),Calvin Harris,dance pop,2012,2020‑06‑11,125,87,70,-5,24,58,235,41,5,75,2013,Solo
+Thinking About You (feat. Ayah Marar),Calvin Harris,dance pop,2012,2020‑06‑11,128,87,73,-4,10,75,248,0,4,71,2013,Solo
+Drinking from the Bottle (feat. Tinie Tempah),Calvin Harris,dance pop,2012,2020‑06‑11,128,89,67,-4,5,53,240,5,5,67,2013,Solo
+Safe And Sound,Capital Cities,metropopolis,2013,2020‑06‑11,118,82,66,-5,10,77,193,0,3,87,2013,Duo
+3005,Childish Gambino,atl hip hop,2013,2020‑06‑11,166,45,47,-7,9,64,234,11,33,83,2013,Solo
+Fine China,Chris Brown,dance pop,2014,2020‑06‑11,104,73,65,-5,12,59,213,4,6,66,2013,Solo
+The Mother We Share,CHVRCHES,electropop,2013,2020‑06‑11,174,69,46,-6,13,34,191,3,3,61,2013,Band/Group
+Body Party,Ciara,dance pop,2013,2020‑06‑11,134,58,58,-6,60,12,234,1,6,70,2013,Solo
+Get Lucky (feat. Pharrell Williams & Nile Rodgers) - Radio Edit,Daft Punk,electro,2013,2020‑06‑11,116,81,79,-9,10,86,248,4,4,88,2013,Duo
+Lose Yourself to Dance (feat. Pharrell Williams),Daft Punk,electro,2013,2020‑06‑11,100,66,83,-8,8,67,354,8,6,74,2013,Duo
+Play Hard (feat. Ne-Yo & Akon),David Guetta,big room,2011,2020‑06‑11,130,92,69,-2,33,80,201,17,5,65,2013,Solo
+Heart Attack,Demi Lovato,dance pop,2013,2020‑06‑11,174,79,50,-5,24,50,211,7,10,85,2013,Solo
+White Noise,Disclosure,edm,2013,2020‑06‑11,120,85,68,-6,35,87,278,1,5,54,2013,Duo
+"Hold On, We're Going Home",Drake,canadian hip hop,2013,2020‑06‑11,100,41,78,-7,7,29,228,0,9,76,2013,Solo
+Started From the Bottom,Drake,canadian hip hop,2013,2020‑06‑11,86,52,79,-8,16,58,174,3,16,71,2013,Solo
+Need U (100%) (feat. A*M*E) - Radio Edit,Duke Dumont,destroy techno,2013,2020‑06‑11,124,85,67,-5,39,46,174,0,5,65,2013,Solo
+The Monster,Eminem,detroit hip hop,2013,2020‑06‑11,110,85,78,-4,12,62,250,5,7,81,2013,Solo
+Berzerk,Eminem,detroit hip hop,2013,2020‑06‑11,95,87,74,-4,26,68,239,2,33,72,2013,Solo
+My Songs Know What You Did In The Dark (Light Em Up),Fall Out Boy,emo,2013,2020‑06‑11,152,92,56,-4,54,57,187,3,6,77,2013,Band/Group
+I Cry,Flo Rida,dance pop,2012,2020‑06‑11,126,82,69,-5,32,76,224,1,4,69,2013,Solo
+Cruise,Florida Georgia Line,contemporary country,2012,2020‑06‑11,148,95,46,-3,5,88,209,2,4,63,2013,Duo
+I Love It (feat. Charli XCX),Icona Pop,candy pop,2013,2020‑06‑11,126,91,71,-3,15,82,157,1,3,74,2013,Duo
+Demons,Imagine Dragons,modern rock,2012,2020‑06‑11,90,71,51,-3,33,43,175,19,3,78,2013,Band/Group
+Radioactive,Imagine Dragons,modern rock,2012,2020‑06‑11,136,78,45,-4,67,24,187,11,6,77,2013,Band/Group
+Power Trip (feat. Miguel),J. Cole,conscious hip hop,2013,2020‑06‑11,100,61,67,-7,43,48,241,32,22,81,2013,Solo
+Talk Dirty (feat. 2 Chainz),Jason Derulo,dance pop,2013,2020‑06‑11,100,65,76,-7,31,76,178,3,23,71,2013,Solo
+The Other Side,Jason Derulo,dance pop,2013,2020‑06‑11,128,84,56,-4,14,52,227,5,10,66,2013,Solo
+Holy Grail,JAY-Z,east coast hip hop,2013,2020‑06‑11,145,53,68,-7,26,16,338,6,8,68,2013,Solo
+Love Me Again,John Newman,dance pop,2013,2020‑06‑11,126,89,50,-5,10,21,240,0,4,69,2013,Solo
+Beauty And A Beat,Justin Bieber,canadian pop,2012,2020‑06‑11,128,84,60,-5,7,53,228,0,6,78,2013,Solo
+Mirrors,Justin Timberlake,dance pop,2013,2020‑06‑11,77,51,57,-7,9,51,484,23,5,83,2013,Solo
+Suit & Tie (feat. Jay-Z),Justin Timberlake,dance pop,2013,2020‑06‑11,102,60,80,-4,16,36,326,10,22,72,2013,Solo
+Black Skinhead,Kanye West,chicago rap,2013,2020‑06‑11,130,81,77,-6,17,33,188,0,28,80,2013,Solo
+This Is How We Do,Katy Perry,dance pop,2013,2020‑06‑11,96,64,69,-6,15,80,204,2,5,66,2013,Solo
+Sonnentanz - Sun Don't Shine,Klangkarussell,austrian pop,2013,2020‑06‑11,120,54,59,-8,11,17,236,11,9,56,2013,Duo
+All I Want,Kodaline,irish pop,2013,2020‑06‑11,187,41,19,-10,8,16,306,17,5,86,2013,Band/Group
+High Hopes,Kodaline,irish pop,2013,2020‑06‑11,77,49,49,-6,19,22,230,58,3,73,2013,Band/Group
+Summertime Sadness (Lana Del Rey Vs. Cedric Gervais) - Cedric Gervais Remix,Lana Del Rey,art pop,2013,2020‑06‑11,126,81,57,-6,13,11,215,2,6,78,2013,Solo
+Love Me,Lil Wayne,hip hop,2013,2020‑06‑11,125,63,67,-6,9,50,255,1,3,73,2013,Solo
+Somewhere Only We Know,Lily Allen,dance pop,2014,2020‑06‑11,81,29,31,-11,10,29,209,93,3,56,2013,Solo
+Royals,Lorde,art pop,2013,2020‑06‑11,85,43,67,-10,13,34,190,12,12,83,2013,Solo
+Team,Lorde,art pop,2013,2020‑06‑11,100,58,69,-7,31,42,193,17,9,82,2013,Solo
+Can't Hold Us (feat. Ray Dalton),Macklemore & Ryan Lewis,dance pop,2012,2020‑06‑11,146,92,64,-4,9,85,258,3,8,87,2013,Duo
+Thrift Shop (feat. Wanz),Macklemore & Ryan Lewis,dance pop,2012,2020‑06‑11,95,53,78,-7,5,67,236,6,29,79,2013,Duo
+Same Love (feat. Mary Lambert),Macklemore & Ryan Lewis,dance pop,2012,2020‑06‑11,85,47,69,-9,10,30,319,72,17,69,2013,Duo
+Daylight,Maroon 5,pop,2012,2020‑06‑11,120,68,66,-6,21,33,225,0,3,66,2013,Band/Group
+Animals - Radio Edit,Martin Garrix,dance pop,2016,2020‑06‑11,128,91,59,-5,7,4,176,0,4,64,2013,Solo
+It's a Beautiful Day,Michael Bublé,adult standards,2013,2020‑06‑11,144,80,53,-4,30,78,199,6,4,71,2013,Solo
+We Can't Stop,Miley Cyrus,dance pop,2013,2020‑06‑11,80,62,61,-6,37,48,231,1,3,83,2013,Solo
+I Will Wait,Mumford & Sons,modern folk rock,2012,2020‑06‑11,131,76,48,-5,31,45,277,1,3,73,2013,Band/Group
+La La La,Naughty Boy,tropical house,2013,2020‑06‑11,125,68,75,-4,11,25,221,11,3,63,2013,Solo
+Hey Porsche,Nelly,dance pop,2013,2020‑06‑11,116,79,73,-5,65,95,209,15,3,49,2013,Solo
+Little Talks,Of Monsters and Men,folk-pop,2012,2020‑06‑11,103,76,46,-5,15,42,267,2,3,85,2013,Band/Group
+Best Song Ever,One Direction,boy band,2013,2020‑06‑11,118,88,65,-3,8,49,200,2,5,81,2013,Band/Group
+One Way or Another (Teenage Kicks),One Direction,boy band,2013,2020‑06‑11,162,87,49,-3,59,41,157,3,7,71,2013,Band/Group
+True Love (feat. Lily Allen),P!nk,dance pop,2012,2021‑10‑19,192,82,46,-5,11,58,231,0,31,76,2013,Solo
+Still into You,Paramore,candy pop,2013,2020‑06‑11,136,92,60,-4,6,77,216,1,4,85,2013,Band/Group
+Ain't It Fun,Paramore,candy pop,2013,2020‑06‑25,104,89,61,-4,2,67,297,15,9,78,2013,Band/Group
+Home,Phillip Phillips,folk-pop,2013,2020‑06‑11,121,83,61,-6,12,32,210,3,3,73,2013,Solo
+Feel This Moment (feat. Christina Aguilera),Pitbull,dance pop,2012,2020‑06‑11,136,76,67,-4,34,54,230,4,16,82,2013,Solo
+Don't Stop the Party (feat. TJR),Pitbull,dance pop,2012,2020‑06‑11,127,96,72,-4,38,95,206,1,9,69,2013,Solo
+Blurred Lines,Robin Thicke,contemporary r&b,2013,2020‑06‑11,120,50,86,-8,8,88,263,0,5,61,2013,Solo
+Waiting All Night (feat. Ella Eyre),Rudimental,dance pop,2013,2020‑06‑11,175,73,54,-5,43,28,293,0,5,50,2013,Solo
+Reload - Radio Edit,Sebastian Ingrosso,dance pop,2013,2020‑06‑11,128,72,49,-5,6,43,221,7,5,73,2013,Solo
+Come & Get It,Selena Gomez,dance pop,2013,2020‑06‑11,80,79,55,-4,8,57,232,1,5,75,2013,Solo
+Look Right Through - MK Vocal Edit,Storm Queen,deep disco house,2013,2020‑06‑11,120,82,83,-8,28,51,148,0,8,44,2013,Solo
+Papaoutai,Stromae,belgian pop,2013,2020‑06‑11,116,81,73,-7,6,25,232,3,8,60,2013,Solo
+I Knew You Were Trouble.,Taylor Swift,pop,2012,2020‑06‑11,77,47,62,-7,3,68,220,0,4,82,2013,Solo
+22,Taylor Swift,pop,2012,2020‑06‑11,104,73,66,-7,5,67,232,0,4,74,2013,Solo
+Everything Has Changed,Taylor Swift,pop,2012,2020‑06‑11,80,46,62,-7,31,44,245,36,3,71,2013,Solo
+Chocolate,The 1975,modern alternative rock,2013,2020‑06‑11,100,94,59,-4,38,68,225,0,5,66,2013,Band/Group
+Ho Hey,The Lumineers,folk-pop,2012,2020‑06‑11,80,47,69,-9,9,35,163,79,3,77,2013,Band/Group
+Sweater Weather,The Neighbourhood,modern alternative rock,2013,2020‑06‑11,124,81,61,-3,10,40,240,5,3,95,2013,Band/Group
+What About Us,The Saturdays,bubblegum dance,2013,2020‑06‑11,124,68,70,-5,21,69,221,1,6,67,2013,Band/Group
+Another Love,Tom Odell,chill pop,2013,2020‑06‑11,123,54,45,-9,9,13,244,70,4,94,2013,Solo
+Bad (feat. Rihanna) - Remix,Wale,gangster rap,2013,2020‑06‑11,114,70,81,-7,11,45,239,31,7,67,2013,Solo
+Scream & Shout,will.i.am,dance pop,2013,2020‑06‑11,130,69,77,-7,13,50,283,2,7,83,2013,Solo
+#thatPOWER,will.i.am,dance pop,2013,2020‑06‑11,128,61,80,-6,7,40,280,0,6,74,2013,Solo
+The Fox (What Does the Fox Say?),Ylvis,comic,2013,2020‑06‑11,128,87,70,-4,12,55,214,11,5,68,2013,Duo
+Clarity,Zedd,complextro,2012,2020‑06‑11,128,78,51,-3,7,18,271,4,7,80,2013,Solo
+She Looks So Perfect,5 Seconds of Summer,boy band,2014,2020‑06‑10,160,95,49,-4,33,44,202,0,13,78,2014,Band/Group
+Amnesia,5 Seconds of Summer,boy band,2014,2020‑06‑10,102,50,57,-5,21,11,237,3,3,71,2014,Band/Group
+Heroes (we could be),Alesso,dance pop,2014,2020‑06‑10,126,75,52,-4,24,35,210,4,6,58,2014,Solo
+The Man,Aloe Blacc,pop soul,2014,2020‑06‑10,82,77,31,-7,21,49,255,3,7,63,2014,Solo
+Best Day Of My Life,American Authors,indie poptimism,2014,2020‑06‑10,100,90,67,-2,6,54,194,6,3,83,2014,Band/Group
+Love Me Harder,Ariana Grande,dance pop,2014,2020‑06‑10,99,71,47,-4,8,24,236,1,3,80,2014,Solo
+Problem,Ariana Grande,dance pop,2014,2020‑06‑10,103,81,66,-5,16,63,194,2,15,78,2014,Solo
+Break Free,Ariana Grande,dance pop,2014,2020‑06‑10,130,70,69,-5,20,28,215,1,5,80,2014,Solo
+Hey Brother,Avicii,dance pop,2013,2020‑06‑10,125,78,55,-5,8,46,255,3,4,82,2014,Solo
+Shower,Becky G,dance pop,2014,2020‑06‑10,120,53,70,-8,28,12,206,3,5,83,2014,Solo
+Drunk in Love (feat. Jay-Z),Beyoncé,dance pop,2014,2020‑06‑10,140,62,59,-7,18,40,323,1,5,75,2014,Solo
+Hot N*gga,Bobby Shmurda,nyc rap,2014,2020‑06‑10,168,51,79,-7,6,18,195,5,42,78,2014,Solo
+Summer,Calvin Harris,dance pop,2014,2020‑06‑10,128,86,60,-4,14,74,223,2,3,86,2014,Solo
+Blame (feat. John Newman),Calvin Harris,dance pop,2014,2020‑06‑10,128,86,41,-4,34,35,213,3,8,81,2014,Solo
+Under Control (feat. Hurts),Calvin Harris,dance pop,2014,2020‑06‑10,126,92,54,-3,12,51,184,13,8,77,2014,Solo
+Boom Clap,Charli XCX,art pop,2014,2020‑06‑10,92,91,66,-2,19,58,170,15,8,54,2014,Solo
+Loyal (feat. Lil Wayne & Tyga),Chris Brown,dance pop,2014,2020‑06‑10,99,52,84,-6,19,62,265,2,5,78,2014,Solo
+New Flame (feat. Usher & Rick Ross),Chris Brown,dance pop,2014,2020‑06‑10,142,63,70,-4,10,45,244,5,4,73,2014,Solo
+Rather Be (feat. Jess Glynne),Clean Bandit,dance pop,2014,2020‑06‑10,121,59,80,-7,19,55,228,16,4,77,2014,Band/Group
+First,Cold War Kids,alternative rock,2014,2020‑06‑10,78,69,47,-4,52,56,200,2,3,71,2014,Band/Group
+Magic,Coldplay,permanent wave,2014,2020‑06‑10,93,48,74,-9,11,35,285,3,4,78,2014,Band/Group
+A Sky Full of Stars,Coldplay,permanent wave,2014,2020‑06‑10,125,68,55,-6,21,16,268,1,3,85,2014,Band/Group
+Bad (feat. Vassy) - Radio Edit,David Guetta,big room,2014,2020‑06‑10,128,97,61,-4,33,41,171,0,9,56,2014,Solo
+Lovers on the Sun (feat. Sam Martin),David Guetta,big room,2014,2020‑06‑10,125,89,65,-3,38,57,204,9,4,53,2014,Solo
+Latch,Disclosure,edm,2013,2020‑06‑10,122,74,73,-5,9,54,256,2,9,75,2014,Duo
+Turn Down for What,DJ Snake,dance pop,2013,2020‑06‑10,100,80,82,-4,6,8,214,0,16,76,2014,Solo
+You Know You Like It,DJ Snake,dance pop,2014,2020‑06‑10,196,73,41,-5,31,25,247,1,19,75,2014,Solo
+I Got U,Duke Dumont,destroy techno,2014,2020‑06‑10,121,76,64,-8,9,46,286,0,4,65,2014,Solo
+Cool Kids,Echosmith,dance pop,2013,2020‑06‑10,130,67,72,-6,12,79,238,4,3,76,2014,Band/Group
+Don't,Ed Sheeran,pop,2014,2020‑06‑10,95,61,81,-7,64,85,220,1,7,78,2014,Solo
+Sing,Ed Sheeran,pop,2014,2020‑06‑10,120,67,82,-4,6,94,235,30,5,75,2014,Solo
+Ugly Heart,G.R.L.,dance pop,2014,2020‑06‑10,125,79,65,-5,32,45,198,2,5,70,2014,Band/Group
+Budapest,George Ezra,folk-pop,2014,2020‑06‑10,128,46,72,-8,11,39,201,8,3,83,2014,Solo
+Blame It on Me,George Ezra,folk-pop,2014,2021‑08‑09,104,76,54,-3,34,42,196,47,3,73,2014,Solo
+Ready For Your Love,Gorgon City,deep groove house,2014,2020‑06‑10,122,75,68,-7,33,47,199,5,15,51,2014,Duo
+Fancy,Iggy Azalea,australian hip hop,2014,2020‑06‑10,95,72,91,-4,5,38,200,9,7,74,2014,Solo
+Black Widow,Iggy Azalea,australian hip hop,2014,2020‑06‑10,164,72,74,-4,11,52,209,19,12,71,2014,Solo
+Talk Dirty (feat. 2 Chainz),Jason Derulo,dance pop,2013,2020‑06‑10,100,65,76,-7,31,76,178,3,23,71,2014,Solo
+Wiggle (feat. Snoop Dogg),Jason Derulo,dance pop,2013,2020‑06‑10,82,62,70,-7,16,72,193,8,25,63,2014,Solo
+Trumpets,Jason Derulo,dance pop,2013,2020‑06‑10,82,69,64,-5,10,64,217,56,26,69,2014,Solo
+Don't Tell 'Em,Jeremih,chicago rap,2015,2020‑06‑10,98,53,86,-5,11,39,267,39,10,80,2014,Solo
+Bang Bang,Jessie J,dance pop,2014,2020‑06‑10,150,79,71,-3,38,75,199,26,9,83,2014,Solo
+All of Me,John Legend,neo soul,2013,2020‑06‑10,120,26,42,-7,13,33,270,92,3,90,2014,Solo
+Not a Bad Thing,Justin Timberlake,dance pop,2013,2020‑06‑10,86,56,31,-9,13,11,688,53,7,61,2014,Solo
+Dark Horse,Katy Perry,dance pop,2013,2020‑06‑10,132,59,65,-6,17,35,216,0,5,79,2014,Solo
+Show Me (feat. Chris Brown),Kid Ink,dance pop,2014,2020‑06‑10,98,51,71,-7,14,66,218,4,5,74,2014,Solo
+Hideaway,Kiesza,electropop,2014,2020‑06‑10,123,72,84,-4,8,20,252,9,5,70,2014,Solo
+Jubel - Radio Edit,Klingande,deep house,2013,2020‑06‑29,125,52,69,-7,14,10,202,65,3,55,2014,Duo
+Jealous,Labrinth,indie poptimism,2014,2020‑06‑10,117,15,44,-9,11,10,288,87,5,82,2014,Solo
+Prayer in C - Robin Schulz Radio Edit,Lilly Wood and The Prick,french indie pop,2014,2020‑06‑10,123,88,76,-6,60,80,189,2,3,77,2014,Duo
+Team,Lorde,art pop,2013,2020‑06‑10,100,58,69,-7,31,42,193,17,9,82,2014,Solo
+Rude,MAGIC!,reggae fusion,2014,2020‑06‑10,144,76,77,-5,31,93,225,4,4,85,2014,Band/Group
+Maps,Maroon 5,pop,2014,2020‑06‑10,120,71,74,-6,6,88,190,2,3,87,2014,Band/Group
+Animals,Maroon 5,pop,2014,2020‑06‑10,190,74,28,-6,59,33,231,0,9,85,2014,Band/Group
+Sugar,Maroon 5,pop,2014,2020‑06‑10,120,79,75,-7,9,88,235,6,3,85,2014,Band/Group
+All About That Bass,Meghan Trainor,dance pop,2015,2020‑06‑10,134,89,81,-4,12,96,188,6,5,78,2014,Solo
+Stolen Dance,Milky Chance,german pop,2014,2020‑06‑10,114,58,89,-9,8,73,314,43,4,78,2014,Band/Group
+Classic,MKTO,dance pop,2012,2020‑06‑10,102,79,72,-5,16,76,175,4,12,87,2014,Duo
+Waves - Robin Schulz Radio Edit,Mr. Probz,dutch hip hop,2014,2020‑06‑10,120,51,83,-9,8,45,208,1,4,82,2014,Solo
+Somebody,Natalie La Rose,chicago rap,2014,2020‑06‑10,105,52,83,-9,7,74,190,0,4,71,2014,Solo
+Jealous - Remix,Nick Jonas,dance pop,2015,2020‑06‑10,93,71,68,-4,44,45,222,1,8,71,2014,Solo
+Anaconda,Nicki Minaj,dance pop,2014,2020‑06‑10,130,61,96,-6,21,65,260,7,18,70,2014,Solo
+Am I Wrong,Nico & Vinz,pop rap,2014,2020‑06‑10,120,68,73,-6,55,78,246,18,3,82,2014,Duo
+CoCo,O.T. Genasis,pop rap,2014,2020‑06‑10,120,63,89,-6,31,18,240,0,13,66,2014,Solo
+Gecko (Overdrive) - Radio Edit,Oliver Heldens,dance pop,2014,2020‑06‑10,125,89,61,-5,34,76,165,1,6,73,2014,Solo
+Wrapped Up,Olly Murs,dance pop,2014,2020‑06‑10,122,84,79,-5,16,92,186,9,6,68,2014,Solo
+Post to Be (feat. Chris Brown & Jhene Aiko),Omarion,dance pop,2014,2020‑06‑10,97,68,73,-6,21,70,227,7,4,60,2014,Solo
+Night Changes,One Direction,boy band,2014,2020‑06‑10,120,52,67,-8,12,37,227,86,4,88,2014,Band/Group
+Steal My Girl,One Direction,boy band,2014,2020‑06‑10,77,77,54,-6,11,55,228,0,3,84,2014,Band/Group
+Counting Stars,OneRepublic,dance pop,2014,2020‑06‑10,122,71,66,-5,12,48,258,7,4,80,2014,Band/Group
+Love Runs Out,OneRepublic,dance pop,2014,2020‑06‑19,120,94,72,-4,10,74,224,17,6,65,2014,Band/Group
+Only Love Can Hurt Like This,Paloma Faith,british soul,2014,2020‑08‑20,91,89,57,-5,33,30,233,10,8,85,2014,Solo
+Ain't It Fun,Paramore,candy pop,2013,2020‑06‑10,104,89,61,-4,2,67,297,15,9,78,2014,Band/Group
+High (feat. Nicole Millar),Peking Duk,aussietronica,2014,2020‑06‑29,100,80,53,-4,29,38,228,0,5,54,2014,Band/Group
+"Happy - From ""Despicable Me 2""",Pharrell Williams,pop rap,2014,2020‑06‑10,160,82,65,-5,9,96,233,22,18,85,2014,Solo
+Timber (feat. Ke$ha),Pitbull,dance pop,2012,2020‑06‑10,130,96,58,-4,14,79,204,3,10,86,2014,Solo
+Me And My Broken Heart,Rixton,pop,2014,2020‑06‑10,174,78,55,-4,13,55,194,0,3,83,2014,Duo
+My Love (feat. Jess Glynne),Route 94,deep groove house,2014,2020‑06‑10,120,62,81,-8,7,73,260,0,5,78,2014,Solo
+Stay With Me,Sam Smith,dance pop,2014,2020‑06‑10,84,42,42,-6,11,18,173,59,4,86,2014,Solo
+Money On My Mind,Sam Smith,dance pop,2014,2020‑06‑10,134,84,69,-5,23,74,193,20,18,67,2014,Solo
+Collard Greens,ScHoolboy Q,gangster rap,2014,2020‑06‑10,154,57,83,-5,21,65,300,3,6,84,2014,Solo
+Man Of The Year,ScHoolboy Q,gangster rap,2014,2020‑06‑10,112,87,75,-5,20,37,216,1,4,76,2014,Solo
+Geronimo,Sheppard,australian indie,2015,2020‑06‑10,142,78,71,-6,12,46,218,46,8,69,2014,Band/Group
+Chandelier,Sia,australian dance,2015,2020‑06‑10,117,79,40,-3,7,57,216,2,5,73,2014,Solo
+Elastic Heart,Sia,australian dance,2015,2020‑06‑10,130,79,42,-5,15,50,257,1,5,68,2014,Solo
+Nobody To Love,Sigma,dance pop,2014,2020‑06‑10,88,91,52,-3,20,23,190,0,4,55,2014,Solo
+Style,Taylor Swift,pop,2014,2020‑06‑10,95,79,59,-6,12,49,231,0,4,66,2014,Solo
+Bad Blood,Taylor Swift,pop,2014,2020‑06‑10,170,79,65,-6,20,29,212,9,19,60,2014,Solo
+Shake It Off,Taylor Swift,pop,2014,2020‑06‑10,160,79,65,-5,15,94,219,6,17,77,2014,Solo
+#SELFIE,The Chainsmokers,dance pop,2014,2020‑06‑10,128,92,79,-3,8,66,184,1,25,69,2014,Duo
+Superheroes,The Script,celtic rock,2014,2020‑06‑10,167,89,49,-4,7,64,245,0,4,79,2014,Band/Group
+Wasted,Tiësto,big room,2014,2020‑06‑10,112,82,64,-6,20,39,190,0,3,68,2014,Solo
+Red Lights,Tiësto,big room,2014,2020‑06‑11,125,83,65,-5,12,55,262,0,4,72,2014,Solo
+2 On (feat. ScHoolboy Q),Tinashe,alternative r&b,2014,2020‑06‑10,101,60,74,-8,11,43,227,15,11,77,2014,Solo
+Habits (Stay High),Tove Lo,art pop,2014,2020‑06‑10,110,65,73,-4,8,35,209,7,3,78,2014,Solo
+Talking Body,Tove Lo,art pop,2014,2020‑06‑10,120,76,74,-5,8,11,238,10,3,72,2014,Solo
+Na Na,Trey Songz,dance pop,2015,2020‑06‑10,97,48,67,-6,10,24,232,33,4,68,2014,Solo
+Riptide,Vance Joy,folk-pop,2014,2020‑06‑10,102,73,48,-7,15,51,204,43,4,83,2014,Solo
+Stay The Night - Featuring Hayley Williams Of Paramore,Zedd,complextro,2012,2020‑06‑10,128,74,60,-3,9,46,217,11,4,69,2014,Solo
+Faded,ZHU,edm,2014,2020‑06‑10,125,48,87,-7,11,61,223,1,5,66,2014,Solo
+Ghost Town,Adam Lambert,dance pop,2015,2020‑06‑22,120,74,70,-6,17,27,208,19,5,69,2015,Solo
+Here,Alessia Cara,canadian contemporary r&b,2015,2020‑06‑22,120,82,38,-4,8,33,199,8,10,71,2015,Solo
+"Honey, I'm Good.",Andy Grammer,dance pop,2014,2020‑06‑19,122,78,75,-7,35,60,199,3,5,78,2015,Solo
+Love Me Harder,Ariana Grande,dance pop,2014,2020‑06‑19,99,71,47,-4,8,24,236,1,3,79,2015,Solo
+The Nights,Avicii,dance pop,2014,2020‑06‑19,126,84,53,-5,25,65,177,2,4,89,2015,Solo
+Waiting For Love,Avicii,dance pop,2015,2020‑06‑19,128,74,58,-4,20,61,231,31,5,84,2015,Solo
+  7/11,Beyoncé,dance pop,2014,2020‑06‑19,136,71,75,-5,13,56,214,1,13,74,2015,Solo
+I Don't Fuck With You,Big Sean,detroit hip hop,2015,2020‑06‑19,98,73,82,-5,33,40,284,4,6,80,2015,Solo
+Electric Love,BØRNS,modern rock,2015,2020‑06‑19,120,80,61,-8,26,52,218,1,5,86,2015,Solo
+Don't,Bryson Tiller,kentucky hip hop,2015,2020‑06‑19,97,36,77,-6,10,19,198,22,20,83,2015,Solo
+Outside (feat. Ellie Goulding),Calvin Harris,dance pop,2014,2020‑06‑19,128,82,65,-4,32,42,227,21,4,82,2015,Solo
+How Deep Is Your Love,Calvin Harris,dance pop,2015,2020‑06‑19,122,87,74,-4,39,34,213,4,7,80,2015,Solo
+Ayo,Chris Brown,dance pop,2015,2020‑06‑19,98,56,82,-5,9,68,225,4,4,76,2015,Solo
+Cool for the Summer,Demi Lovato,dance pop,2015,2020‑06‑19,114,61,58,-6,14,34,215,0,4,78,2015,Solo
+Confident,Demi Lovato,dance pop,2015,2020‑06‑19,130,75,59,-6,9,34,206,0,7,69,2015,Solo
+Five More Hours,Deorro,dance pop,2017,2020‑06‑19,128,88,70,-3,82,50,212,3,22,74,2015,Solo
+Omen - Radio Edit,Disclosure,edm,2015,2020‑06‑19,106,79,67,-5,36,62,197,12,14,68,2015,Duo
+You Know You Like It,DJ Snake,dance pop,2014,2020‑06‑19,196,73,41,-5,31,25,247,1,19,74,2015,Solo
+Hotline Bling,Drake,canadian hip hop,2016,2020‑06‑19,135,63,89,-8,5,55,267,0,6,82,2015,Solo
+Jumpman,Drake,canadian hip hop,2015,2020‑06‑19,142,55,85,-7,33,66,206,6,19,76,2015,Solo
+Thinking out Loud,Ed Sheeran,pop,2014,2020‑06‑19,79,45,78,-6,18,59,282,47,3,86,2015,Solo
+"Love Me Like You Do - From ""Fifty Shades Of Grey""",Ellie Goulding,dance pop,2015,2020‑06‑19,190,61,26,-7,13,28,253,25,5,83,2015,Solo
+On My Mind,Ellie Goulding,dance pop,2015,2020‑06‑22,155,71,70,-7,9,74,213,26,5,69,2015,Solo
+Centuries,Fall Out Boy,emo,2015,2020‑06‑19,176,86,39,-3,10,56,228,0,7,84,2015,Band/Group
+679 (feat. Remy Boyz),Fetty Wap,new jersey rap,2015,2020‑06‑19,190,72,62,-6,63,60,197,0,32,79,2015,Solo
+Trap Queen,Fetty Wap,new jersey rap,2015,2020‑06‑19,148,87,75,-4,35,82,222,2,13,78,2015,Solo
+My Way (feat. Monty),Fetty Wap,new jersey rap,2015,2020‑06‑19,128,74,75,-3,15,54,213,0,5,71,2015,Solo
+My House,Flo Rida,dance pop,2015,2020‑06‑19,94,70,69,-5,13,74,192,2,5,81,2015,Solo
+GDFR (feat. Sage the Gemini & Lookas),Flo Rida,dance pop,2015,2020‑06‑19,146,83,66,-4,7,69,190,0,7,75,2015,Solo
+Mountain at My Gates,Foals,indie rock,2015,2021‑08‑09,104,93,50,-5,25,62,244,0,5,69,2015,Band/Group
+Runaway (U & I),Galantis,dance pop,2015,2020‑06‑19,126,81,51,-4,9,38,227,1,5,79,2015,Duo
+Barcelona,George Ezra,folk-pop,2014,2021‑08‑09,94,57,63,-9,11,18,189,32,3,70,2015,Solo
+Love Myself,Hailee Steinfeld,dance pop,2016,2020‑06‑19,123,76,62,-7,42,32,219,0,7,75,2015,Solo
+Take Me to Church,Hozier,irish singer-songwriter,2014,2020‑06‑19,129,66,57,-5,12,44,242,63,5,80,2015,Solo
+Where Are Ü Now (with Justin Bieber),Jack Ü,edm,2015,2020‑06‑19,139,78,43,-4,8,20,250,4,6,78,2015,Duo
+oui,Jeremih,chicago rap,2015,2020‑06‑19,79,72,42,-4,11,60,238,21,10,82,2015,Solo
+Classic Man (feat. Roman GianArthur),Jidenna,ghanaian hip hop,2015,2020‑08‑11,94,59,79,-6,29,59,226,19,3,63,2015,Solo
+What Do You Mean?,Justin Bieber,canadian pop,2015,2020‑06‑19,125,57,85,-8,8,79,206,59,10,81,2015,Solo
+Way down We Go,KALEO,icelandic indie,2016,2021‑08‑09,163,51,49,-8,10,34,214,58,12,81,2015,Band/Group
+King Kunta,Kendrick Lamar,conscious hip hop,2015,2020‑06‑19,107,66,88,-5,15,49,235,1,10,79,2015,Solo
+Stole the Show,Kygo,edm,2016,2020‑06‑19,100,64,64,-8,32,48,223,27,23,78,2015,Solo
+Nothing Left (feat. Will Heard),Kygo,edm,2015,2020‑06‑19,154,58,68,-7,37,35,237,26,4,59,2015,Solo
+High By The Beach,Lana Del Rey,art pop,2015,2021‑08‑09,132,49,54,-11,12,10,258,24,3,71,2015,Solo
+Hurt Me,Låpsley,electropop,2016,2020‑06‑19,138,73,66,-5,16,59,231,69,13,55,2015,Solo
+Closer,Lemaitre,alternative dance,2017,2021‑08‑09,92,79,58,-4,12,36,271,0,3,64,2015,Duo
+Lot to Learn,Luke Christopher,indie pop rap,2015,2020‑06‑19,82,85,41,-4,7,60,248,9,20,66,2015,Solo
+Lean On,Major Lazer,dance pop,2015,2020‑06‑19,98,81,72,-3,56,27,177,0,6,76,2015,Trio
+Light It Up - Remix,Major Lazer,dance pop,2015,2020‑06‑19,108,88,75,-4,23,75,166,4,7,71,2015,Trio
+Uptown Funk (feat. Bruno Mars),Mark Ronson,dance pop,2015,2020‑06‑19,115,61,86,-7,3,93,270,1,8,86,2015,Solo
+Intoxicated - Radio Edit,Martin Solveig,dance pop,2015,2020‑06‑19,125,69,79,-4,10,50,160,0,4,62,2015,Solo
+All Eyes on You (feat. Chris Brown & Nicki Minaj),Meek Mill,hip hop,2015,2020‑06‑19,78,66,59,-5,12,25,224,2,20,73,2015,Solo
+Believe,Mumford & Sons,modern folk rock,2015,2020‑06‑19,114,62,36,-7,22,42,221,3,4,61,2015,Band/Group
+Somebody,Natalie La Rose,chicago rap,2014,2020‑06‑19,105,52,83,-9,7,74,190,0,4,69,2015,Solo
+That's How You Know (feat. Kid Ink & Bebe Rexha),Nico & Vinz,pop rap,2015,2020‑06‑22,104,44,77,-6,12,74,186,44,4,62,2015,Duo
+Drive,Oh Wonder,electropop,2015,2021‑08‑09,142,46,66,-8,8,38,196,71,10,65,2015,Duo
+Post to Be (feat. Chris Brown & Jhene Aiko),Omarion,dance pop,2014,2020‑06‑19,97,68,73,-6,21,70,227,7,4,76,2015,Solo
+Drag Me Down,One Direction,boy band,2015,2020‑06‑19,138,70,73,-6,7,60,192,11,4,84,2015,Band/Group
+Perfect,One Direction,boy band,2015,2020‑06‑19,100,82,65,-5,12,40,230,6,8,81,2015,Band/Group
+Sunset Lover,Petit Biscuit,new french touch,2015,2020‑06‑19,91,47,78,-9,11,24,238,73,5,75,2015,Solo
+Wish You Were Mine - Radio Edit,Philip George,deep groove house,2014,2020‑06‑19,123,83,65,-4,10,41,178,1,3,70,2015,Solo
+Time of Our Lives,Pitbull,dance pop,2014,2020‑06‑19,124,80,72,-6,69,72,229,9,6,85,2015,Solo
+No Type,Rae Sremmurd,hip hop,2015,2020‑06‑19,125,49,89,-8,9,24,200,2,16,77,2015,Duo
+"Flex (Ooh, Ooh, Ooh)",Rich Homie Quan,atl hip hop,2015,2020‑06‑19,82,61,73,-8,19,89,177,4,5,70,2015,Solo
+FourFiveSeconds,Rihanna,barbadian pop,2015,2020‑06‑19,206,27,58,-6,13,35,188,88,5,82,2015,Solo
+Bitch Better Have My Money,Rihanna,barbadian pop,2015,2020‑06‑19,103,73,78,-5,26,40,219,5,6,78,2015,Solo
+Chill Bill (feat. J. Davi$ & Spooks),Rob $tone,san diego rap,2016,2020‑06‑19,108,43,89,-10,9,23,177,3,14,81,2015,Solo
+Sugar (feat. Francesco Yates),Robin Schulz,dance pop,2015,2020‑06‑19,123,82,64,-5,16,64,219,2,6,81,2015,Solo
+Lay It All on Me (feat. Ed Sheeran),Rudimental,dance pop,2015,2020‑06‑19,123,75,67,-7,19,48,242,14,4,55,2015,Band/Group
+Like I Can,Sam Smith,dance pop,2014,2020‑06‑19,100,63,66,-7,12,48,167,34,4,85,2015,Solo
+You Don't Own Me (feat. G-Eazy),SAYGRACE,dance pop,2015,2020‑06‑19,186,66,34,-6,6,29,199,17,10,60,2015,Solo
+Same Old Love,Selena Gomez,dance pop,2015,2020‑06‑22,98,59,67,-4,21,44,229,2,3,70,2015,Solo
+Hands To Myself,Selena Gomez,dance pop,2015,2020‑06‑19,111,50,81,-7,34,47,201,1,12,68,2015,Solo
+Good For You,Selena Gomez,dance pop,2015,2020‑06‑22,89,68,61,-6,9,21,222,18,5,62,2015,Solo
+Geronimo,Sheppard,australian indie,2015,2020‑06‑22,142,78,71,-6,12,46,218,46,8,68,2015,Band/Group
+Easy Love,Sigala,dance pop,2018,2020‑06‑19,124,94,68,-4,12,65,230,18,6,70,2015,Solo
+All My Friends (feat. Tinashe & Chance the Rapper),Snakehips,edm,2015,2020‑06‑22,95,52,68,-6,11,18,230,12,14,77,2015,Duo
+The Less I Know The Better,Tame Impala,australian psych,2015,2020‑06‑19,117,74,64,-4,17,79,216,1,3,88,2015,Band/Group
+Blank Space,Taylor Swift,pop,2014,2020‑06‑19,96,68,75,-5,13,58,232,9,6,79,2015,Solo
+Wildest Dreams,Taylor Swift,pop,2014,2020‑06‑19,140,67,55,-7,11,47,220,7,7,76,2015,Solo
+Bad Blood,Taylor Swift,pop,2015,2020‑06‑19,170,66,65,-7,14,22,200,3,11,75,2015,Solo
+Style,Taylor Swift,pop,2014,2020‑06‑19,95,79,60,-6,12,46,231,0,4,75,2015,Solo
+Spirits,The Strumbellas,canadian indie,2016,2021‑08‑09,81,66,56,-6,11,79,204,16,3,75,2015,Band/Group
+The Hills,The Weeknd,canadian contemporary r&b,2015,2020‑06‑19,113,56,59,-7,14,14,242,7,5,88,2015,Solo
+Can't Feel My Face,The Weeknd,canadian contemporary r&b,2015,2020‑06‑19,108,77,71,-6,11,58,214,11,4,83,2015,Solo
+"Earned It (Fifty Shades Of Grey) - From The ""Fifty Shades Of Grey"" Soundtrack",The Weeknd,canadian contemporary r&b,2014,2020‑06‑19,120,38,66,-6,10,43,252,39,3,81,2015,Solo
+In The Night,The Weeknd,canadian contemporary r&b,2015,2020‑06‑19,168,68,51,-5,5,54,236,8,7,76,2015,Solo
+Die A Happy Man,Thomas Rhett,contemporary country,2015,2020‑06‑19,166,39,60,-9,12,40,227,42,3,77,2015,Solo
+Talking Body,Tove Lo,art pop,2014,2020‑06‑19,120,76,74,-5,8,11,238,10,3,71,2015,Solo
+Antidote,Travis Scott,hip hop,2015,2020‑06‑19,131,53,71,-5,12,13,263,1,3,78,2015,Solo
+Slow Motion,Trey Songz,dance pop,2015,2020‑06‑19,95,41,73,-8,11,29,198,68,4,75,2015,Solo
+Na Na,Trey Songz,dance pop,2015,2020‑06‑19,97,48,67,-6,10,24,232,33,4,67,2015,Solo
+YOUTH,Troye Sivan,australian pop,2015,2020‑06‑19,92,74,63,-4,8,59,185,6,4,70,2015,Solo
+Stressed Out,Twenty One Pilots,modern rock,2015,2020‑06‑19,170,64,73,-6,6,65,202,5,14,88,2015,Duo
+I Don't Mind (feat. Juicy J),Usher,atl hip hop,2014,2020‑06‑19,113,46,87,-8,9,46,252,21,18,73,2015,Solo
+Shut Up and Dance,WALK THE MOON,dance pop,2014,2020‑06‑19,128,87,58,-4,26,62,199,1,6,86,2015,Band/Group
+See You Again (feat. Charlie Puth),Wiz Khalifa,dance pop,2015,2020‑06‑19,80,48,69,-8,6,28,230,37,8,85,2015,Solo
+Renegades,X Ambassadors,modern alternative rock,2015,2020‑06‑19,90,86,53,-6,23,53,195,1,9,80,2015,Band/Group
+Unsteady,X Ambassadors,modern alternative rock,2015,2020‑06‑19,117,67,39,-6,12,20,194,18,6,78,2015,Band/Group
+King,Years & Years,dance pop,2015,2020‑06‑19,120,86,56,-4,38,43,215,6,4,66,2015,Band/Group
+I Want You To Know,Zedd,complextro,2015,2020‑06‑19,130,85,58,-3,14,37,240,1,6,70,2015,Solo
+When We Were Young,Adele,british soul,2015,2020‑06‑08,144,60,38,-6,10,27,291,30,5,79,2016,Solo
+Send My Love (To Your New Lover),Adele,british soul,2015,2020‑06‑08,164,53,69,-8,17,57,223,4,9,77,2016,Solo
+Hello,Adele,british soul,2015,2020‑06‑08,79,43,58,-6,9,29,296,33,3,77,2016,Solo
+Here,Alessia Cara,canadian contemporary r&b,2015,2020‑06‑08,120,82,38,-4,8,33,199,8,10,71,2016,Solo
+Alarm,Anne-Marie,dance pop,2016,2020‑06‑08,147,59,76,-5,18,81,206,8,23,62,2016,Solo
+Into You,Ariana Grande,dance pop,2016,2020‑06‑08,108,73,62,-6,14,37,244,2,11,73,2016,Solo
+Side To Side,Ariana Grande,dance pop,2016,2020‑06‑08,159,74,65,-6,24,61,226,5,23,72,2016,Solo
+Dangerous Woman,Ariana Grande,dance pop,2016,2020‑06‑08,134,60,66,-5,36,29,236,5,4,72,2016,Solo
+Hurts So Good,Astrid S,alt z,2021,2020‑06‑08,120,63,67,-5,9,42,209,8,5,77,2016,Solo
+Good Grief,Bastille,metropopolis,2016,2021‑08‑09,120,76,73,-5,31,88,206,15,7,70,2016,Band/Group
+Sorry,Beyoncé,dance pop,2016,2020‑08‑11,130,60,78,-7,25,36,233,0,5,72,2016,Solo
+Don't,Bryson Tiller,kentucky hip hop,2015,2020‑08‑11,97,36,77,-6,10,19,198,22,20,83,2016,Solo
+Exchange,Bryson Tiller,kentucky hip hop,2015,2020‑06‑08,160,43,53,-11,14,28,195,11,19,81,2016,Solo
+Dancing On My Own,Calum Scott,neo mellow,2018,2020‑06‑08,113,17,68,-9,10,23,260,84,3,84,2016,Solo
+This Is What You Came For (feat. Rihanna),Calvin Harris,dance pop,2016,2020‑06‑08,124,93,63,-3,15,47,222,20,3,84,2016,Solo
+My Way,Calvin Harris,dance pop,2016,2020‑06‑08,120,91,82,-3,16,54,219,9,4,78,2016,Solo
+We Don't Talk Anymore (feat. Selena Gomez),Charlie Puth,dance pop,2016,2020‑06‑08,100,56,73,-8,18,35,218,62,13,73,2016,Solo
+One Call Away,Charlie Puth,dance pop,2016,2020‑06‑08,91,61,67,-5,12,47,194,40,3,70,2016,Solo
+Dangerously,Charlie Puth,dance pop,2016,2021‑08‑17,112,52,70,-8,20,23,199,36,4,58,2016,Solo
+Sex,Cheat Codes,dance pop,2016,2020‑06‑08,102,69,51,-6,14,21,228,0,17,66,2016,Trio
+Back To Sleep,Chris Brown,dance pop,2015,2020‑06‑08,93,65,65,-5,9,72,201,4,24,65,2016,Solo
+Tears (feat. Louisa Johnson),Clean Bandit,dance pop,2016,2020‑06‑08,130,77,61,-4,16,30,226,4,4,65,2016,Band/Group
+Hymn for the Weekend,Coldplay,permanent wave,2015,2020‑06‑08,90,69,49,-6,33,41,258,21,4,86,2016,Band/Group
+Adventure of a Lifetime,Coldplay,permanent wave,2015,2020‑06‑08,112,92,64,-4,15,53,264,0,4,79,2016,Band/Group
+This One's for You (feat. Zara Larsson) (Official Song UEFA EURO 2016),David Guetta,big room,2016,2020‑06‑08,110,92,37,-3,9,37,207,0,5,72,2016,Solo
+"Sit Still, Look Pretty",Daya,alt z,2016,2020‑06‑08,182,74,66,-4,11,54,202,14,27,76,2016,Solo
+Hide Away,Daya,alt z,2016,2020‑06‑08,95,80,89,-5,7,46,192,23,8,72,2016,Solo
+Let Me Love You,DJ Snake,dance pop,2016,2020‑06‑08,100,72,65,-5,14,16,206,9,3,86,2016,Solo
+Middle,DJ Snake,dance pop,2016,2020‑06‑25,105,70,58,-5,5,22,221,1,4,79,2016,Solo
+Cake By The Ocean,DNCE,dance pop,2016,2020‑06‑08,119,75,77,-5,4,90,219,15,5,84,2016,Band/Group
+Too Good,Drake,canadian hip hop,2016,2020‑06‑08,118,65,79,-8,10,40,263,5,10,78,2016,Solo
+Hotter Than Hell,Dua Lipa,dance pop,2017,2020‑06‑08,110,87,53,-4,6,53,188,1,9,70,2016,Solo
+DUELE EL CORAZON (feat. Wisin),Enrique Iglesias,dance pop,2016,2020‑06‑08,91,91,72,-3,14,87,200,9,10,72,2016,Solo
+Work from Home (feat. Ty Dolla $ign),Fifth Harmony,dance pop,2016,2020‑06‑08,105,59,80,-6,6,59,214,10,4,81,2016,Band/Group
+All In My Head (Flex) (feat. Fetty Wap),Fifth Harmony,dance pop,2016,2020‑06‑08,95,79,69,-5,5,76,211,2,5,67,2016,Band/Group
+My House,Flo Rida,dance pop,2015,2020‑06‑08,94,70,69,-5,13,74,192,2,5,81,2016,Solo
+Say It (feat. Tove Lo),Flume,australian dance,2016,2020‑06‑29,75,53,60,-7,6,26,263,7,3,64,2016,Solo
+Pink + White,Frank Ocean,alternative r&b,2016,2020‑06‑08,160,55,54,-7,42,55,185,67,10,84,2016,Solo
+Low Life (feat. The Weeknd),Future,atl hip hop,2016,2020‑06‑08,144,33,72,-8,15,10,314,34,7,78,2016,Solo
+No Money,Galantis,dance pop,2016,2020‑06‑08,126,92,67,-4,24,80,189,3,4,72,2016,Duo
+"i hate u, i love u (feat. olivia o'brien)",Garrett Nash,electropop,2016,2020‑06‑08,93,28,49,-13,10,18,251,69,30,82,2016,Solo
+"Me, Myself & I",G-Eazy,indie pop rap,2015,2020‑06‑08,112,67,76,-7,16,39,251,2,10,82,2016,Solo
+Starving,Hailee Steinfeld,dance pop,2016,2020‑06‑08,100,62,73,-4,11,51,182,38,6,81,2016,Solo
+Can I Be Him,James Arthur,pop,2016,2020‑06‑08,108,54,70,-6,9,48,247,31,5,80,2016,Solo
+When You Love Someone,James TW,neo mellow,2019,2020‑06‑08,126,45,68,-6,5,35,217,26,3,79,2016,Solo
+Love Me Now,John Legend,neo soul,2016,2020‑06‑08,123,77,42,-4,11,72,210,57,9,59,2016,Solo
+Perfect Strangers,Jonas Blue,dance pop,2018,2020‑06‑08,118,86,73,-4,21,70,197,39,5,80,2016,Solo
+Fast Car,Jonas Blue,dance pop,2018,2020‑06‑08,114,58,67,-7,31,55,212,47,6,77,2016,Solo
+Love Yourself,Justin Bieber,canadian pop,2015,2020‑06‑08,100,38,61,-10,28,52,234,84,44,87,2016,Solo
+Sorry,Justin Bieber,canadian pop,2015,2020‑06‑08,100,76,65,-4,30,41,201,8,5,85,2016,Solo
+"CAN'T STOP THE FEELING! (from DreamWorks Animation's ""TROLLS"")",Justin Timberlake,dance pop,2016,2020‑06‑08,113,83,67,-6,10,70,238,1,7,77,2016,Solo
+Gold,Kiiara,alt z,2020,2020‑06‑08,113,41,60,-9,13,41,226,62,34,64,2016,Solo
+Stole the Show,Kygo,edm,2016,2020‑06‑08,100,64,64,-8,32,48,223,27,23,78,2016,Solo
+Stay (feat. Maty Noyes),Kygo,edm,2015,2020‑06‑08,103,74,65,-8,17,38,239,4,4,65,2016,Solo
+"Sucker for Pain (with Wiz Khalifa, Imagine Dragons, Logic & Ty Dolla $ign feat. X Ambassadors)",Lil Wayne,hip hop,2016,2020‑06‑08,169,79,50,-4,65,74,243,26,32,80,2016,Solo
+Shout Out to My Ex,Little Mix,dance pop,2016,2020‑06‑08,126,75,77,-4,11,80,246,2,9,81,2016,Band/Group
+7 Years,Lukas Graham,danish pop,2016,2020‑06‑08,120,47,77,-6,39,34,237,29,5,83,2016,Band/Group
+Alaska,Maggie Rogers,indie pop,2019,2021‑08‑09,104,39,85,-11,11,18,188,41,5,70,2016,Solo
+Cold Water,Major Lazer,dance pop,2016,2020‑06‑08,93,80,61,-5,16,50,185,7,4,72,2016,Trio
+You & Me,Marc E. Bassy,pop,2017,2020‑06‑08,84,64,45,-8,19,61,218,4,28,69,2016,Solo
+Alone,Marshmello,brostep,2016,2021‑08‑17,142,95,63,-4,11,42,274,2,3,76,2016,Solo
+In the Name of Love,Martin Garrix,dance pop,2016,2020‑06‑08,134,52,50,-6,45,17,196,11,4,81,2016,Solo
+NO,Meghan Trainor,dance pop,2017,2020‑06‑08,92,80,56,-4,74,66,214,1,21,75,2016,Solo
+The Ocean (feat. Shy Martin),Mike Perry,dance pop,2016,2020‑06‑08,90,57,63,-6,10,19,183,2,3,75,2016,Solo
+I Took A Pill In Ibiza - Seeb Remix,Mike Posner,dance pop,2016,2020‑06‑08,102,71,66,-7,8,71,198,4,11,81,2016,Solo
+Final Song,MØ,art pop,2016,2020‑06‑08,105,67,70,-6,8,25,236,1,3,70,2016,Solo
+This Town,Niall Horan,dance pop,2016,2020‑06‑08,112,41,68,-8,12,20,233,70,3,64,2016,Solo
+Close,Nick Jonas,dance pop,2016,2020‑06‑08,124,62,65,-5,14,40,234,25,8,74,2016,Solo
+History,Olivia Holt,alt z,2016,2020‑06‑08,101,63,77,-7,12,54,204,10,5,64,2016,Solo
+History,One Direction,boy band,2015,2020‑06‑08,87,70,66,-4,6,80,187,4,5,77,2016,Band/Group
+Wherever I Go,OneRepublic,dance pop,2016,2021‑11‑25,100,68,54,-6,24,35,170,10,4,68,2016,Band/Group
+"Just Like Fire (From the Original Motion Picture ""Alice Through The Looking Glass"")",P!nk,dance pop,2016,2020‑06‑29,163,70,63,-6,11,52,215,1,15,73,2016,Solo
+Not Nice,PARTYNEXTDOOR,pop,2016,2020‑06‑08,128,50,60,-9,12,73,203,3,8,67,2016,Solo
+Needed Me,Rihanna,barbadian pop,2016,2020‑06‑08,111,31,67,-8,8,30,192,11,24,84,2016,Solo
+Work,Rihanna,barbadian pop,2016,2020‑06‑08,92,53,73,-6,9,56,219,8,9,80,2016,Solo
+Lost Boy,Ruth B.,alt z,2015,2020‑06‑08,124,6,71,-15,9,35,275,97,5,77,2016,Solo
+You Don't Own Me (feat. G-Eazy),SAYGRACE,dance pop,2016,2020‑06‑08,186,64,33,-6,6,26,201,16,9,74,2016,Solo
+Same Old Love,Selena Gomez,dance pop,2015,2020‑06‑08,98,59,67,-4,21,44,229,2,3,70,2016,Solo
+Hands To Myself,Selena Gomez,dance pop,2015,2020‑06‑08,111,50,81,-7,34,47,201,1,12,68,2016,Solo
+Treat You Better,Shawn Mendes,canadian pop,2017,2020‑06‑08,83,82,44,-4,11,75,188,11,34,86,2016,Solo
+I Know What You Did Last Summer,Shawn Mendes,canadian pop,2015,2020‑06‑08,114,76,69,-5,15,74,224,10,9,77,2016,Solo
+The Greatest (feat. Kendrick Lamar),Sia,australian dance,2016,2020‑06‑08,192,73,67,-6,6,73,210,1,27,73,2016,Solo
+Cheap Thrills (feat. Sean Paul),Sia,australian dance,2016,2020‑06‑08,90,80,59,-5,8,73,225,6,22,73,2016,Solo
+Sweet Lovin' - Radio Edit,Sigala,dance pop,2018,2020‑06‑08,125,85,68,-3,34,71,202,21,7,69,2016,Solo
+All My Friends (feat. Tinashe & Chance the Rapper),Snakehips,edm,2015,2020‑06‑08,95,52,68,-6,11,18,230,12,14,77,2016,Duo
+Just Hold On,Steve Aoki,dance pop,2018,2020‑06‑08,115,93,65,-4,6,39,199,0,8,61,2016,Solo
+Somebody Else,The 1975,modern alternative rock,2016,2020‑06‑08,101,79,61,-6,15,47,348,20,6,76,2016,Band/Group
+The Sound,The 1975,modern alternative rock,2016,2021‑08‑09,121,94,65,-5,45,55,249,9,8,63,2016,Band/Group
+Closer,The Chainsmokers,dance pop,2016,2020‑06‑08,95,52,75,-6,11,66,245,41,3,88,2016,Duo
+Don't Let Me Down,The Chainsmokers,dance pop,2016,2020‑06‑08,160,87,53,-5,14,42,208,16,17,83,2016,Duo
+Roses,The Chainsmokers,dance pop,2015,2020‑06‑08,100,80,71,-7,31,34,227,4,6,78,2016,Duo
+Ophelia,The Lumineers,folk-pop,2016,2020‑06‑08,76,57,66,-7,9,57,160,61,3,79,2016,Band/Group
+Starboy,The Weeknd,canadian contemporary r&b,2016,2020‑06‑08,186,59,68,-7,14,49,230,14,28,88,2016,Solo
+Once In a While,Timeflies,dance pop,2016,2020‑06‑25,105,69,79,-6,62,35,215,1,14,65,2016,Duo
+Girls Like (feat. Zara Larsson),Tinie Tempah,dance pop,2016,2020‑06‑08,120,80,92,-3,8,54,196,37,5,67,2016,Solo
+Cool Girl,Tove Lo,art pop,2016,2020‑06‑08,102,69,67,-7,8,20,199,31,11,69,2016,Solo
+Renegades,X Ambassadors,modern alternative rock,2015,2021‑05‑06,90,86,53,-6,23,53,195,1,9,80,2016,Band/Group
+Unsteady,X Ambassadors,modern alternative rock,2015,2020‑06‑08,117,67,39,-6,12,20,194,18,6,78,2016,Band/Group
+Never Forget You,Zara Larsson,dance pop,2017,2020‑06‑08,146,73,58,-6,27,28,213,0,5,78,2016,Solo
+PILLOWTALK,ZAYN,dance pop,2016,2020‑06‑08,125,70,58,-4,9,44,203,12,5,82,2016,Solo
+It's A Vibe,2 Chainz,atl hip hop,2017,2021‑01‑28,73,50,82,-7,11,53,210,3,15,77,2017,Solo
+Bank Account,21 Savage,atl hip hop,2017,2021‑01‑28,75,35,88,-8,9,38,220,2,35,82,2017,Solo
+Drowning (feat. Kodak Black),A Boogie Wit da Hoodie,melodic rap,2017,2021‑01‑28,129,81,84,-5,12,81,209,50,6,79,2017,Solo
+Plain Jane,A$AP Ferg,gangster rap,2017,2021‑01‑28,170,84,80,-5,9,52,174,7,28,79,2017,Solo
+Weak,AJR,modern rock,2017,2021‑01‑28,124,64,67,-5,19,70,201,12,5,71,2017,Trio
+Caroline,Aminé,hip hop,2017,2021‑01‑28,120,34,94,-10,26,71,210,17,51,80,2017,Solo
+More Than You Know,Axwell /\ Ingrosso,dance pop,2017,2021‑01‑28,123,74,65,-5,31,57,203,3,3,83,2017,Duo
+Rolex,Ayo & Teo,social media pop,2017,2021‑01‑28,145,89,80,-3,27,79,239,8,4,73,2017,Duo
+Bounce Back,Big Sean,detroit hip hop,2017,2021‑01‑28,82,57,78,-6,13,27,222,11,14,76,2017,Solo
+Man's Not Hot,Big Shaq,london rap,2017,2021‑01‑28,135,88,91,-4,11,59,186,11,24,67,2017,Solo
+Bored,Billie Eilish,art pop,2017,2021‑09‑20,120,32,61,-13,8,11,181,90,5,88,2017,Solo
+do re mi,blackbear,electropop,2017,2021‑01‑28,111,59,75,-6,12,17,212,1,5,77,2017,Solo
+That's What I Like,Bruno Mars,dance pop,2016,2021‑01‑28,134,56,85,-5,9,86,207,1,4,86,2017,Solo
+24K Magic,Bruno Mars,dance pop,2016,2021‑01‑28,107,80,82,-4,15,63,226,3,8,82,2017,Solo
+"Feels (feat. Pharrell Williams, Katy Perry & Big Sean)",Calvin Harris,dance pop,2017,2021‑01‑28,101,75,89,-3,9,87,223,6,6,81,2017,Solo
+Slide (feat. Frank Ocean & Migos),Calvin Harris,dance pop,2017,2021‑01‑28,104,80,74,-3,25,51,231,50,5,77,2017,Solo
+Havana (feat. Young Thug),Camila Cabello,dance pop,2018,2021‑01‑28,105,52,77,-4,13,39,217,18,3,84,2017,Solo
+Bodak Yellow,Cardi B,dance pop,2018,2021‑01‑28,125,70,93,-6,23,49,224,7,10,77,2017,Solo
+No Promises (feat. Demi Lovato),Cheat Codes,dance pop,2017,2021‑01‑28,113,62,74,-7,11,58,223,6,16,66,2017,Trio
+Redbone,Childish Gambino,atl hip hop,2016,2021‑01‑28,160,34,74,-11,10,58,327,17,12,87,2017,Solo
+Rockabye (feat. Sean Paul & Anne-Marie),Clean Bandit,dance pop,2016,2021‑01‑28,102,76,72,-4,18,74,251,41,5,80,2017,Band/Group
+Sorry Not Sorry,Demi Lovato,dance pop,2017,2021‑01‑28,144,64,71,-7,26,89,204,2,23,81,2017,Solo
+"I'm the One (feat. Justin Bieber, Quavo, Chance the Rapper & Lil Wayne)",DJ Khaled,dance pop,2017,2021‑01‑28,81,67,60,-4,13,82,289,5,4,70,2017,Solo
+Wild Thoughts (feat. Rihanna & Bryson Tiller),DJ Khaled,dance pop,2017,2021‑01‑28,98,68,61,-3,13,62,205,3,8,70,2017,Solo
+Passionfruit,Drake,canadian hip hop,2017,2021‑01‑28,112,46,81,-11,11,36,299,26,4,86,2017,Solo
+Fake Love,Drake,canadian hip hop,2017,2021‑01‑28,134,48,93,-9,18,61,211,11,29,78,2017,Solo
+Perfect,Ed Sheeran,pop,2017,2021‑01‑28,95,45,60,-6,11,17,263,16,2,89,2017,Solo
+Shape of You,Ed Sheeran,pop,2017,2021‑01‑28,96,65,83,-3,9,93,234,58,8,89,2017,Solo
+Sit Next to Me,Foster The People,indietronica,2017,2021‑06‑25,97,74,64,-5,69,66,243,12,3,75,2017,Band/Group
+Unforgettable,French Montana,gangster rap,2017,2021‑01‑28,98,77,73,-5,10,73,234,3,12,86,2017,Solo
+Mask Off,Future,atl hip hop,2017,2021‑01‑28,150,43,83,-9,17,28,205,1,43,84,2017,Solo
+Him & I (with Halsey),G-Eazy,indie pop rap,2017,2021‑01‑28,88,73,59,-6,31,19,269,5,9,80,2017,Solo
+No Limit,G-Eazy,indie pop rap,2017,2021‑01‑28,176,77,84,-4,9,41,245,1,24,76,2017,Solo
+Most Girls,Hailee Steinfeld,dance pop,2017,2021‑01‑28,103,57,76,-7,9,42,204,5,8,77,2017,Solo
+Now Or Never,Halsey,dance pop,2017,2021‑01‑28,110,59,67,-5,13,45,215,11,4,71,2017,Solo
+NUMB,Hayden James,aussietronica,2019,2021‑06‑25,148,56,62,-7,9,40,217,18,4,64,2017,Solo
+Believer,Imagine Dragons,modern rock,2017,2021‑01‑28,125,78,78,-4,8,67,204,6,13,91,2017,Band/Group
+Thunder,Imagine Dragons,modern rock,2017,2021‑01‑28,168,82,61,-5,15,29,187,1,4,87,2017,Band/Group
+Whatever It Takes,Imagine Dragons,modern rock,2017,2021‑01‑28,135,66,67,-5,12,56,201,4,3,84,2017,Band/Group
+HUMBLE.,Kendrick Lamar,conscious hip hop,2017,2021‑01‑28,150,62,91,-7,10,42,177,0,10,87,2017,Solo
+LOVE. FEAT. ZACARI.,Kendrick Lamar,conscious hip hop,2017,2021‑01‑28,126,59,80,-7,15,78,213,26,9,85,2017,Solo
+DNA.,Kendrick Lamar,conscious hip hop,2017,2021‑01‑28,140,52,64,-7,8,42,186,0,36,83,2017,Solo
+ELEMENT.,Kendrick Lamar,conscious hip hop,2017,2021‑01‑28,190,71,75,-5,25,48,209,20,49,76,2017,Solo
+Young Dumb & Broke,Khalid,pop,2017,2021‑01‑28,137,54,80,-6,17,39,203,20,4,84,2017,Solo
+Location,Khalid,pop,2017,2021‑01‑28,80,45,74,-11,9,33,219,33,43,83,2017,Solo
+Tunnel Vision,Kodak Black,florida rap,2017,2021‑01‑28,172,49,50,-8,12,23,268,6,29,78,2017,Solo
+iSpy (feat. Lil Yachty),KYLE,pop,2016,2021‑01‑28,75,65,75,-7,23,67,253,38,29,76,2017,Solo
+Lust For Life (with The Weeknd),Lana Del Rey,art pop,2017,2021‑01‑28,100,66,50,-9,36,26,264,60,5,73,2017,Solo
+Strip That Down (feat. Quavo),Liam Payne,dance pop,2019,2021‑01‑28,106,50,87,-5,8,55,202,20,5,75,2017,Solo
+Save That Shit,Lil Peep,emo rap,2017,2021‑01‑28,106,58,53,-9,42,14,232,3,3,82,2017,Solo
+Gucci Gang,Lil Pump,emo rap,2017,2021‑01‑28,120,52,94,-7,12,70,124,24,6,69,2017,Solo
+XO Tour Llif3,Lil Uzi Vert,melodic rap,2017,2021‑01‑28,155,75,73,-6,11,40,183,0,23,86,2017,Solo
+Touch (feat. Kid Ink),Little Mix,dance pop,2016,2021‑01‑28,102,75,64,-4,49,55,203,4,11,59,2017,Band/Group
+1-800-273-8255,Logic,conscious hip hop,2017,2021‑01‑28,100,57,62,-8,19,36,250,57,5,82,2017,Solo
+Liability,Lorde,art pop,2017,2021‑06‑25,76,23,59,-11,10,38,172,92,13,79,2017,Solo
+Green Light,Lorde,art pop,2017,2021‑01‑28,129,72,59,-8,9,25,235,2,10,78,2017,Solo
+"Homemade Dynamite (Feat. Khalid, Post Malone & SZA) - REMIX",Lorde,art pop,2017,2021‑06‑25,107,55,78,-5,13,18,214,23,8,71,2017,Solo
+broken,lovelytheband,indie poptimism,2018,2021‑06‑25,123,73,67,-6,4,51,205,0,4,76,2017,Band/Group
+Despacito,Luis Fonsi,latin,2019,2021‑01‑28,178,80,66,-5,7,84,229,20,15,83,2017,Solo
+Bad Things (with Camila Cabello),Machine Gun Kelly,ohio hip hop,2017,2021‑01‑28,138,69,70,-5,19,31,239,21,15,76,2017,Solo
+Glorious (feat. Skylar Grey),Macklemore,pop rap,2017,2021‑01‑28,140,79,73,-5,11,36,220,3,5,78,2017,Solo
+Cold (feat. Future),Maroon 5,pop,2018,2021‑01‑28,100,72,69,-6,5,41,234,14,11,68,2017,Band/Group
+Don't Wanna Know (feat. Kendrick Lamar),Maroon 5,pop,2018,2021‑01‑28,100,61,78,-6,10,42,214,34,7,66,2017,Band/Group
+Little Dark Age,MGMT,alternative dance,2018,2022‑03‑08,98,71,71,-6,10,62,300,1,4,85,2017,Band/Group
+Bad and Boujee (feat. Lil Uzi Vert),Migos,atl hip hop,2017,2021‑01‑28,127,67,93,-5,12,17,343,6,24,78,2017,Trio
+Slippery (feat. Gucci Mane),Migos,atl hip hop,2017,2021‑01‑28,142,68,92,-6,10,75,304,31,26,74,2017,Trio
+T-Shirt,Migos,atl hip hop,2017,2021‑01‑28,139,69,87,-4,16,49,242,24,22,71,2017,Trio
+Sky Walker (feat. Travis Scott),Miguel,dance pop,2017,2021‑01‑28,146,51,67,-11,9,18,259,17,4,78,2017,Solo
+Malibu,Miley Cyrus,dance pop,2017,2021‑01‑28,140,78,57,-6,8,34,232,8,6,77,2017,Solo
+Nights With You,MØ,art pop,2017,2021‑06‑25,120,67,76,-4,38,60,197,40,10,61,2017,Solo
+Slow Hands,Niall Horan,dance pop,2017,2021‑01‑28,86,43,74,-7,6,85,188,1,5,79,2017,Solo
+Magnolia,Playboi Carti,atl hip hop,2017,2021‑01‑28,163,58,79,-7,35,44,182,1,29,82,2017,Solo
+Chameleon,PNAU,alternative dance,2017,2021‑01‑28,120,93,72,-3,30,20,198,0,4,48,2017,Trio
+Feel It Still,Portugal. The Man,indie rock,2017,2021‑01‑28,79,80,80,-5,7,75,163,4,5,81,2017,Band/Group
+Congratulations,Post Malone,dfw rap,2016,2021‑01‑28,123,80,63,-4,25,49,220,22,4,85,2017,Solo
+I Fall Apart,Post Malone,dfw rap,2016,2021‑01‑28,144,54,56,-5,20,29,223,7,4,83,2017,Solo
+Swang,Rae Sremmurd,hip hop,2016,2021‑01‑28,140,31,68,-9,10,17,208,20,6,80,2017,Duo
+Black Beatles,Rae Sremmurd,hip hop,2016,2021‑01‑28,146,63,79,-6,13,36,292,14,6,80,2017,Duo
+Chill Bill (feat. J. Davi$ & Spooks),Rob $tone,san diego rap,2016,2021‑01‑28,108,43,89,-10,9,23,177,3,14,81,2017,Solo
+Losin Control,Russ,hawaiian hip hop,2017,2021‑01‑28,97,25,76,-7,10,21,238,52,14,79,2017,Solo
+Too Good At Goodbyes,Sam Smith,dance pop,2017,2021‑01‑28,92,37,68,-8,17,48,201,64,4,77,2017,Solo
+No Lie,Sean Paul,dance pop,2018,2021‑01‑28,102,88,74,-3,21,46,221,5,12,89,2017,Solo
+Fetish (feat. Gucci Mane),Selena Gomez,dance pop,2017,2021‑08‑17,123,62,71,-4,6,27,186,2,6,74,2017,Solo
+Broccoli,Shelley FKA DRAM,alternative r&b,2016,2021‑01‑28,146,53,89,-7,6,71,225,24,13,64,2017,Solo
+Don't Leave,Snakehips,edm,2017,2021‑01‑28,122,70,66,-3,26,34,215,22,8,68,2017,Duo
+Love Galore (feat. Travis Scott),SZA,pop,2017,2021‑01‑28,135,59,80,-6,16,41,275,11,7,81,2017,Solo
+Look What You Made Me Do,Taylor Swift,pop,2017,2021‑01‑28,128,71,77,-6,13,51,212,20,12,81,2017,Solo
+...Ready For It?,Taylor Swift,pop,2017,2021‑01‑28,160,76,61,-7,20,42,208,5,14,78,2017,Solo
+Something Just Like This,The Chainsmokers,dance pop,2017,2021‑01‑28,103,64,62,-7,16,45,247,5,3,87,2017,Duo
+Paris,The Chainsmokers,dance pop,2017,2021‑01‑28,100,66,65,-6,9,22,222,2,3,77,2017,Duo
+All Night,The Vamps,boy band,2017,2021‑01‑28,145,80,54,-5,33,51,198,0,4,78,2017,Duo
+Middle Of The Night,The Vamps,boy band,2017,2021‑01‑28,130,75,59,-4,8,40,175,0,6,65,2017,Duo
+I Feel It Coming,The Weeknd,canadian contemporary r&b,2016,2021‑01‑28,93,82,77,-6,7,59,269,43,12,82,2017,Solo
+goosebumps,Travis Scott,hip hop,2016,2021‑01‑28,130,73,84,-3,15,43,244,8,5,88,2017,Solo
+BUTTERFLY EFFECT,Travis Scott,hip hop,2018,2021‑01‑28,141,63,76,-6,11,19,191,5,5,81,2017,Solo
+Jocelyn Flores,XXXTENTACION,emo rap,2017,2021‑01‑28,134,39,87,-9,30,44,119,47,24,89,2017,Solo
+Rake It Up (feat. Nicki Minaj),Yo Gotti,dirty south rap,2017,2021‑01‑28,150,44,91,-8,14,53,276,2,34,73,2017,Solo
+I Would Like,Zara Larsson,dance pop,2017,2021‑01‑28,121,71,49,-4,8,30,227,9,5,62,2017,Solo
+Juju on That Beat (TZ Anthem),Zay Hilfigerrr,hip hop,2016,2021‑01‑28,161,89,81,-4,39,78,144,0,28,62,2017,Solo
+Stay,Zedd,complextro,2017,2021‑01‑28,102,62,69,-5,12,54,210,25,6,80,2017,Solo
+Youngblood,5 Seconds of Summer,boy band,2018,2020‑06‑22,120,85,60,-5,12,15,203,2,46,74,2018,Band/Group
+FEFE,6ix9ine,emo rap,2018,2020‑06‑22,126,39,93,-9,14,38,179,9,41,75,2018,Solo
+GUMMO,6ix9ine,emo rap,2018,2020‑06‑22,157,78,66,-5,13,64,158,6,17,67,2018,Solo
+God is a woman,Ariana Grande,dance pop,2018,2020‑06‑22,145,66,60,-6,24,27,198,2,6,83,2018,Solo
+no tears left to cry,Ariana Grande,dance pop,2018,2020‑06‑22,122,71,70,-6,29,35,206,4,6,82,2018,Solo
+Jumanji,B Young,afroswing,2018,2020‑06‑22,96,47,79,-10,10,60,173,28,25,65,2018,Solo
+Answerphone (feat. Yxng Bane),Banx & Ranx,basshall,2018,2020‑06‑22,113,83,67,-4,45,45,191,4,9,60,2018,Duo
+Mine,Bazzi,dance pop,2018,2020‑06‑22,143,79,71,-4,45,72,131,2,7,80,2018,Solo
+Eastside (with Halsey & Khalid),benny blanco,electropop,2018,2020‑06‑22,89,68,56,-8,12,32,174,56,32,80,2018,Solo
+lovely (with Khalid),Billie Eilish,art pop,2018,2020‑06‑22,115,30,35,-10,10,12,200,93,3,91,2018,Solo
+Look Alive (feat. Drake),BlocBoy JB,memphis hip hop,2018,2020‑06‑22,140,58,92,-7,11,60,181,0,27,78,2018,Solo
+Finesse - Remix; feat. Cardi B,Bruno Mars,dance pop,2017,2020‑06‑22,105,86,70,-5,2,93,217,2,10,78,2018,Solo
+One Kiss (with Dua Lipa),Calvin Harris,dance pop,2018,2020‑06‑22,124,86,79,-3,8,59,215,4,11,86,2018,Solo
+Never Be the Same,Camila Cabello,dance pop,2018,2020‑06‑22,130,71,64,-4,14,24,227,18,7,79,2018,Solo
+I Like It,Cardi B,dance pop,2018,2020‑06‑22,136,73,82,-4,37,65,253,10,13,83,2018,Solo
+Bodak Yellow,Cardi B,dance pop,2018,2020‑06‑22,125,70,93,-6,23,49,224,7,10,77,2018,Solo
+Be Careful,Cardi B,dance pop,2018,2020‑06‑22,152,57,82,-8,10,54,211,3,41,72,2018,Solo
+Miss You (with Major Lazer & Tory Lanez),Cashmere Cat,dance pop,2018,2021‑06‑15,100,64,75,-5,11,45,186,25,9,61,2018,Solo
+How Long,Charlie Puth,dance pop,2018,2020‑06‑22,110,56,85,-5,4,81,201,21,8,77,2018,Solo
+Done for Me (feat. Kehlani),Charlie Puth,dance pop,2018,2021‑08‑17,112,63,86,-4,7,70,180,19,7,72,2018,Solo
+The Way I Am,Charlie Puth,dance pop,2018,2021‑08‑17,115,77,76,-6,6,64,186,31,19,68,2018,Solo
+This Is America,Childish Gambino,atl hip hop,2018,2020‑06‑22,120,46,85,-6,35,55,226,12,14,75,2018,Solo
+Tequila,Dan + Shay,contemporary country,2018,2020‑06‑22,86,58,49,-6,13,49,197,3,3,75,2018,Duo
+Nevermind,Dennis Lloyd,israeli pop,2017,2020‑06‑22,100,69,60,-8,41,8,157,16,20,79,2018,Solo
+No Brainer,DJ Khaled,dance pop,2018,2020‑06‑22,136,76,55,-5,9,64,260,7,34,71,2018,Solo
+God's Plan,Drake,canadian hip hop,2018,2020‑06‑22,77,45,75,-9,55,36,199,3,11,86,2018,Solo
+Nonstop,Drake,canadian hip hop,2018,2020‑06‑22,155,41,91,-8,10,42,239,2,12,82,2018,Solo
+Nice For What,Drake,canadian hip hop,2018,2020‑06‑22,93,91,59,-6,12,76,211,9,7,81,2018,Solo
+In My Feelings,Drake,canadian hip hop,2018,2020‑06‑22,91,63,84,-6,40,35,218,6,13,80,2018,Solo
+I'm Upset,Drake,canadian hip hop,2018,2020‑06‑22,150,59,90,-8,8,49,214,28,34,73,2018,Solo
+IDGAF,Dua Lipa,dance pop,2017,2020‑06‑22,97,54,84,-6,8,51,218,4,9,83,2018,Solo
+In My Mind,Dynoro,edm,2018,2020‑06‑22,126,77,69,-5,12,16,185,18,15,83,2018,Solo
+Trip,Ella Mai,dance pop,2018,2020‑06‑22,80,61,48,-6,11,36,214,23,14,77,2018,Solo
+Boo'd Up,Ella Mai,dance pop,2017,2020‑06‑22,82,78,56,-5,8,24,256,9,5,73,2018,Solo
+River (feat. Ed Sheeran),Eminem,detroit hip hop,2017,2020‑06‑22,90,75,75,-6,7,66,221,14,52,77,2018,Solo
+German,EO,afroswing,2018,2020‑06‑22,103,58,86,-6,19,85,171,81,7,71,2018,Solo
+Let's Fall in Love for the Night,FINNEAS,alt z,2018,2021‑06‑15,128,41,74,-8,17,37,190,80,10,77,2018,Solo
+Simple,Florida Georgia Line,contemporary country,2019,2020‑06‑22,200,88,36,-4,15,86,185,8,10,75,2018,Duo
+Him & I (with Halsey),G-Eazy,indie pop rap,2017,2020‑06‑22,88,73,59,-6,31,19,269,5,9,80,2018,Solo
+Shotgun,George Ezra,folk-pop,2018,2020‑06‑22,116,74,67,-5,24,75,201,29,5,81,2018,Solo
+Paradise,George Ezra,folk-pop,2018,2020‑06‑22,138,88,64,-4,21,91,222,21,4,73,2018,Solo
+we fell in love in october,girl in red,bedroom pop,2018,2021‑03‑02,130,37,57,-13,16,24,184,11,3,88,2018,Solo
+"Let Me Go (with Alesso, Florida Georgia Line & watt)",Hailee Steinfeld,dance pop,2017,2020‑06‑22,103,71,66,-4,8,74,175,3,5,81,2018,Solo
+Bad At Love,Halsey,dance pop,2017,2020‑06‑22,118,75,68,-4,9,61,181,6,3,77,2018,Solo
+The Greatest Show,Hugh Jackman,hollywood,2017,2020‑06‑22,158,82,42,-7,7,40,302,0,11,77,2018,Band/Group
+Natural,Imagine Dragons,modern rock,2018,2020‑06‑22,100,61,70,-6,8,22,189,22,4,85,2018,Band/Group
+Make Me Feel,Janelle Monáe,afrofuturism,2018,2021‑06‑15,115,41,86,-7,33,70,194,13,18,68,2018,Solo
+You Make It Easy,Jason Aldean,contemporary country,2018,2020‑06‑22,132,57,38,-5,11,41,197,14,3,74,2018,Solo
+"King's Dead (with Kendrick Lamar, Future & James Blake)",Jay Rock,conscious hip hop,2018,2020‑06‑22,137,71,65,-5,13,38,230,0,30,76,2018,Solo
+Rise,Jonas Blue,dance pop,2018,2020‑06‑22,106,79,69,-5,20,66,194,33,3,74,2018,Solo
+Lucid Dreams,Juice WRLD,chicago rap,2018,2020‑06‑22,84,57,51,-7,34,22,240,35,20,89,2018,Solo
+LOVE. FEAT. ZACARI.,Kendrick Lamar,conscious hip hop,2017,2020‑08‑11,126,59,80,-7,15,78,213,26,9,85,2018,Solo
+All The Stars (with SZA),Kendrick Lamar,conscious hip hop,2018,2020‑06‑22,97,63,70,-5,9,55,232,6,6,85,2018,Solo
+Love Lies (with Normani),Khalid,pop,2018,2020‑06‑22,144,65,71,-6,13,34,202,10,4,78,2018,Solo
+1950,King Princess,alt z,2018,2021‑06‑10,72,54,60,-7,16,27,225,65,11,77,2018,Solo
+I Like Me Better,Lauv,dance pop,2018,2020‑06‑22,92,51,75,-8,10,42,197,54,25,86,2018,Solo
+Yes Indeed,Lil Baby,atl hip hop,2018,2020‑06‑22,120,35,96,-9,11,56,142,4,53,84,2018,Solo
+Freaky Friday (feat. Chris Brown),Lil Dicky,comedy rap,2018,2020‑06‑22,133,60,76,-5,11,76,217,15,22,74,2018,Solo
+Everyday,Logic,conscious hip hop,2018,2021‑08‑17,150,74,67,-4,8,42,205,4,4,74,2018,Solo
+Body,Loud Luxury,dance pop,2017,2020‑06‑22,122,76,75,-4,5,58,163,5,4,77,2018,Duo
+Bad Vibe,M.O,afroswing,2018,2020‑06‑22,110,70,81,-4,10,76,214,18,4,58,2018,Band/Group
+"Home (with Machine Gun Kelly, X Ambassadors & Bebe Rexha)",Machine Gun Kelly,ohio hip hop,2017,2021‑05‑06,82,72,65,-5,5,22,203,0,21,77,2018,Solo
+Corazón (feat. Nego do Borel),Maluma,latin,2018,2020‑06‑22,198,74,72,-6,20,75,185,33,25,74,2018,Solo
+Wait,Maroon 5,pop,2018,2020‑06‑22,126,60,66,-5,11,45,191,10,6,64,2018,Band/Group
+Happier,Marshmello,brostep,2018,2020‑06‑22,100,79,69,-3,17,67,214,19,5,86,2018,Solo
+Silence,Marshmello,brostep,2017,2020‑06‑22,142,76,52,-3,17,29,181,26,9,84,2018,Solo
+FRIENDS,Marshmello,brostep,2018,2020‑06‑22,95,88,63,-2,13,53,203,21,5,83,2018,Solo
+Spotlight,Marshmello,brostep,2018,2021‑08‑17,150,82,55,-4,74,62,178,1,15,76,2018,Solo
+Walk It Talk It,Migos,atl hip hop,2018,2020‑06‑22,146,63,91,-5,11,40,276,9,18,79,2018,Trio
+MotorSport,Migos,atl hip hop,2018,2020‑08‑11,138,52,90,-5,33,19,303,3,18,77,2018,Trio
+Stir Fry,Migos,atl hip hop,2018,2020‑06‑22,182,82,82,-5,16,51,190,0,27,75,2018,Trio
+17,MK,dance pop,2017,2020‑06‑22,122,83,70,-7,7,67,196,0,7,69,2018,Solo
+Let You Down,NF,hip hop,2017,2020‑06‑22,148,71,66,-6,18,46,212,31,12,84,2018,Solo
+Te Boté - Remix,Nio Garcia,latin,2018,2020‑06‑22,97,68,90,-3,6,44,418,54,21,81,2018,Solo
+Ric Flair Drip (with Metro Boomin),Offset,atl hip hop,2017,2020‑06‑22,100,43,88,-8,11,33,173,15,21,85,2018,Solo
+Vaina Loca,Ozuna,latin,2018,2020‑06‑22,94,81,75,-4,20,56,176,32,8,77,2018,Solo
+Déjala Que Vuelva (feat. Manuel Turizo),Piso 21,colombian pop,2018,2020‑06‑22,170,79,68,-4,8,84,220,5,8,76,2018,Band/Group
+rockstar (feat. 21 Savage),Post Malone,dfw rap,2018,2020‑06‑22,160,52,59,-6,13,13,218,12,7,87,2018,Solo
+Better Now,Post Malone,dfw rap,2018,2020‑06‑22,145,58,68,-6,14,34,231,33,4,84,2018,Solo
+Psycho (feat. Ty Dolla $ign),Post Malone,dfw rap,2018,2020‑06‑22,140,56,75,-8,11,46,221,55,11,82,2018,Solo
+Powerglide (feat. Juicy J) - From SR3MM,Rae Sremmurd,hip hop,2018,2020‑06‑22,174,83,71,-5,12,58,332,2,15,71,2018,Duo
+Plug Walk,Rich The Kid,atl hip hop,2018,2020‑06‑22,95,52,88,-7,11,16,175,20,14,77,2018,Solo
+Mo Bamba,Sheck Wes,rap,2018,2020‑08‑11,146,63,73,-5,25,26,184,19,3,81,2018,Solo
+Strangers,Sigrid,dance pop,2019,2020‑06‑22,115,72,76,-6,8,13,234,1,4,64,2018,Solo
+Delicate,Taylor Swift,pop,2017,2020‑06‑22,95,40,75,-10,9,5,232,22,7,81,2018,Solo
+It's Not Living (If It's Not With You),The 1975,modern alternative rock,2018,2021‑06‑15,121,84,62,-5,6,53,248,0,3,75,2018,Band/Group
+This Feeling,The Chainsmokers,dance pop,2018,2022‑01‑24,105,57,57,-8,9,45,198,6,4,78,2018,Duo
+Sick Boy,The Chainsmokers,dance pop,2018,2022‑01‑24,90,58,66,-8,12,45,193,11,5,74,2018,Duo
+Call Out My Name,The Weeknd,canadian contemporary r&b,2018,2020‑06‑22,134,59,46,-5,31,18,228,17,4,85,2018,Solo
+Pray For Me (with Kendrick Lamar),The Weeknd,canadian contemporary r&b,2018,2020‑06‑22,101,68,74,-5,11,19,211,8,9,74,2018,Solo
+Jackie Chan,Tiësto,big room,2018,2020‑06‑22,128,83,75,-3,6,69,216,37,5,76,2018,Solo
+SICKO MODE,Travis Scott,hip hop,2018,2020‑06‑22,155,73,83,-4,12,45,313,1,22,86,2018,Solo
+Taste (feat. Offset),Tyga,dance pop,2018,2020‑06‑22,98,56,88,-7,10,34,233,2,12,78,2018,Solo
+Saturday Sun,Vance Joy,folk-pop,2018,2021‑06‑15,100,86,64,-4,22,71,215,48,5,75,2018,Solo
+SAD!,XXXTENTACION,emo rap,2018,2020‑06‑22,75,61,74,-5,12,47,167,26,14,88,2018,Solo
+Moonlight,XXXTENTACION,emo rap,2018,2020‑06‑22,128,54,92,-6,10,71,135,56,8,87,2018,Solo
+changes,XXXTENTACION,emo rap,2018,2020‑06‑22,65,31,67,-10,10,52,122,88,3,84,2018,Solo
+If You're Over Me,Years & Years,dance pop,2018,2020‑06‑22,104,85,65,-5,6,62,189,6,9,60,2018,Band/Group
+"BIG BANK (feat. 2 Chainz, Big Sean, Nicki Minaj)",YG,cali rap,2018,2020‑06‑22,204,35,75,-8,9,11,237,1,33,73,2018,Solo
+The Middle,Zedd,complextro,2018,2020‑06‑22,107,66,75,-3,11,44,185,17,4,84,2018,Solo
+a lot,21 Savage,atl hip hop,2018,2020‑06‑22,146,64,84,-8,34,27,289,4,9,83,2019,Solo
+Easier,5 Seconds of Summer,boy band,2020,2020‑06‑22,176,46,56,-4,11,62,158,48,26,74,2019,Band/Group
+Swervin (feat. 6ix9ine),A Boogie Wit da Hoodie,melodic rap,2018,2020‑06‑22,93,66,58,-5,11,43,189,2,30,80,2019,Solo
+Look Back at It,A Boogie Wit da Hoodie,melodic rap,2018,2020‑06‑22,96,59,79,-5,15,54,179,41,4,78,2019,Solo
+Ladbroke Grove,AJ Tracey,grime,2019,2020‑08‑20,134,84,90,-9,10,73,191,9,21,73,2019,Solo
+China,Anuel AA,latin,2019,2020‑06‑22,105,81,79,-4,8,61,302,8,9,80,2019,Solo
+Secreto,Anuel AA,latin,2019,2020‑06‑22,92,80,81,-4,14,71,259,60,13,79,2019,Solo
+7 rings,Ariana Grande,dance pop,2019,2020‑06‑22,140,32,78,-11,9,33,179,59,33,88,2019,Solo
+"thank u, next",Ariana Grande,dance pop,2019,2020‑06‑22,107,65,72,-6,10,41,207,23,7,85,2019,Solo
+"break up with your girlfriend, i'm bored",Ariana Grande,dance pop,2019,2020‑06‑22,170,55,73,-5,11,34,190,4,9,81,2019,Solo
+boyfriend (with Social House),Ariana Grande,dance pop,2019,2020‑06‑22,190,80,40,-4,16,70,186,12,46,81,2019,Solo
+On A Roll,Ashley O,pop,2019,2020‑06‑22,125,81,74,-6,5,39,154,8,9,62,2019,Solo
+Callaita,Bad Bunny,latin,2019,2020‑06‑22,176,62,61,-5,24,24,251,60,31,86,2019,Solo
+MIA (feat. Drake),Bad Bunny,latin,2018,2020‑06‑22,97,54,82,-6,10,16,210,1,6,82,2019,Solo
+lovely (with Khalid),Billie Eilish,art pop,2018,2020‑06‑22,115,30,35,-10,10,12,200,93,3,91,2019,Solo
+bad guy,Billie Eilish,art pop,2019,2020‑06‑22,135,43,70,-11,10,56,194,33,38,88,2019,Solo
+when the party's over,Billie Eilish,art pop,2019,2020‑06‑22,83,11,37,-14,9,20,196,98,10,85,2019,Solo
+bury a friend,Billie Eilish,art pop,2019,2020‑06‑22,120,39,91,-15,11,20,193,74,33,80,2019,Solo
+Kill This Love,BLACKPINK,k-pop,2019,2020‑06‑22,132,84,76,-5,23,65,191,32,19,79,2019,Band/Group
+The Git Up,Blanco Brown,black americana,2019,2020‑06‑22,98,68,85,-9,27,81,201,7,11,74,2019,Solo
+Thotiana,Blueface,cali rap,2018,2020‑06‑22,104,38,91,-13,11,39,129,18,27,71,2019,Solo
+Boy With Luv (feat. Halsey),BTS,k-pop,2019,2020‑06‑22,120,86,65,-5,19,80,230,9,8,86,2019,Band/Group
+Please Me,Cardi B,dance pop,2019,2020‑06‑22,134,57,75,-7,8,65,201,6,8,79,2019,Solo
+Money,Cardi B,dance pop,2018,2020‑06‑22,130,59,95,-7,11,22,184,1,29,78,2019,Solo
+Suge,DaBaby,north carolina hip hop,2019,2020‑06‑22,75,66,88,-6,13,84,163,6,43,77,2019,Solo
+Location (feat. Burna Boy),Dave,uk hip hop,2019,2020‑06‑22,110,50,81,-6,10,55,241,27,30,81,2019,Solo
+Juicy,Doja Cat,dance pop,2019,2020‑06‑22,170,66,79,-3,7,46,202,9,7,62,2019,Solo
+3 Nights,Dominic Fike,alternative pop rock,2018,2020‑06‑22,152,52,82,-7,10,88,178,22,9,84,2019,Solo
+Money In The Grave (Drake ft. Rick Ross),Drake,canadian hip hop,2019,2020‑06‑22,101,50,83,-4,12,10,205,10,5,82,2019,Solo
+Don't Start Now,Dua Lipa,dance pop,2019,2020‑06‑22,124,79,79,-5,10,68,183,1,8,84,2019,Solo
+Take Me Back to London (feat. Stormzy),Ed Sheeran,pop,2019,2020‑06‑22,138,76,89,-6,16,61,190,22,22,71,2019,Solo
+Cross Me (feat. Chance the Rapper & PnB Rock),Ed Sheeran,pop,2019,2020‑06‑22,95,79,75,-6,7,61,206,21,12,69,2019,Solo
+Antisocial (with Travis Scott),Ed Sheeran,pop,2019,2020‑06‑22,152,82,72,-5,36,91,162,13,5,68,2019,Solo
+Leave Me Alone,Flipp Dinero,melodic rap,2019,2020‑06‑22,150,74,79,-3,18,74,196,11,9,75,2019,Solo
+Lost in the Fire (feat. The Weeknd),Gesaffelstein,dark clubbing,2019,2021‑10‑28,101,67,66,-12,12,17,202,9,4,89,2019,Solo
+Without Me,Halsey,dance pop,2018,2020‑06‑22,136,49,75,-7,9,53,202,30,7,82,2019,Solo
+emotions,iann dior,melodic rap,2019,2021‑08‑17,81,63,63,-6,14,16,131,1,4,77,2019,Solo
+gone girl,iann dior,melodic rap,2019,2021‑08‑17,95,71,68,-6,7,36,137,16,3,75,2019,Solo
+MIDDLE CHILD,J. Cole,conscious hip hop,2019,2020‑06‑22,124,36,84,-12,27,46,214,15,28,85,2019,Solo
+All Day And Night,Jax Jones,dance pop,2019,2020‑06‑22,122,78,59,-4,16,52,169,27,9,64,2019,Solo
+Sorry,Joel Corry,dance pop,2019,2020‑06‑22,125,79,74,-5,32,85,189,5,6,68,2019,Solo
+Sucker,Jonas Brothers,boy band,2019,2020‑06‑22,138,73,84,-5,11,95,181,4,6,84,2019,Band/Group
+Only Human,Jonas Brothers,boy band,2019,2020‑06‑22,94,50,80,-6,6,87,183,11,7,76,2019,Band/Group
+Robbery,Juice WRLD,chicago rap,2019,2020‑06‑22,80,69,62,-5,15,57,240,33,5,84,2019,Solo
+Good as You,Kane Brown,black americana,2019,2020‑06‑22,154,52,63,-6,14,77,192,40,4,70,2019,Solo
+Nights Like This (feat. Ty Dolla $ign),Kehlani,dance pop,2019,2020‑06‑22,146,73,61,-5,15,29,202,37,15,80,2019,Solo
+Better,Khalid,pop,2018,2020‑06‑22,98,55,60,-10,10,11,229,8,10,81,2019,Solo
+Talk (feat. Disclosure),Khalid,pop,2019,2020‑06‑22,136,40,90,-9,6,35,198,5,13,76,2019,Solo
+ZEZE (feat. Travis Scott & Offset),Kodak Black,florida rap,2018,2020‑06‑22,98,60,86,-6,9,50,229,5,18,82,2019,Solo
+Shallow,Lady Gaga,art pop,2018,2020‑06‑22,96,39,57,-6,23,32,216,37,3,87,2019,Solo
+Doin' Time,Lana Del Rey,art pop,2019,2020‑06‑22,145,56,64,-11,9,52,202,40,4,83,2019,Solo
+i'm so tired...,Lauv,dance pop,2020,2020‑06‑22,102,73,60,-7,24,53,163,18,20,81,2019,Solo
+Someone You Loved,Lewis Capaldi,pop,2019,2020‑06‑22,110,41,50,-6,11,45,182,75,3,89,2019,Solo
+Grace,Lewis Capaldi,pop,2019,2020‑06‑22,104,56,72,-6,17,49,186,44,3,72,2019,Solo
+Old Town Road - Remix,Lil Nas X,lgbtq+ hip hop,2019,2020‑06‑22,136,62,88,-6,11,64,157,5,10,83,2019,Solo
+Old Town Road,Lil Nas X,lgbtq+ hip hop,2019,2020‑06‑22,136,53,91,-6,10,51,113,6,13,80,2019,Solo
+Panini,Lil Nas X,lgbtq+ hip hop,2019,2020‑06‑22,154,59,70,-6,12,48,115,34,8,76,2019,Solo
+Ransom,Lil Tecca,melodic rap,2019,2020‑06‑22,180,64,75,-6,7,23,131,2,29,83,2019,Solo
+Truth Hurts,Lizzo,dance pop,2019,2020‑06‑22,158,62,72,-3,12,41,173,11,11,80,2019,Solo
+Good as Hell,Lizzo,dance pop,2019,2020‑06‑22,96,92,68,-3,44,54,160,26,9,77,2019,Solo
+Soltera - Remix,Lunay,latin,2019,2020‑06‑22,92,78,80,-4,44,80,266,36,4,74,2019,Solo
+Light On,Maggie Rogers,indie pop,2019,2020‑06‑22,102,57,66,-6,13,40,234,20,5,72,2019,Solo
+Nothing Breaks Like a Heart (feat. Miley Cyrus),Mark Ronson,dance pop,2018,2020‑06‑22,114,79,60,-6,39,24,217,1,7,84,2019,Solo
+Here With Me,Marshmello,brostep,2019,2020‑06‑22,100,56,79,-4,16,18,156,6,4,77,2019,Solo
+One Thing Right,Marshmello,brostep,2019,2020‑06‑22,88,63,66,-2,58,44,182,6,5,77,2019,Solo
+Piece Of Your Heart,MEDUZA,edm,2019,2020‑06‑22,124,74,68,-7,7,63,153,4,3,81,2019,Band/Group
+Going Bad (feat. Drake),Meek Mill,hip hop,2018,2020‑06‑22,86,50,89,-6,25,54,181,26,9,83,2019,Solo
+Hot Girl Summer (feat. Nicki Minaj & Ty Dolla $ign),Megan Thee Stallion,dance pop,2019,2020‑06‑22,99,81,87,-5,21,57,199,0,16,73,2019,Solo
+Slide Away,Miley Cyrus,dance pop,2019,2020‑06‑22,148,54,53,-7,25,29,234,17,3,74,2019,Solo
+Pure Water (with Migos),Mustard,cali rap,2019,2020‑06‑22,202,56,68,-6,34,14,192,17,13,80,2019,Solo
+Shotta Flow (feat. Blueface) [Remix],NLE Choppa,memphis hip hop,2019,2020‑06‑22,120,51,89,-5,14,57,177,3,42,74,2019,Solo
+Motivation,Normani,dance pop,2019,2020‑06‑22,171,89,60,-4,30,88,194,2,10,76,2019,Solo
+Options,NSG,afro dancehall,2020,2020‑08‑20,102,62,84,-5,10,76,240,39,9,62,2019,Band/Group
+Clout (feat. Cardi B),Offset,atl hip hop,2019,2020‑06‑22,140,62,92,-7,12,42,206,23,10,73,2019,Solo
+High Hopes,Panic! At The Disco,modern rock,2018,2020‑06‑22,82,90,58,-3,6,68,191,19,6,85,2019,Band/Group
+Adan y Eva,Paulo Londra,argentine hip hop,2019,2020‑06‑22,172,71,77,-4,7,72,257,32,34,76,2019,Solo
+Pop Out (feat. Lil Tjay),Polo G,chicago rap,2019,2020‑06‑22,168,64,77,-7,7,26,167,15,47,83,2019,Solo
+Circles,Post Malone,dfw rap,2019,2020‑06‑22,120,76,70,-3,9,55,215,19,4,89,2019,Solo
+Better Now,Post Malone,dfw rap,2018,2020‑06‑22,145,58,68,-6,14,34,231,33,4,84,2019,Solo
+Sunflower - Spider-Man: Into the Spider-Verse,Post Malone,dfw rap,2019,2020‑06‑22,90,52,76,-4,7,93,158,53,6,84,2019,Solo
+Wow.,Post Malone,dfw rap,2019,2020‑06‑22,100,54,83,-7,10,39,150,14,21,83,2019,Solo
+Goodbyes (feat. Young Thug),Post Malone,dfw rap,2019,2020‑06‑22,150,65,55,-4,10,16,175,46,8,82,2019,Solo
+Bohemian Rhapsody - Remastered 2011,Queen,classic rock,1975,2020‑06‑22,144,40,39,-10,24,23,354,29,5,77,2019,Band/Group
+Ride It,Regard,dance pop,2019,2020‑06‑22,118,75,88,-4,11,88,158,18,9,85,2019,Solo
+Keisha & Becky - Remix,Russ Millions,uk drill,2019,2020‑08‑20,141,47,86,-10,12,64,253,25,48,73,2019,Solo
+Post Malone (feat. RANI),Sam Feldt,dance pop,2019,2020‑06‑22,107,64,59,-4,11,65,174,8,12,74,2019,Solo
+My Type,Saweetie,cali rap,2019,2020‑06‑22,105,81,90,-6,7,59,126,0,26,76,2019,Solo
+Otro Trago,Sech,latin,2019,2020‑06‑22,176,70,75,-5,11,62,226,14,34,76,2019,Solo
+Señorita,Shawn Mendes,canadian pop,2019,2020‑06‑22,117,55,76,-6,8,75,191,4,3,83,2019,Solo
+If I Can't Have You,Shawn Mendes,canadian pop,2019,2020‑06‑22,124,81,69,-4,15,86,191,52,6,78,2019,Solo
+Don’t Feel Like Crying,Sigrid,dance pop,2019,2020‑06‑22,120,81,75,-4,7,72,157,16,4,56,2019,Solo
+Vossi Bop,Stormzy,grime,2019,2020‑06‑22,188,65,68,-6,13,43,196,13,34,69,2019,Solo
+Lover,Taylor Swift,pop,2019,2020‑06‑22,69,54,36,-8,12,45,221,49,9,86,2019,Solo
+Cruel Summer,Taylor Swift,pop,2019,2021‑08‑17,170,70,55,-6,11,56,178,12,16,82,2019,Solo
+You Need To Calm Down,Taylor Swift,pop,2019,2020‑06‑22,85,67,77,-6,6,71,171,1,6,81,2019,Solo
+SICKO MODE,Travis Scott,hip hop,2018,2020‑06‑22,155,73,83,-4,12,45,313,1,22,86,2019,Solo
+EARFQUAKE,"Tyler, The Creator",hip hop,2019,2020‑06‑22,80,50,55,-9,80,41,190,23,7,85,2019,Solo
+Boasty (feat. Idris Elba),Wiley,grime,2019,2020‑06‑22,103,77,89,-5,9,46,177,1,7,68,2019,Solo
+Strike a Pose (feat. Aitch),Young T & Bugsey,afroswing,2019,2020‑08‑20,138,58,53,-6,10,59,214,1,10,67,2019,Duo
+The London (feat. J. Cole & Travis Scott),Young Thug,atl hip hop,2019,2020‑06‑22,98,59,80,-7,13,18,200,2,15,75,2019,Solo
+,,,,,,,,,,,,,,,,
+,,,,,,,,,,,,,,,,
+,,,,,,,,,,,,,,,,
-- 
GitLab