From 3f2a435c99c8e2f43d2134fbed422e1cacb60904 Mon Sep 17 00:00:00 2001 From: Philip Eriksson <12006381+phieri@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:26:50 +0200 Subject: [PATCH] Remove tiny data point circles from prerendered graphs --- src/index.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/index.ts b/src/index.ts index 53957c3..63af059 100644 --- a/src/index.ts +++ b/src/index.ts @@ -236,6 +236,11 @@ export const generateGraphs = async () => { ], }, options: { + elements: { + point: { + pointStyle: false, + }, + }, legend: { display: false }, scales: { xAxes: [ @@ -276,6 +281,11 @@ export const generateGraphs = async () => { ], }, options: { + elements: { + point: { + pointStyle: false, + }, + }, legend: { display: false }, scales: { xAxes: [