This didn’t work, unfortunately. I got the following feedback:
chunk.644.c2a2670….js:2 Uncaught (in promise) TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.
at An.bn (chunk.644.c2a2670bf27efce0e548.js:2:37245)
at i (chunk.644.c2a2670bf27efce0e548.js:2:33783)
at o.fetch (client-06341e2325a46033ec32754e303e3298.js:1:4376989)
That makes sense, as it is a HTTP GET request. I could send it out using URL query parameters, but I’m not sure how to extract them in the addGraph function? ![]()