Search found 12 matches

by cblin
Fri Apr 24, 2009 12:39 pm
Forum: Eastwood Chart Servlet
Topic: Time series
Replies: 0
Views: 28297

Time series

Hi,

I'd like to know if someone as already used eastwood for charting time series.

AFAIK, this is really not possible to use a quirck to do that ATM because you can not provide labels when you use a range...

Thanks
by cblin
Thu Dec 18, 2008 10:13 am
Forum: JFreeChart
Topic: bug in RegularTimePeriod : does not use the current default
Replies: 2
Views: 3563

Hi,

thanks for the answer and the link.

I will try to update my dependencies.

regards
by cblin
Wed Dec 17, 2008 4:24 pm
Forum: JFreeChart
Topic: bug in RegularTimePeriod : does not use the current default
Replies: 2
Views: 3563

bug in RegularTimePeriod : does not use the current default

Hi, I think there is a bug in the RegularTimePeriod that is using a static constant to reference the default timezone. The problem arise with the following code (for ex) : new Day(new Date()); Timezone.setDefault(<timezone != previous default>); new Day(new Date()); -> will still be based on the old...
by cblin
Fri Nov 14, 2008 4:03 pm
Forum: Eastwood Chart Servlet
Topic: Problem with negative value and data scaling
Replies: 0
Views: 28927

Problem with negative value and data scaling

Compare the results of : http://chart.apis.google.com/chart?cht=bvg&chs=200x125&chd=t:-2,-1,6,8,4&chco=4d89f9,c6d9fd&chbh=20&chxt=y&chds=-5,10&chxr=0,-5,10 to http://localhost:8080/chart?cht=bvg&chs=200x125&chd=t:-2,-1,6,8,4&chco=4d89f9,c6d9fd&chbh=20&chxt=y&chds=-5,10&chxr=0,-5,10 I think that ther...
by cblin
Tue Aug 12, 2008 12:25 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

Sorry it has taken me so long to reply... No big deal because we have finally delayed our development based on eastwood to september. I'm glad you include my points on the TODO list. I'll probably submit patches during september : * image map * minor code improvements listed in the above post For t...
by cblin
Mon Aug 04, 2008 12:34 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

I do not like to do that but : BUMP !

I am waiting for answers about my questions / recommendations, especially the 1 method by step and the dataType constant.
by cblin
Mon Jul 21, 2008 9:01 am
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

Hi David, Thank you for your answers Firstly, I did not find the pom.xml in the 1.1.0 zip release so I can not comment on it... Concerning the classes organization, the reasons you give are understandable so I'll respect them. I'll live with that. Just a few points : * dataType = 0, 1, 2; => private...
by cblin
Thu Jul 03, 2008 8:17 am
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

I think if you specify the URLs fully for each section, you'll run up against the maximum string length for the chart specification pretty quickly. Maybe it would be better to specify something that configures the generic format for a PieURLGenerator, and lets it generate URLs for each section. Act...
by cblin
Tue Jun 24, 2008 3:40 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

Hi david, I added a request parameter named im in the format : id_html_map:SECTION1|SECTION2|...:drill_url For ex, the PieChart Hello World : im => "mapid:section1|section2:http://host/script.php?value=%s" ATM, I've implemented it this way : in GChart class : String imageMapStr = params.get("im"); /...
by cblin
Thu Jun 19, 2008 8:39 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

Patch accepted ?

Hi,

I'd just like to know if my patch has been accepted by the eastwood team because I am going to start the implementation of the image map stuff so I am wondering if I can do it directly in the right source code
by cblin
Mon Jun 16, 2008 1:45 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

patch uploaded

I've uploaded the patch on the tracker : ?func=detail&aid=1995094&group_id=15494&atid=315494 error : I can not post the link because of 'New and anonymous users are not allowed to have URLs in their postings.' whereas I am logged in to answer your question : * maven : the advantage of maven is that ...
by cblin
Mon Jun 09, 2008 1:53 pm
Forum: Eastwood Chart Servlet
Topic: Eastwood rewriting
Replies: 18
Views: 130368

Eastwood rewriting

Hi, we did a rewrite of eastwood : * mavenize * add unit tests before doing the refactoring (so that we can nearly guarantee that we did not change the behaviors) * separate the 1800 lines into multiple classes (1 class per request parameter handling) * rename the classes related to jfreechart (move...