We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69f88a commit 467b210Copy full SHA for 467b210
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<title>D3 Page Template</title>
6
- <link rel="stylesheet" type="text/css" href="src/css/gobal.css">
+ <link rel="stylesheet" type="text/css" href="src/css/global.css">
7
<script type="text/javascript" src="src/js/d3.js"></script>
8
9
src/css/global.css
@@ -0,0 +1,20 @@
1
+
2
+div.bar {
+ display: inline-block;
+ width: 20px;
+ height: 75px;
+ background-color: teal;
+ margin-right: 2px;
+}
10
+.axis path,
11
+.axis line {
12
+ fill: none;
13
+ stroke: black;
14
+ shape-rendering: crispEdges;
15
16
17
+.axis text {
18
+ font-family: sans-serif;
19
+ font-size: 11px;
20
0 commit comments