I’m attempting to add a chart to pages, however when I attempt to compile sometimes I get a syntax error, and other times the script runs fine. I don’t get it…
Here’s the code:
add chart column names {"Visual Basic", "Applescript"}¬
row names {"2008", "2009"} ¬
data {{100,140},{80,200}} ¬
type "line_2d"