From 89feacc016326cfecc6de8295b44680d36653569 Mon Sep 17 00:00:00 2001 From: daexs Date: Mon, 25 Aug 2025 15:48:33 -0400 Subject: [PATCH] Modified URI link in description --- src/traces/image/attributes.js | 2 +- test/plot-schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/traces/image/attributes.js b/src/traces/image/attributes.js index a1ee867d323..4d12a10019a 100644 --- a/src/traces/image/attributes.js +++ b/src/traces/image/attributes.js @@ -21,7 +21,7 @@ module.exports = extendFlat({ editType: 'calc', description: [ 'Specifies the data URI of the image to be visualized.', - 'The URI consists of "data:image/[][;base64],"' + 'The URI consists of "data:image/[][;base64\\\\],"' ].join(' ') }, z: { diff --git a/test/plot-schema.json b/test/plot-schema.json index ff766ea613b..b8f5b4b8eda 100644 --- a/test/plot-schema.json +++ b/test/plot-schema.json @@ -47932,7 +47932,7 @@ "valType": "number" }, "source": { - "description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[][;base64],\"", + "description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[][;base64\\\\],\"", "editType": "calc", "valType": "string" },