Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 049b3a9

Browse files
committed
Images: Export attributes for plotSchema creation
1 parent 47c320c commit 049b3a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/images/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111

1212
var draw = require('./draw');
1313
var supplyLayoutDefaults = require('./defaults');
14+
var attributes = require('./attributes');
1415

1516

1617
module.exports = {
1718
draw: draw,
19+
layoutAttributes: attributes,
1820
supplyLayoutDefaults: supplyLayoutDefaults
1921
};

src/plots/layout_attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ module.exports = {
182182
'legend': 'Legend',
183183
'annotations': 'Annotations',
184184
'shapes': 'Shapes',
185+
'images': 'Images',
185186
'ternary': 'ternary'
186187
}
187188
};

0 commit comments

Comments
 (0)