Now that we have our design, let's move on by implementing the view layer:

Let's start with the view template.
Now that we have our design, let's move on by implementing the view layer:

Let's start with the view template.
First of all, adapt the src/index.html file as follows:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WorldExplorer</title>
<link rel="stylesheet" type="text/css" href="world-explorer.css">
</head>
<body id="worldExplorer">
<h1>WorldExplorer</h1>
<form id="chartConfigurationForm" target="#">
...
</form>
<br />
<div id="worldExplorerChartContainer...