Skip to content

Commit edcf9b0

Browse files
authored
Merge pull request #293 from plotly/issue290
fix issue 290
2 parents 1cb8821 + 73143be commit edcf9b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@
6060
'\n });'], id, clean_jdata, clean_jlayout, ...
6161
id, link_text);
6262

63-
plotly_script = sprintf(['\n<div class="%s loading" style=', ...
64-
'color: rgb(50,50,50);">Drawing...</div>' ...
65-
'\n<div id="%s" style="height: %s;',...
63+
plotly_script = sprintf(['\n<div id="%s" style="height: %s;',...
6664
'width: %s;" class="plotly-graph-div">' ...
6765
'</div> \n<script type="text/javascript">' ...
68-
'%s \n</script>'], id, id, height, width, ...
66+
'%s \n</script>'], id, height, width, ...
6967
script);
7068

7169
% template entire script

0 commit comments

Comments
 (0)