Skip to content

Commit 1bde8ac

Browse files
committed
Reverted changes to test/plot-schema.json
1 parent d0c922b commit 1bde8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/traces/image/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = extendFlat({
2121
editType: 'calc',
2222
description: [
2323
'Specifies the data URI of the image to be visualized.',
24-
'The URI consists of "data:image/[<media subtype>][;base64],<data>"'
24+
'The URI consists of "data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>"'
2525
].join(' ')
2626
},
2727
z: {

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48135,7 +48135,7 @@
4813548135
"valType": "number"
4813648136
},
4813748137
"source": {
48138-
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype>][;base64],<data>\"",
48138+
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>\"",
4813948139
"editType": "calc",
4814048140
"valType": "string"
4814148141
},

0 commit comments

Comments
 (0)