Hi..
i am new at cewolf.. but checking the examples and the war, i was able to make a timeseries chart. it is working excepts for the tooltipgenerator... i tryed tons of stuff and didnt get it working for a timeseries one...
i checked the tutorial one, and it works. and my timeseries cant generate...
i even put
public
String generateToolTip(CategoryDataset arg0, int series, int arg2)
{
System.out.println("arg0: "+arg0.toString()+ "series "+series+" arg2"+arg2);
return seriesNames[series];
}
to check how it was generating the tooltip. but couldnt make equal in the timeseries... seems it dont execute this method...
please help