Skip to content

Commit

Permalink
style: use better rendering for lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercchase committed Oct 24, 2024
1 parent 469aac6 commit 2965c72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export class TimeseriesChartComponent implements OnInit, OnDestroy {
.attr("stroke", function (d: DataReady) { return colorPalette(d.name) })
.style("stroke-width", 1)
.style("fill", "none")
.style("shape-rendering", "geometricprecision")



Expand Down

0 comments on commit 2965c72

Please sign in to comment.