Skip to content
Snippets Groups Projects
Commit 76d0149e authored by mandeca's avatar mandeca :speech_balloon:
Browse files

Intento de arreglar paths 1.

parent 87ab2afd
No related branches found
No related tags found
No related merge requests found
// Constants declaration:
var datapath = "../data/movies.tsv"; // TSV path.
var datapath = "data/movies.tsv"; // TSV path.
var legend = ["ID", "title", "year", "runtime", "rating", "votes", "budget", "opening_weekend_usa", "gross_usa", "worldwide_gross", "genres"];
var text_labels = {
"year": "Año",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment