DATASET_CHART #lines starting with a hash sign are comments, and will be ignored #fields and values should be separated using tabs, spaces or commas #use the same separator throughout the file #color and label for this dataset, which are used in the dataset list box DATASET_COLOR,#ff0000 DATASET_LABEL,example charts #a list of chart fields and their respective colors FIELD_LABELS,Fusobacterium,Bifidobacterium,Escherichia,Bacteroides,Eubacterium FIELD_COLORS,#ff0000,#ffff00,#00ff00,#00ffff,#0000ff #type of chart to display initially. Can be one of 'pie', 'bar', 'donut' or 'pie3D' CHART_TYPE,bar #radius/size of individual charts will be calculated from these values and chart relative size MINIMUM_SIZE,30 MAXIMUM_SIZE,50 #actual data follows below the DATA line #chart position can be defined in two ways: # 1. by specifiying the country name/code in field 1 # 2. by using exact position with latitude and longitude in fields 1 and 2 #next 3 fields are the chart label, chart description (can be empty) and relative size #followed by numeric values for each field in FIELD_LABELS above DATA #example below specifies 5 values (for microbial genera defined in FIELD_LABELS) for Germany, U.S.A, India. Last chart is positioned exactly at latitude 40.809437 and longitude 14.236134 #DE,Germany example,Description for the Germany chart,1,10,20,10,30,50 #USA,Chart in the USA,
Complex description with links and any other valid HTML
,1,15,5,10,40,30 #India,Indian chart,,2,5,15,20,35,40 #40.809437,14.236134,Chart near Naples,Chart positioned at exact coordinates,1,20,10,5,45,15