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;
|
||||
|
||||
Reference in New Issue
Block a user