I am going to use GXT Charts for the first time
I simply get the code from here
http://www.sencha.com/examples/#ExamplePlace:columnchart
My other GXT widgets are working (have added GXT jar and
<inherits name='com.sencha.gxt.ui.GXT'/>)
but This Import is giving error as “undefined”
import com.sencha.gxt.chart.client.chart.Chart;
Error: The import com.sencha.gxt.chart cannot be resolved
do i have to add some additional jar for CHARTS ?
thanks
We have a separate gxt-chart jar in our project