removed line
This commit is contained in:
@@ -73,7 +73,7 @@ const drawPath =(typePath) => {
|
||||
// создаем путь на основе массива точек
|
||||
const path = svg.append('path')
|
||||
.attr('d', line(dataPoints))
|
||||
.attr('stroke', 'black')
|
||||
// .attr('stroke', 'black')
|
||||
.attr('fill', 'none');
|
||||
|
||||
return path;
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
<input class="anim-related" type="number" id="cx_finish" value="300" max="600" min="0">
|
||||
<br>
|
||||
<label for="cy">y: </label>
|
||||
<input class="anim-related" type="number" id="cy" value="300" max="600" min="0">
|
||||
<input type="number" id="cy" value="300" max="600" min="0">
|
||||
<label class="anim-related" for="cy_finish">до: </label>
|
||||
<input type="number" id="cy_finish" value="300" max="600" min="0">
|
||||
<input class="anim-related" type="number" id="cy_finish" value="300" max="600" min="0">
|
||||
</p>
|
||||
<p class="path-anim-related">Пути перемещения<br>
|
||||
<select id="pathSelect">
|
||||
|
||||
Reference in New Issue
Block a user