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 47c320c commit 049b3a9Copy full SHA for 049b3a9
src/components/images/index.js
@@ -11,9 +11,11 @@
11
12
var draw = require('./draw');
13
var supplyLayoutDefaults = require('./defaults');
14
+var attributes = require('./attributes');
15
16
17
module.exports = {
18
draw: draw,
19
+ layoutAttributes: attributes,
20
supplyLayoutDefaults: supplyLayoutDefaults
21
};
src/plots/layout_attributes.js
@@ -182,6 +182,7 @@ module.exports = {
182
'legend': 'Legend',
183
'annotations': 'Annotations',
184
'shapes': 'Shapes',
185
+ 'images': 'Images',
186
'ternary': 'ternary'
187
}
188
0 commit comments