You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(5) |
Aug
(2) |
Sep
(3) |
Oct
(2) |
Nov
(8) |
Dec
(10) |
2003 |
Jan
(1) |
Feb
(5) |
Mar
(15) |
Apr
(29) |
May
(40) |
Jun
(44) |
Jul
(26) |
Aug
(63) |
Sep
(42) |
Oct
(33) |
Nov
(29) |
Dec
(51) |
2004 |
Jan
(34) |
Feb
(15) |
Mar
(32) |
Apr
(26) |
May
(40) |
Jun
(16) |
Jul
(6) |
Aug
(12) |
Sep
(55) |
Oct
(33) |
Nov
(54) |
Dec
(9) |
2005 |
Jan
(3) |
Feb
(7) |
Mar
(12) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
|
Aug
(4) |
Sep
(8) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2006 |
Jan
(1) |
Feb
(7) |
Mar
(4) |
Apr
(2) |
May
(3) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(3) |
Dec
(2) |
2007 |
Jan
(7) |
Feb
(6) |
Mar
|
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2010 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jiang, X. <jon...@pi...> - 2004-11-05 19:04:51
|
Hi folks, I'm using jcharts to develop a plot tool. It works fine so far,=20 but I don't know how to set the scales and max/min values for X/Y axis. My data ranges from 3.8 to 6.2, but the max=20 value for Y axis is 12, and the min value, 0 in the chart=20 plotted using jcharts.=20 Could you please give me some suggestion? If you can provide some sample code, that'll be great.=20 Thanks in advance, Jon This message contains confidential information and is intended only for the= individual named. If you are not the named addressee, you should not disse= minate, distribute, alter or copy this e-mail.=20 Please notify the sender immediately by e-mail if you have received this e-= mail by mistake and delete this e-mail from your system.=20 E-mail transmissions cannot be guaranteed to be secure or error-free as inf= ormation could be intercepted, corrupted, lost, destroyed, arrive late or i= ncomplete, or contain viruses. The sender, therefore, does not accept liability for any errors or omission= s in the contents of this message which arise during or as a result of e-ma= il transmission. If verification is required, please request a hard-copy ve= rsion. This message is provided for information purposes and should not be = construed as a solicitation or offer to buy or sell any securities or relat= ed financial instruments in any jurisdiction. |
From: Nathaniel G. A. <nat...@ya...> - 2004-11-05 18:42:08
|
Ok. So it sounds like your load is fairly high avg 5 charts per page * avg 35 pages = 175 charts per pdf. Caching could make sense here; I do not know all your performance metrics, like how long it takes to generate charts versus the whole pdf, versus fetching/computing the plot data, user load, size of box, etc... I would suggest doing on the fly charts and then run using cached charts to see what the difference is and how it fits into your overall performance plan. --- Chris Ward <cw...@go...> wrote: > On Friday 05 November 2004 04:09 am, Chris McKay wrote: > > Plus you need to write a file collector as well to tidy up the cache > > directory ... > > > > C > > In my case, I don't need to delete a 'cache' folder, as it never grows beyond > a set size of images. The image names are reused each time the graphs are > created, so that static names can be used on web pages. > > It may not be the case for most people, but I have to generate my data from a > database for each chart, and I have from 2 to 8 charts on a page, with my > final result being a PDF of 30-40 pages. In my case, I think the cost of > generating the graphs is high, with the individual graphs changing > infrequently. > > I have used the servlet in an img tag before, and it appears that most people > here like that method and recomend it first, but I have always liked the idea > of reducing server load to the web server. If you have highly dynamic graphs, > I guess you have no choice. I have also contemplated moveing the servlet > graph generators to a seperate 'image' server, but decided that still would > be best with more dynamic charts than I have. Mine only change when a user > changes input data, not with an automatic process such as recording > temperature data. > > All things said, if the servlet in an image tag is the preferred method of > this list, I don't need to confuse new people by suggesting saving to a file > again, but I did put thought into it before making my decision. > > Chris > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com |
From: Chris W. <cw...@go...> - 2004-11-05 17:55:04
|
On Friday 05 November 2004 05:11 pm, Rod Macpherson wrote: > Given your analysis it makes no sense whatsoever for you to use > servlets. In my case we have one or two people looking at realtime > graphs so the servlet might have been ideal. The problem is it needs to > be embedded in the page with other HTML items. Anybody know if the > servlet output be the target of an image tag? If not we will have to > save the realtime image to a file and create a dynamic reference to it. > That leaves the problem of writing file resources from a bundled up WAR > or EAR file. > I am pretty sure that the 'standard' way of accessing jcharts would be through a servlet accessed via an image tag. That is the basic premis of how the 'tracking gifs' work. When you put a servlet in an image tag, the web client you are using doesn't care what is on the back end. It just expects to see some binary image data. So that is what you do: <img src="www.mysite.com/myservlet?graph=x&parm=y"> Then myservlet takes the parms, makes a graph, and returns binary data, and the web client is none the wiser. Chris |
From: Rod M. <rma...@ve...> - 2004-11-05 17:12:00
|
Given your analysis it makes no sense whatsoever for you to use servlets. In my case we have one or two people looking at realtime graphs so the servlet might have been ideal. The problem is it needs to be embedded in the page with other HTML items. Anybody know if the servlet output be the target of an image tag? If not we will have to save the realtime image to a file and create a dynamic reference to it. That leaves the problem of writing file resources from a bundled up WAR or EAR file.=20 -----Original Message----- From: Chris Ward [mailto:cw...@go...]=20 Sent: Friday, November 05, 2004 1:11 PM To: jch...@li... Subject: Re: [jCharts-users] jCharts in Struts On Friday 05 November 2004 04:09 am, Chris McKay wrote: > Plus you need to write a file collector as well to tidy up the cache=20 > directory ... > > C In my case, I don't need to delete a 'cache' folder, as it never grows beyond=20 a set size of images. The image names are reused each time the graphs are=20 created, so that static names can be used on web pages. It may not be the case for most people, but I have to generate my data from a=20 database for each chart, and I have from 2 to 8 charts on a page, with my=20 final result being a PDF of 30-40 pages. In my case, I think the cost of generating the graphs is high, with the individual graphs changing=20 infrequently. I have used the servlet in an img tag before, and it appears that most people=20 here like that method and recomend it first, but I have always liked the idea=20 of reducing server load to the web server. If you have highly dynamic graphs,=20 I guess you have no choice. I have also contemplated moveing the servlet graph generators to a seperate 'image' server, but decided that still would=20 be best with more dynamic charts than I have. Mine only change when a user=20 changes input data, not with an automatic process such as recording=20 temperature data. All things said, if the servlet in an image tag is the preferred method of=20 this list, I don't need to confuse new people by suggesting saving to a file=20 again, but I did put thought into it before making my decision. Chris ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=3D5588&alloc_id=3D12065&op=3Dclick _______________________________________________ jCharts-users mailing list jCh...@li... https://lists.sourceforge.net/lists/listinfo/jcharts-users |
From: Chris W. <cw...@go...> - 2004-11-05 15:11:02
|
On Friday 05 November 2004 04:09 am, Chris McKay wrote: > Plus you need to write a file collector as well to tidy up the cache > directory ... > > C In my case, I don't need to delete a 'cache' folder, as it never grows beyond a set size of images. The image names are reused each time the graphs are created, so that static names can be used on web pages. It may not be the case for most people, but I have to generate my data from a database for each chart, and I have from 2 to 8 charts on a page, with my final result being a PDF of 30-40 pages. In my case, I think the cost of generating the graphs is high, with the individual graphs changing infrequently. I have used the servlet in an img tag before, and it appears that most people here like that method and recomend it first, but I have always liked the idea of reducing server load to the web server. If you have highly dynamic graphs, I guess you have no choice. I have also contemplated moveing the servlet graph generators to a seperate 'image' server, but decided that still would be best with more dynamic charts than I have. Mine only change when a user changes input data, not with an automatic process such as recording temperature data. All things said, if the servlet in an image tag is the preferred method of this list, I don't need to confuse new people by suggesting saving to a file again, but I did put thought into it before making my decision. Chris |
From: Nathaniel G. A. <nat...@ya...> - 2004-11-05 14:45:51
|
Sure. --- "Vaughn, William - St. Louis, MO - Contractor" <wil...@us...> wrote: > Is it possible to embed a jChart in a JSP that contains HTML content? > > Thanks, > > -Bill > __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com |
From: Vaughn, W. - S. L. MO - C. <wil...@us...> - 2004-11-05 14:28:53
|
Is it possible to embed a jChart in a JSP that contains HTML content? =20 Thanks,=20 =20 -Bill |
From: Chris M. <ch...@de...> - 2004-11-05 04:07:59
|
Plus you need to write a file collector as well to tidy up the cache directory ... C > -----Original Message----- > From: jch...@li... > [mailto:jch...@li...] On Behalf > Of Nathaniel G. Auvil > Sent: Friday, 5 November 2004 2:25 p.m. > To: jch...@li... > Subject: Re: [jCharts-users] jCharts in Struts > > > The cost of rendering a chart is relatively small, so unless > you have a large load, caching the image provides little > benefit and adds complexity. However, if your data changes > infrequently and your server is under load, caching makes > sense. The same is true of using any type of caching. > > For the majority of applications, writing the chart to a file > is uneeded. Some people think they HAVE to write the chart to > a file to use it in an img tag. |
From: Nathaniel G. A. <nat...@ya...> - 2004-11-05 01:25:34
|
The cost of rendering a chart is relatively small, so unless you have a large load, caching the image provides little benefit and adds complexity. However, if your data changes infrequently and your server is under load, caching makes sense. The same is true of using any type of caching. For the majority of applications, writing the chart to a file is uneeded. Some people think they HAVE to write the chart to a file to use it in an img tag. --- Chris Ward <cw...@go...> wrote: > On Thursday 04 November 2004 03:52 pm, Nathaniel G. Auvil wrote: > > something is getting written to the reponse before you encode the chart. > > Check your code and if you are not doing it then Struts is. If Struts is, > > you could always add a Servlet which renders the Chart. > > > > I would not write the image to a file, as the performance of that would not > > be good. > > I am not sure what you mean 'as the performance of that would not be good'. > The way I use it, it is better. Instead of creating charts with every > request, I only create a chart when data has changed, and save it as a name > my html page will know. This way, I only look up an image without needing to > create the image every time. > > Of course, the servlet accessed by an image tag would be the best way to > access a chart from struts if you needed to render the chart with every > access, as you would not need two file operations every time (write, then > read) > > Chris > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com |
From: Chris W. <cw...@go...> - 2004-11-04 22:32:30
|
On Thursday 04 November 2004 03:52 pm, Nathaniel G. Auvil wrote: > something is getting written to the reponse before you encode the chart. > Check your code and if you are not doing it then Struts is. If Struts is, > you could always add a Servlet which renders the Chart. > > I would not write the image to a file, as the performance of that would not > be good. I am not sure what you mean 'as the performance of that would not be good'. The way I use it, it is better. Instead of creating charts with every request, I only create a chart when data has changed, and save it as a name my html page will know. This way, I only look up an image without needing to create the image every time. Of course, the servlet accessed by an image tag would be the best way to access a chart from struts if you needed to render the chart with every access, as you would not need two file operations every time (write, then read) Chris |
From: Nathaniel G. A. <nat...@ya...> - 2004-11-04 21:52:31
|
something is getting written to the reponse before you encode the chart. Check your code and if you are not doing it then Struts is. If Struts is, you could always add a Servlet which renders the Chart. I would not write the image to a file, as the performance of that would not be good. --- Chris Ward <cw...@go...> wrote: > On Thursday 04 November 2004 02:25 pm, Victor Nammour wrote: > > Hi, > > Thank you for your outstanding software. > > I am using struts in a web application. As you are familiar, struts uses > > a single action servlet which the developer views as a black box. > > My question: When I encode my chart in an action class, and then forward > > to a jsp to display that chart, I see the chart but when I print the > > stacktrace I get the message: > > java.lang.IllegalStateException: Cannot forward after response has been > > committed > > > > I encode by saying. > > JPEGEncoder13.encode( axisChart, 1.0f, response.getOutputStream()); > > in my action class. > > Is there a way to use another output stream and then display this output > > stream in a jsp page? Or do I have to extend the action servlet? > > > > Thank you . > > > > Victor Nammour > > Software Developer > > Office of Information Technology > > Trenton, NJ > > > It is never a good idea to try to output binary data from a JSP page. They > were not intended for that. If you are trying to output just a chart image, > and no html, maybe you need a different struts view (not sure how that is > done, not a struts person). If you want to display the image of a graph on a > jsp page, you should probably save the image to a file location, and then > display the graph as an image normally would be done in html. > > Chris > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com |
From: Chris W. <cw...@go...> - 2004-11-04 21:21:44
|
On Thursday 04 November 2004 02:25 pm, Victor Nammour wrote: > Hi, > Thank you for your outstanding software. > I am using struts in a web application. As you are familiar, struts uses > a single action servlet which the developer views as a black box. > My question: When I encode my chart in an action class, and then forward > to a jsp to display that chart, I see the chart but when I print the > stacktrace I get the message: > java.lang.IllegalStateException: Cannot forward after response has been > committed > > I encode by saying. > JPEGEncoder13.encode( axisChart, 1.0f, response.getOutputStream()); > in my action class. > Is there a way to use another output stream and then display this output > stream in a jsp page? Or do I have to extend the action servlet? > > Thank you . > > Victor Nammour > Software Developer > Office of Information Technology > Trenton, NJ > It is never a good idea to try to output binary data from a JSP page. They were not intended for that. If you are trying to output just a chart image, and no html, maybe you need a different struts view (not sure how that is done, not a struts person). If you want to display the image of a graph on a jsp page, you should probably save the image to a file location, and then display the graph as an image normally would be done in html. Chris |
From: Victor N. <vic...@oi...> - 2004-11-04 20:25:34
|
Hi, Thank you for your outstanding software. I am using struts in a web application. As you are familiar, struts uses a single action servlet which the developer views as a black box. My question: When I encode my chart in an action class, and then forward to a jsp to display that chart, I see the chart but when I print the stacktrace I get the message: java.lang.IllegalStateException: Cannot forward after response has been committed I encode by saying. JPEGEncoder13.encode( axisChart, 1.0f, response.getOutputStream()); in my action class. Is there a way to use another output stream and then display this output stream in a jsp page? Or do I have to extend the action servlet? Thank you . Victor Nammour Software Developer Office of Information Technology Trenton, NJ |
From: Nathaniel G. A. <nat...@ya...> - 2004-10-28 17:59:47
|
Use a GradiantPaint --- Thiago Henrique Burgos <thi...@ce...> wrote: > How can I put a fadeout color on my bars? > > -- > Thiago Henrique Burgos > Engenheiro de Configuração > ______________________________________________________________ > C.entro de E.studos e S.istemas A.vancados do R.ecife > Fone: +55 81 3425-4857 > http://www.cesar.org.br > > > > ------------------------------------------------------- > This Newsletter Sponsored by: Macrovision > For reliable Linux application installations, use the industry's leading > setup authoring tool, InstallShield X. Learn more and evaluate > today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/ > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: Thiago H. B. <thi...@ce...> - 2004-10-28 17:32:50
|
How can I put a fadeout color on my bars? -- Thiago Henrique Burgos Engenheiro de Configuração ______________________________________________________________ C.entro de E.studos e S.istemas A.vancados do R.ecife Fone: +55 81 3425-4857 http://www.cesar.org.br |
From: <apo...@ya...> - 2004-10-25 19:44:01
|
I have tested witha fresh install and all the examples are working. One of the jar file in class path has some old jchart classes included. Thank you for your help. Rahul. apo...@ya... wrote: I will check again. I will do a fresh install to eliminate any such doubts. Thank you for the immediate response. Rahul. "Nathaniel G. Auvil" <nat...@ya...> wrote: yeah, that is why i was thinking he must have an older version of the jcharts jar somewhere on either his system Classpath or the Tomcat Server Classpath. --- Chris McKay wrote: > That package of org.jcharts looks like jcharts 0.74, not 1.0 which is > org.krysalis.jcharts > > C > > > > java.lang.NoSuchMethodError: > > org.jCharts.properties.AxisProperties.(Z)V at > > > org.jCharts.demo.simpleServlet.BarChartServlet.init(Unknown > > Source) at > > > javax.servlet.GenericServlet.init(GenericServlet.java:212) at > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > 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 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ jCharts-users mail ing list jCh...@li... https://lists.sourceforge.net/lists/listinfo/jcharts-users Rahul 3279 Primrose DR. Rochester Hills MI 48307 Rahul 3279 Primrose DR. Rochester Hills MI 48307 |
From: Nathaniel G. A. <nat...@ya...> - 2004-10-25 14:48:54
|
Sounds like you are getting an error. Do you see anything in the console? Did you test your database access code by itself? --- Thiago Henrique Burgos <thi...@ce...> wrote: > I did the combo clusterd Bar chart. :) > Another doubt is, when I try to get data from my database, inside the > method service, it shows no chart. Does it happens always or am I wrong? > > If it does happens always where should I get the data from my database? > > Thiago Henrique Burgos > Engenheiro de Configuração > ______________________________________________________________ > C.entro de E.studos e S.istemas A.vancados do R.ecife > Fone: +55 81 3425-4857 > http://www.cesar.org.br > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > 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: Thiago H. B. <thi...@ce...> - 2004-10-25 14:33:44
|
I did the combo clusterd Bar chart. :) Another doubt is, when I try to get data from my database, inside the method service, it shows no chart. Does it happens always or am I wrong? If it does happens always where should I get the data from my database? Thiago Henrique Burgos Engenheiro de Configuração ______________________________________________________________ C.entro de E.studos e S.istemas A.vancados do R.ecife Fone: +55 81 3425-4857 http://www.cesar.org.br |
From: <apo...@ya...> - 2004-10-24 18:06:45
|
I will check again. I will do a fresh install to eliminate any such doubts. Thank you for the immediate response. Rahul. "Nathaniel G. Auvil" <nat...@ya...> wrote: yeah, that is why i was thinking he must have an older version of the jcharts jar somewhere on either his system Classpath or the Tomcat Server Classpath. --- Chris McKay wrote: > That package of org.jcharts looks like jcharts 0.74, not 1.0 which is > org.krysalis.jcharts > > C > > > > java.lang.NoSuchMethodError: > > org.jCharts.properties.AxisProperties.(Z)V at > > > org.jCharts.demo.simpleServlet.BarChartServlet.init(Unknown > > Source) at > > > javax.servlet.GenericServlet.init(GenericServlet.java:212) at > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > 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 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ jCharts-users mailing list jCh...@li... https://lists.sourceforge.net/lists/listinfo/jcharts-users Rahul 3279 Primrose DR. Rochester Hills MI 48307 |
From: Nathaniel G. A. <nat...@ya...> - 2004-10-23 03:23:38
|
yeah, that is why i was thinking he must have an older version of the jcharts jar somewhere on either his system Classpath or the Tomcat Server Classpath. --- Chris McKay <ch...@de...> wrote: > That package of org.jcharts looks like jcharts 0.74, not 1.0 which is > org.krysalis.jcharts > > C > > > > java.lang.NoSuchMethodError: > > org.jCharts.properties.AxisProperties.<init>(Z)V at > > > org.jCharts.demo.simpleServlet.BarChartServlet.init(Unknown > > Source) at > > > javax.servlet.GenericServlet.init(GenericServlet.java:212) at > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > 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-10-23 02:28:37
|
That package of org.jcharts looks like jcharts 0.74, not 1.0 which is org.krysalis.jcharts C > > java.lang.NoSuchMethodError: > org.jCharts.properties.AxisProperties.<init>(Z)V at > > org.jCharts.demo.simpleServlet.BarChartServlet.init(Unknown > Source) at > > javax.servlet.GenericServlet.init(GenericServlet.java:212) at |
From: Nathaniel G. A. <nat...@ya...> - 2004-10-22 23:36:19
|
I do not get that error. Are you sure there is not an earlier version of the jCharts.jar on you classpath somewhere? --- "Rahul S. V" <sv...@ya...> wrote: > I am trying to use the latest jcharts under tomct 4.1.31. After following the instructions, it > is possible to see the jcharts context. The first Example (Pie Chart) shows up fine. When I > tried to access the other exmaples, I am getting an error from tomcat server. > > Is it a know problem? Can I get some help on this issue? > > Thank you. > Rahul. > > The error Message (root cause) > > java.lang.NoSuchMethodError: org.jCharts.properties.AxisProperties.<init>(Z)V at > org.jCharts.demo.simpleServlet.BarChartServlet.init(Unknown Source) at > javax.servlet.GenericServlet.init(GenericServlet.java:212) at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:888) at > org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:621) at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:163) at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144) at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358) at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133) at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) > at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118) at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116) at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127) at > org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) > at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at > org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152) at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) > at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at > java.lang.Thread.run(Thread.java:534) > > > > > Rahul > 3279 Primrose DR. > Rochester Hills > MI 48307 > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |
From: Rahul S. V <sv...@ya...> - 2004-10-22 20:51:51
|
I am trying to use the latest jcharts under tomct 4.1.31. After following the instructions, it is possible to see the jcharts context. The first Example (Pie Chart) shows up fine. When I tried to access the other exmaples, I am getting an error from tomcat server. Is it a know problem? Can I get some help on this issue? Thank you. Rahul. The error Message (root cause) java.lang.NoSuchMethodError: org.jCharts.properties.AxisProperties.<init>(Z)V at org.jCharts.demo.simpleServlet.BarChartServlet.init(Unknown Source) at javax.servlet.GenericServlet.init(GenericServlet.java:212) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:888) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:621) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:163) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Rahul 3279 Primrose DR. Rochester Hills MI 48307 |
From: Thiago H. B. <thi...@ce...> - 2004-10-22 17:12:55
|
Please, I want to make a graph with 2 bars for each cluster and moreless 10 clusters? is it possible or for 2 bar per cluster i only can have 2 clusters? please anwer me, im depending on this to finish my application. Thiago Henrique Burgos Engenheiro de Configuração ______________________________________________________________ C.entro de E.studos e S.istemas A.vancados do R.ecife Fone: +55 81 3425-4857 http://www.cesar.org.br Nathaniel G. Auvil wrote: >ok. So for every data element you want to populate against the y-axis, you need a label for the >x-axis. > > >--- Thiago Henrique Burgos <thi...@ce...> wrote: > > > >>I found the error: >> >>The size of the Axis Labels Array does not match the number of data >>elements to be plotted. >> >>-- >>Thiago Henrique Burgos >>Engenheiro de Configuração >>______________________________________________________________ >>C.entro de E.studos e S.istemas A.vancados do R.ecife >>Fone: +55 81 3425-4857 >>http://www.cesar.org.br >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >>Use IT products in your business? Tell us what you think of them. Give us >>Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >>http://productguide.itmanagersjournal.com/guidepromo.tmpl >>_______________________________________________ >>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 > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >jCharts-users mailing list >jCh...@li... >https://lists.sourceforge.net/lists/listinfo/jcharts-users > > > > |
From: Nathaniel G. A. <nat...@ya...> - 2004-10-22 14:29:16
|
ok. So for every data element you want to populate against the y-axis, you need a label for the x-axis. --- Thiago Henrique Burgos <thi...@ce...> wrote: > I found the error: > > The size of the Axis Labels Array does not match the number of data > elements to be plotted. > > -- > Thiago Henrique Burgos > Engenheiro de Configuração > ______________________________________________________________ > C.entro de E.studos e S.istemas A.vancados do R.ecife > Fone: +55 81 3425-4857 > http://www.cesar.org.br > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > 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 |