Commit 5fab4255 authored by Koukofikis's avatar Koukofikis
Browse files

Update barchart.html

parent 1348b3b6
Pipeline #3786 passed with stages
in 19 seconds
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
......@@ -8,7 +8,7 @@
</head>
<body>
<h1> Coordinate system </h1>
<h1> Bar Chart </h1>
<table width="100%" height="85%" border="0">
<tr>
<td width="50%" align="center" valign="top" scope="col">
......@@ -126,7 +126,6 @@
<input type="button" value="draw" onclick="drawBarChart()" /> <br>
</td>
<script type="text/javascript" src="x3dom.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
function drawBarChart() {
var labelx = document.getElementById("label-x").value;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment