# Pie chart data for use with extended CDraw Lib
# All these lines are comment lines
# First uncommented line is title
# -------------------------------------------------------------
Destinations from Brunei Airport, February 1994
# Next font for title and size (pts) on 2 lines
# size =0 means no title; an uncommented string must still be next
Trinity.Bold.Italic
20
# -------------------------------------------------------------
# Next number MUST be 1,2,3 (datatype)
# 1 = raw numbers
# 2 = angles for slices (should total 360!!)
# 3 = percentages (should total 100!!)
1
# more optional comment lines
# -------------------------------------------------------------
# next font and point size for sector labels (pts) on 2 lines
# size =0 means no labels
Corpus.Medium
12
# -------------------------------------------------------------
# data start flagged with BEGIN (capitals)
# -------------------------------------------------------------
BEGIN
#record structure is
#slice name, slice value, 3 R,G,B colour components (each 0 to 255,
#and finally . . .
#percentage of radius by which slice is "exploded"
#(0=not)
# -------------------------------------------------------------
Singapore, 7127,255,255,64,0
Other ASEAN,4625,0,190,220,0
E. Asia,3442,255,180,192,0
S. Asia,1200,255,255,220,0
Europe,6255,192,225,225,20
Americas,1800,192,64,64,0
Africa,962,160,160,255,0
Mid-East,4166,32,128,32,10
Australia, 3211,255,80,255,0
#End data with END (capitals)
END
# -------------------------------------------------------------
#Bye bye