I m working on jqplot with groovy on grails. I am passing the data as a list and I want to populate the labels and x-axis ticks. For one label it is working fine but how can I iterate?
series:[
{label: ${labelList[0]} },
{label: aaa },
{label: bbb },
{label: ccc },
{label: ddd }
],
I am not using Json object. So any help for above problem will be appreciated. Thanks.