Skip to content
Snippets Groups Projects
Commit 513d19ba authored by ='s avatar =
Browse files

Funcion vacia "createAxis" eliminada.

parent 24502ba7
No related branches found
No related tags found
No related merge requests found
......@@ -62,12 +62,6 @@ const svg = d3.select('body').append('svg')
.attr("width", width + 2 * margin_x).attr("height", height + 2 * margin_y)
.append('g').attr("transform", `translate(${margin_x},${margin_y})`);
function createAxis(data) {
}
/**
* data {@type List}
*/
......
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