|
@ -1,4 +1,4 @@ |
|
|
<!doctype html> |
|
|
|
|
|
|
|
|
<!doctype html> |
|
|
<html lang="en"> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
@ -7,19 +7,6 @@ |
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
|
|
<link rel="stylesheet" href="./style.css" /> |
|
|
<link rel="stylesheet" href="./style.css" /> |
|
|
|
|
|
|
|
|
<style type="text/css"> |
|
|
|
|
|
body { |
|
|
|
|
|
font: 10pt arial; |
|
|
|
|
|
} |
|
|
|
|
|
/*#myGraph {*/ |
|
|
|
|
|
/*!*width: 100%;*!*/ |
|
|
|
|
|
/*!*height: 800px;*!*/ |
|
|
|
|
|
/*!*border: 1px solid lightgray;*!*/ |
|
|
|
|
|
/*background-color:#333333;*/ |
|
|
|
|
|
/*}*/ |
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
<script |
|
|
<script |
|
|
src="https://code.jquery.com/jquery-3.3.1.min.js" |
|
|
src="https://code.jquery.com/jquery-3.3.1.min.js" |
|
|
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" |
|
|
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" |
|
|