We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74574b6 commit 8c736f7Copy full SHA for 8c736f7
src/traces/image/attributes.js
@@ -29,7 +29,7 @@ module.exports = extendFlat({
29
editType: 'calc',
30
description: [
31
'Specifies the data URI of the image to be visualized.',
32
- 'The URI consists of "data:[<media type>][;base64],<data>"'
+ 'The URI consists of "data:image/[<media subtype>][;base64],<data>"'
33
].join(' ')
34
},
35
z: {
0 commit comments