Skip to content

Commit 88a91ff

Browse files
committed
Remove more backslashes.
1 parent 3cba84b commit 88a91ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/plotly-with-meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75556,7 +75556,7 @@ var Plotly = (() => {
7555675556
editType: "calc",
7555775557
description: [
7555875558
"Specifies the data URI of the image to be visualized.",
75559-
'The URI consists of "data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>"'
75559+
'The URI consists of "data:image/[<media subtype>][;base64],<data>"'
7556075560
].join(" ")
7556175561
},
7556275562
z: {

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47943,7 +47943,7 @@
4794347943
"valType": "number"
4794447944
},
4794547945
"source": {
47946-
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>\"",
47946+
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype>][;base64],<data>\"",
4794747947
"editType": "calc",
4794847948
"valType": "string"
4794947949
},

0 commit comments

Comments
 (0)