Skip to content

Commit

Permalink
change result display
Browse files Browse the repository at this point in the history
  • Loading branch information
ecornamu committed Dec 18, 2024
1 parent 9381dc2 commit 2d8bd62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_includes/results_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ <h1>Movie Character Name Influence</h1>
<script>
// Example data - replace this with your own
const movies = [
{ id: "1", name: "Mission: Impossible II", year: "2000", graph: "mission_impossible_ii_graph.html" },
{ id: "2", name: "Love Actually", year: "2003", graph: "love_actually_graph.html" },
{ id: "3", name: "Pulp Fiction", year: "1994", graph: "pulp_fiction_graph.html" },
{ id: "1", name: "Mission: Impossible II", year: "2000", graph: "mission_impossible_ii" },
{ id: "2", name: "Love Actually", year: "2003", graph: "love_actually" },
{ id: "3", name: "Pulp Fiction", year: "1994", graph: "pulp_fiction" },
];

const movieList = document.getElementById('movie-list');
Expand Down

0 comments on commit 2d8bd62

Please sign in to comment.