Skip to content

Instantly share code, notes, and snippets.

@shacheeswadia
Last active November 30, 2021 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shacheeswadia/28c19b3040840534f5969c34f23eedcf to your computer and use it in GitHub Desktop.
Save shacheeswadia/28c19b3040840534f5969c34f23eedcf to your computer and use it in GitHub Desktop.
Basic1 code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaScript Surface Chart</title>
<style type="text/css">
html, body, #container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="container"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment