Skip to content

Commit 3cba84b

Browse files
committed
Remove backslashes from plot-schema.json and add docs/build/ to .gitignore
1 parent e7a4f14 commit 3cba84b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ tags
2121
!.gitignore
2222
!.npmignore
2323

24-
docs/tmp/
24+
docs/tmp/
25+
docs/build/

dist/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47961,7 +47961,7 @@
4796147961
"valType": "number"
4796247962
},
4796347963
"source": {
47964-
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>\"",
47964+
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype>][;base64],<data>\"",
4796547965
"editType": "calc",
4796647966
"valType": "string"
4796747967
},

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: {

0 commit comments

Comments
 (0)