4 messages in com.googlegroups.google-chart-apiUsing variable with chxl
FromSent OnAttachments
Steve29 Jun 2008 10:48 
mickaxl30 Jun 2008 10:23 
Steve30 Jun 2008 10:28 
Steve30 Jun 2008 10:32 
Subject:Using variable with chxl
From:Steve (step@googlemail.com)
Date:06/29/2008 10:48:31 AM
List:com.googlegroups.google-chart-api

Instead of using chxl=0:|10|20|30| I would like to use a variable ie

var markString=markArray.join("|"); chxl=0:markString

how can I make the chart API read the variable?