The following code shows how to use the seriesList array collection to include the data to be charted.
seriesList: [{
label: "West",
legendEntry: true,
data: { x: [5, 14, 20, 18, 22],
y: [5500, 12200, 60000, 24400, 32000],
y1: [3, 12, 33, 10, 42] }
}]