Skip to content

Commit 686c328

Browse files
committed
Reverted changes to file in 'dist/'
1 parent 6df62ce commit 686c328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
},

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

0 commit comments

Comments
 (0)