The fix is simple: in the background script there is a function called
getMaxValue. Change it to add 1 to the value returned as the highest value
being charted.
function getMaxValue dataList
-- returns the number with the highest value
sort dataList descending numeric
return line 1 of dataList + 1
end getMaxValue
This has been fixed in HyperCard 2.1
This article is adapted from the Claris Tech Info database.
Support Information Services