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
Search found 12 matches
- Fri Apr 24, 2009 12:39 pm
- Forum: Eastwood Chart Servlet
- Topic: Time series
- Replies: 0
- Views: 61101
- Thu Dec 18, 2008 10:13 am
- Forum: JFreeChart
- Topic: bug in RegularTimePeriod : does not use the current default
- Replies: 2
- Views: 5360
- Wed Dec 17, 2008 4:24 pm
- Forum: JFreeChart
- Topic: bug in RegularTimePeriod : does not use the current default
- Replies: 2
- Views: 5360
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...
- Fri Nov 14, 2008 4:03 pm
- Forum: Eastwood Chart Servlet
- Topic: Problem with negative value and data scaling
- Replies: 0
- Views: 61557
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...
- Tue Aug 12, 2008 12:25 pm
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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...
- Mon Aug 04, 2008 12:34 pm
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
- Mon Jul 21, 2008 9:01 am
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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...
- Thu Jul 03, 2008 8:17 am
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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...
- Tue Jun 24, 2008 3:40 pm
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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"); /...
- Thu Jun 19, 2008 8:39 pm
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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
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
- Mon Jun 16, 2008 1:45 pm
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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 ...
- Mon Jun 09, 2008 1:53 pm
- Forum: Eastwood Chart Servlet
- Topic: Eastwood rewriting
- Replies: 18
- Views: 253874
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...