From: Travis R. <tra...@ec...> - 2004-09-19 18:20:24
|
Is it possible to have a chart that has multiple Y value ranges, say one bar is measured on value 1-1000 and you want to a second bar to be charted with the range 0-100 or something? So if data set A was 900 the bar would be the same height as data set B at 90. -- Travis Reeder Ecommstats Web Analytics |
From: Nathaniel G. A. <nat...@ya...> - 2004-09-20 21:31:37
|
there is limited dual axis support in the alpha release. --- Travis Reeder <tra...@ec...> wrote: > Is it possible to have a chart that has multiple Y value ranges, say one > bar is measured on value 1-1000 and you want to > a second bar to be charted with the range 0-100 or something? So if > data set A was 900 the bar would be the same height as data set B at 90. > > -- > Travis Reeder > Ecommstats Web Analytics > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Chris M. <ch...@de...> - 2004-09-20 21:42:21
|
Hey!, what's limited about it? The cvs version should have the all singing all dancing, even documented version! C > -----Original Message----- > From: jch...@li... > [mailto:jch...@li...] On Behalf > Of Nathaniel G. Auvil > Sent: Tuesday, 21 September 2004 9:32 a.m. > To: jch...@li... > Subject: Re: [jCharts-users] Multiple Y ranges > > > there is limited dual axis support in the alpha release. > > > --- Travis Reeder <tra...@ec...> wrote: > > > Is it possible to have a chart that has multiple Y value > ranges, say > > one bar is measured on value 1-1000 and you want to a > second bar to be > > charted with the range 0-100 or something? So if data set > A was 900 > > the bar would be the same height as data set B at 90. > > > > -- > > Travis Reeder > > Ecommstats Web Analytics |
From: Travis R. <tr...@gm...> - 2004-09-20 22:05:11
|
So alpha is the one to use now? On Tue, 21 Sep 2004 09:40:48 +1200, Chris McKay <ch...@de...> wrote: > Hey!, what's limited about it? The cvs version should have the all singing > all dancing, even documented version! > > C > > > > > -----Original Message----- > > From: jch...@li... > > [mailto:jch...@li...] On Behalf > > Of Nathaniel G. Auvil > > Sent: Tuesday, 21 September 2004 9:32 a.m. > > To: jch...@li... > > Subject: Re: [jCharts-users] Multiple Y ranges > > > > > > there is limited dual axis support in the alpha release. > > > > > > --- Travis Reeder <tra...@ec...> wrote: > > > > > Is it possible to have a chart that has multiple Y value > > ranges, say > > > one bar is measured on value 1-1000 and you want to a > > second bar to be > > > charted with the range 0-100 or something? So if data set > > A was 900 > > > the bar would be the same height as data set B at 90. > > > > > > -- > > > Travis Reeder > > > Ecommstats Web Analytics > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > |
From: Chris M. <ch...@de...> - 2004-09-20 22:18:29
|
Well that's your decision to make. We are using a CVS snapshot from the 1.0 branch (just post the Alpha release) for our production use. We did some fairly intensive testing and QA but only in the areas of jCharts that we are using (3D stacked bar charts, dual Y-axis and combo charts) and only with the sorts of data that we can ever expect. I'm not sure how widely used the 1.0 version is. Certainly the 0.74 release is in use in a number of organizations. In our organization we are all pretty heavy-duty Java programmers so we don't mind fixing or tweaking the jCharts code if problems arise. And the code is very nicely written as well so it isn't hard for us. I believe the phrase is Your Mileage May Vary ... C > -----Original Message----- > From: jch...@li... > [mailto:jch...@li...] On Behalf > Of Travis Reeder > Sent: Tuesday, 21 September 2004 10:05 a.m. > To: jch...@li... > Subject: Re: [jCharts-users] Multiple Y ranges > > So alpha is the one to use now? |
From: Travis R. <tr...@gm...> - 2004-09-20 22:29:04
|
Works for me, i'll grab a copy, is that what is in the krysalis-jcharts module? On Tue, 21 Sep 2004 10:16:24 +1200, Chris McKay <ch...@de...> wrote: > Well that's your decision to make. We are using a CVS snapshot from the 1.0 > branch (just post the Alpha release) for our production use. We did some > fairly intensive testing and QA but only in the areas of jCharts that we are > using (3D stacked bar charts, dual Y-axis and combo charts) and only with > the sorts of data that we can ever expect. > > I'm not sure how widely used the 1.0 version is. Certainly the 0.74 release > is in use in a number of organizations. > > In our organization we are all pretty heavy-duty Java programmers so we > don't mind fixing or tweaking the jCharts code if problems arise. And the > code is very nicely written as well so it isn't hard for us. > > I believe the phrase is Your Mileage May Vary ... > > C > > > > > -----Original Message----- > > From: jch...@li... > > [mailto:jch...@li...] On Behalf > > Of Travis Reeder > > Sent: Tuesday, 21 September 2004 10:05 a.m. > > To: jch...@li... > > Subject: Re: [jCharts-users] Multiple Y ranges > > > > So alpha is the one to use now? > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > |
From: Travis R. <tr...@gm...> - 2004-09-20 22:29:23
|
and is there any docs on the dual Y? On Tue, 21 Sep 2004 10:16:24 +1200, Chris McKay <ch...@de...> wrote: > Well that's your decision to make. We are using a CVS snapshot from the 1.0 > branch (just post the Alpha release) for our production use. We did some > fairly intensive testing and QA but only in the areas of jCharts that we are > using (3D stacked bar charts, dual Y-axis and combo charts) and only with > the sorts of data that we can ever expect. > > I'm not sure how widely used the 1.0 version is. Certainly the 0.74 release > is in use in a number of organizations. > > In our organization we are all pretty heavy-duty Java programmers so we > don't mind fixing or tweaking the jCharts code if problems arise. And the > code is very nicely written as well so it isn't hard for us. > > I believe the phrase is Your Mileage May Vary ... > > C > > > > > -----Original Message----- > > From: jch...@li... > > [mailto:jch...@li...] On Behalf > > Of Travis Reeder > > Sent: Tuesday, 21 September 2004 10:05 a.m. > > To: jch...@li... > > Subject: Re: [jCharts-users] Multiple Y ranges > > > > So alpha is the one to use now? > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > |
From: Chris M. <ch...@de...> - 2004-09-20 23:03:00
|
Having made all these comments I see that I haven't checked in my final dual Y axis changes to cvs ... I'll do that in the next day or so (hopefully today depending on work commitments). There will be an update to the test/DualAxisComboTestDriver.java sample program C > -----Original Message----- > From: jch...@li... > [mailto:jch...@li...] On Behalf > Of Travis Reeder > Sent: Tuesday, 21 September 2004 10:29 a.m. > To: jch...@li... > Subject: Re: [jCharts-users] Multiple Y ranges > > and is there any docs on the dual Y? > > |
From: Travis R. <tr...@gm...> - 2004-09-20 23:12:26
|
hopefully today. ;) I'll give you feedback since I need this yesterday. On Tue, 21 Sep 2004 11:02:27 +1200, Chris McKay <ch...@de...> wrote: > Having made all these comments I see that I haven't checked in my final dual > Y axis changes to cvs ... I'll do that in the next day or so (hopefully > today depending on work commitments). There will be an update to the > test/DualAxisComboTestDriver.java sample program > > C > > > > > -----Original Message----- > > From: jch...@li... > > [mailto:jch...@li...] On Behalf > > Of Travis Reeder > > Sent: Tuesday, 21 September 2004 10:29 a.m. > > To: jch...@li... > > Subject: Re: [jCharts-users] Multiple Y ranges > > > > and is there any docs on the dual Y? > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > |
From: Chris M. <ch...@de...> - 2004-09-21 03:58:12
|
OK - all changes for independent Dual Y axis checked into CVS. Now you can plot one set of lines on the left axis and another set against the right. Look at the program in the test directory (DualAxisComboTestDriver) for all the methods. Nathanial - we need an area in the doco to put all this stuff ... C |
From: Nathaniel G. A. <nat...@ya...> - 2004-09-22 01:54:56
|
ok. I will see if i can get some place holders up there and take a look too. My work load is finally slowing down a bit again and i might have some spare time. --- Chris McKay <ch...@de...> wrote: > OK - all changes for independent Dual Y axis checked into CVS. Now you can > plot one set of lines on the left axis and another set against the right. > Look at the program in the test directory (DualAxisComboTestDriver) for all > the methods. > > Nathanial - we need an area in the doco to put all this stuff ... > > C > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |
From: Nathaniel G. A. <nat...@ya...> - 2004-09-22 13:05:25
|
sorry, for some reason i was thinking you could only do this on the line charts. I guess I have been out of this for a little too long. --- Chris McKay <ch...@de...> wrote: > Hey!, what's limited about it? The cvs version should have the all singing > all dancing, even documented version! > > C > > > -----Original Message----- > > From: jch...@li... > > [mailto:jch...@li...] On Behalf > > Of Nathaniel G. Auvil > > Sent: Tuesday, 21 September 2004 9:32 a.m. > > To: jch...@li... > > Subject: Re: [jCharts-users] Multiple Y ranges > > > > > > there is limited dual axis support in the alpha release. > > > > > > --- Travis Reeder <tra...@ec...> wrote: > > > > > Is it possible to have a chart that has multiple Y value > > ranges, say > > > one bar is measured on value 1-1000 and you want to a > > second bar to be > > > charted with the range 0-100 or something? So if data set > > A was 900 > > > the bar would be the same height as data set B at 90. > > > > > > -- > > > Travis Reeder > > > Ecommstats Web Analytics > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |