Skip to content

Commit 07f872b

Browse files
authored
Update plotlyoffline.m
1 parent 6bc9ff3 commit 07f872b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
'\n });'], id, clean_jdata, clean_jlayout, ...
6161
id, link_text);
6262

63-
plotly_script = sprintf(['\n<div id="%s" style="height: %s;',...
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;',...
6466
'width: %s;" class="plotly-graph-div">' ...
6567
'</div> \n<script type="text/javascript">' ...
6668
'%s \n</script>'], id, id, height, width, ...

0 commit comments

Comments
 (0)