removed line

This commit is contained in:
=
2026-03-13 14:13:02 +10:00
parent 300d5664cb
commit 58b398228f
2 changed files with 3 additions and 3 deletions

View File

@@ -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;