Add tick size control
This commit is contained in:
10
index.html
10
index.html
@@ -2,8 +2,14 @@
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
ticks:
|
||||
<input type="number" id="ticks"/>
|
||||
<div>
|
||||
ticks:
|
||||
<input type="number" id="ticks" value="10"/>
|
||||
</div>
|
||||
<div>
|
||||
tick size (px):
|
||||
<input type="number" id="tick-size" value="5"/>
|
||||
</div>
|
||||
<div id="svg-container" class="my-class"></div>
|
||||
</body>
|
||||
<script src="index.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user