Skip to content
Snippets Groups Projects
Commit 290c4899 authored by ='s avatar =
Browse files

Código de la página web terminado

parent 233beb98
No related branches found
No related tags found
No related merge requests found
Pipeline #13130 passed with warnings
......@@ -108,6 +108,21 @@ function createAxis() {
.style("font-weight", "bold")
.text("Críticas en los Videojuegos: Usuarios y Expertos")
translate_group.append('g')
.attr('class', 'subtitle')
.attr("transform", `translate(${width-4.4*margin_x}, -20)`)
.append('text')
.text("Fuente de datos: ")
.style('font-family', 'Georgia, serif')
.style('font-size', '17px')
.append('a')
.attr('class', 'data-source')
.attr('href', 'https://www.kaggle.com/datasets/brunovr/metacritic-videogames-data')
.text('Dataset')
.style('font-family', 'Georgia, serif')
.attr('fill', 'blue')
translate_group.append("g")
.attr("class", "xAxis")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment