Documentation errata

Get help and support using chartsEngine for LiveCode.

Moderators: heatherlaine, BvG

Post Reply
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

Documentation errata

Post by malte » Thu Feb 19, 2009 11:07 pm

There is an error on page 3 of the documentation PDF:

The script should read:

on mouseUp
local tchart
chartsCreateChart
put the result into tchart
set the charts["data"] of tchart to "1,1,1" & cr & "30,56,12" & cr & "1,1,1"
chartsRefresh tChart
end mouseUp

Post Reply

Return to “chartsEngine”