Skip to content

Commit 46962af

Browse files
committedFeb 22, 2017
point to open issue #1111
1 parent 9f89dd6 commit 46962af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plot_api/plot_api.js

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Plotly.plot = function(gd, data, layout, config) {
252252
ErrorBars.calc(gd);
253253

254254
// TODO: autosize extra for text markers and images
255+
// see https://github.com/plotly/plotly.js/issues/1111
255256
return Lib.syncOrAsync([
256257
Registry.getComponentMethod('shapes', 'calcAutorange'),
257258
Registry.getComponentMethod('annotations', 'calcAutorange'),

0 commit comments

Comments
 (0)
Please sign in to comment.