Skip to content

Commit 995a2d7

Browse files
committed
Updated method names in example.
1 parent 3a29656 commit 995a2d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

external_charts/demo4.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
# Add the chart extracted using the chartex utility
25-
$worksheet->insert_chart('G2', 'demo401.bin', 3, 3, 1.08, 1.21);
25+
$worksheet->embed_chart('G2', 'demo401.bin', 3, 3, 1.08, 1.21);
2626

2727
# Link the chart to the worksheet data using a dummy formula.
2828
$worksheet->store_formula('=Sheet1!A1');

external_charts/demo5.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
# Embed a chart extracted using the chartex utility
25-
$worksheet->insert_chart('D3', 'demo501.bin');
25+
$worksheet->embed_chart('D3', 'demo501.bin');
2626

2727
# Link the chart to the worksheet data using a dummy formula.
2828
$worksheet->store_formula('=Sheet1!A1');

0 commit comments

Comments
 (0)