Skip to content

Instantly share code, notes, and snippets.

@sampathweb
Last active August 29, 2015 20:54
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 sampathweb/4ad06b0d9ee2a390eb20 to your computer and use it in GitHub Desktop.
Save sampathweb/4ad06b0d9ee2a390eb20 to your computer and use it in GitHub Desktop.
datasana #1

hello markdown

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<style>
body {
position: fixed;
left: 0px;
r
}
</style>
</head>
<body>
<svg width=960 height=500>
<circle cx=300 cy=300 r=60 fill="green" stroke="2px" stroke-fill="Orange"></circle>
<rect width=100 height=100 x=300 y=500></rect>
<path
d="M400,400L500,450L500,500L550,450z"
fill="Orange"
stroke="#000"
stroke-width=5
</svg>
<div style="width:100px; height:100px; background-color:Orange;position: absolute;top:44;left:242;border:1px">
</div>
<script>
console.log("you are now rocking with d3", d3);
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment