more thicc

This commit is contained in:
Jack 2020-06-23 22:23:34 +01:00
parent 3a80780c3e
commit 10210742c3

View file

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