Skip to content

Commit a28bbbe

Browse files
authored
Merge pull request #1070 from plotly/sending-data-doc-update
Sending data doc update
2 parents 1a63342 + b37bfa9 commit a28bbbe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_posts/matlab/sending-data/2015-04-09-overwrite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Overwrite chart data with new data
3-
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg.</small>
3+
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg. <br>Note that setting a filename overwrites the entire chart (i.e., style & layout settings are not preserved).</small>
44
plot_url: http://i.imgur.com/VuobuN3.gif
55
arrangement: horizontal
66
language: matlab

_posts/pandas/sending-data/2015-04-09-overwrite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Overwrite chart data with new data
3-
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg.</small>
3+
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg. <br>Note that setting a filename overwrites the entire chart (i.e., style & layout settings are not preserved).</small>
44
plot_url: http://i.imgur.com/VuobuN3.gif
55
arrangement: horizontal
66
language: pandas

_posts/python/fundamentals/sending-data/2015-04-09-overwrite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Overwrite chart data with new data
3-
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg.</small>
3+
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg. <br>Note that setting a filename overwrites the entire chart (i.e., style & layout settings are not preserved).</small>
44
plot_url: http://i.imgur.com/VuobuN3.gif
55
arrangement: horizontal
66
language: python

_posts/r/fundamentals/sending-data/2015-04-09-overwrite.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Overwrite chart data with new data
3-
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg.</small>
3+
description: The simplest and recommended way to update a chart remotely.<br><small>You can overwrite a chart's data with new data remotely, simply by including its file name in the filename kwarg. <br>Note that setting a filename overwrites the entire chart (i.e., style & layout settings are not preserved).</small>
44
plot_url: http://i.imgur.com/VuobuN3.gif
55
arrangement: horizontal
66
language: r

0 commit comments

Comments
 (0)