do not work in forumtrends..

hi,

I use vaadin 6 …

copy the source(http://demo.vaadin.com/charts/#ForumTrends), and working…

in this line

// Set the date range
Calendar cal = Calendar.getInstance();
cal.add(Calendar.MONTH, -1);

timeline.setVisibleDateRange(cal.getTime(), new Date());

not work…ㅜㅜ

why,???

i don’t know why…

What do you mean by “not work”? Do you get any exceptions that might point into the direction of what’s wrong?

timeline didnot work.
But, Now, it’s OK.

I use condition( like if), timeline is work.