mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
more thicc
This commit is contained in:
parent
3a80780c3e
commit
10210742c3
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function addFitter(datasetMeta, ctx, dataset, xScale, yScale) {
|
|||
}
|
||||
|
||||
ctx.lineWidth = lineWidth;
|
||||
if (lineStyle === "dotted") { ctx.setLineDash([4, 6]); }
|
||||
if (lineStyle === "dotted") { ctx.setLineDash([6, 6]); }
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(x1, y1);
|
||||
ctx.lineTo(x2, y2);
|
||||
|
|
Loading…
Reference in a new issue