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: Mike E. <mi...@mi...> - 2003-06-16 18:17:29
|
On Mon, 16 Jun 2003, Nathaniel G. Auvil wrote: > > Sure, it is still active. A few months back we moved from using the Forums on Sourceforge to > strictly this list which is why the archive for this list is small. > > Do you have any specific questions? > > > > > --- Mike Eggleston <mi...@mi...> wrote: > > Is this list still active? > > I need a charting package for a current project and am looking > > at both JFreeCharts and JCharts for this task. I would like > > to discuss/ask if either of these packages support my needs. > > > > Mike Yes, several, thanks. My current project I need to embed six charts into an app (not applet) window. Each chart will have sub-plots of data. The number of plots can range from nine plots (data series) to maybe 100 plots. The plots are mostly lines, though in each chart window/panel there is one plot of stock-style high/low/open/close bars. The plots all receive data in real-time, though the way this works is the data comes in and each plot's data series is updated with the new value. As is typical in stock applications once the bar's time period has expired, the bars is moved to the left (older) and a new bar plot is started. So each plot will receive an update data value, then I need to somehow trigger the data series to shift to the left (older) and start a new data plot. My questions are many, though these are some: - can jcharts work as I have described the app window - six charts in the primary app window - can jcharts plot stock bars - I know it can do lines - can jcharts handle the real-time update - if I need to manage the shifting of data to the left (older) that's fine - can jcharts work with an application (not applet) - I deliver all jar files using JNLP - one odd thing I want to do is to eventially sync all charts to a single scroll bar at the bottom of the window - so that by moving the one scrollbar all charts are properly scrolled I think that's a good start. :) Mike |
From: Nathaniel G. A. <nat...@ya...> - 2003-06-16 18:07:43
|
Sure, it is still active. A few months back we moved from using the Forums on Sourceforge to strictly this list which is why the archive for this list is small. Do you have any specific questions? --- Mike Eggleston <mi...@mi...> wrote: > Is this list still active? > I need a charting package for a current project and am looking > at both JFreeCharts and JCharts for this task. I would like > to discuss/ask if either of these packages support my needs. > > Mike > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Mike E. <mi...@mi...> - 2003-06-16 17:33:45
|
Is this list still active? I need a charting package for a current project and am looking at both JFreeCharts and JCharts for this task. I would like to discuss/ask if either of these packages support my needs. Mike |
From: Nathaniel G. A. <nat...@ya...> - 2003-06-16 16:47:18
|
There was a typo....This is *NOT* in the current codebase. --- "Nathaniel G. Auvil" <nat...@ya...> wrote: > > This is in the current codebase. > > What would you like to see? Or should I say, how should we determine when to break? > > After each word? > After a user specified break character? > After a user specified width? > > > > > --- Pal Perinbam <pal...@ya...> wrote: > > Hi, > > I am generating pie charts with LEGEND_LABELS option. The pie chart shrinks when one or more > > labels become large. is there an option to wrap the labels of the pie chart so that the chart > do > > not shrink when the labels become large. > > I have attached the image of the chart.Please advice on this. > > > > Regards, > > Pal > > > > > > > > > > --------------------------------- > > Do you Yahoo!? > > SBC Yahoo! DSL - Now only $29.95 per month! > > > ATTACHMENT part 2 image/pjpeg name=testpie.jpg > > > > ===== > http://nathaniel-auvil.blog-city.com/ > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Nathaniel G. A. <nat...@ya...> - 2003-06-16 16:16:34
|
This is in the current codebase. What would you like to see? Or should I say, how should we determine when to break? After each word? After a user specified break character? After a user specified width? --- Pal Perinbam <pal...@ya...> wrote: > Hi, > I am generating pie charts with LEGEND_LABELS option. The pie chart shrinks when one or more > labels become large. is there an option to wrap the labels of the pie chart so that the chart do > not shrink when the labels become large. > I have attached the image of the chart.Please advice on this. > > Regards, > Pal > > > > > --------------------------------- > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > ATTACHMENT part 2 image/pjpeg name=testpie.jpg ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: susma t. <sus...@ya...> - 2003-06-12 17:34:54
|
java.lang.InternalError: Can't connect to X11 window server using 'localhost:127.0.0.1' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53) at java.awt.Font.initializeFont(Font.java:259) at java.awt.Font.(Font.java:293) at org.jCharts.properties.LegendProperties.(LegendProperties.java:52) at BarChartTest1.init(BarChartTest1.java:37) at javax.servlet.GenericServlet.init(GenericServlet.java:258) at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317) at org.apache.tomcat.core.Handler.init(Handler.java:215) at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296) at org.apache.tomcat.core.Handler.service(Handler.java:254) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:166) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:479) Any help please .. thanks. --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). |
From: susma t. <sus...@ya...> - 2003-06-12 15:24:14
|
Hi, Here r the installation steps i did .. 1) Downloaded jCharts-0.7.2 zip file 2) Extracted zip file and then war file (jChartsServletExamples.war) 3) copied all jar files to my server (WEB-INF/lib) 4) copied web.xml to WEB-INF 5) copied org folder to WEB-INF/classes 6) copied all jsp's and index.html to webapps/test 7) runed in browser as http://ipaddr/test/index.html 8) showing this page will all links like pie, Bar, Horizontal Bar with Image Map etc .. 9) When i click any link it displaying page cannot be found . If i click chart.jsp link it is giving error as: Internal Servlet Error: javax.servlet.ServletException at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Where is wrong in my installtion? I am using tomcat 4.x and jdk 1.3 Please help what do i need to run any example given under demo or chart.jsp file thanks. --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). |
From: susma t. <sus...@ya...> - 2003-06-11 17:40:13
|
Hi I downloaded jCharts-0.7.2 zip file .. Please help me how do i test this package with one example .. What r the steps to test this package? I read users guide but still unable to understand from that ... I am using tomcat 4.x and jdk 1.3 Any help please .. thanks. --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). |
From: ChennaDulla <che...@go...> - 2003-06-11 15:07:25
|
Hi Tim , I downloaded jCharts-0.7.0 zip and extracted into local folder . Now this folder contains some other sub folders like build, demo,docs,... and jChatrs-0.7.0 jar file and jChartsServletExamples war file ... What i did is i put jar file under WEB-INF/lib and war file under webapps and org folder in WEB-INF/classes. When i try to run chart.jsp it is not working ... Is there any thing ? How do i test this package with one simple example? Please help me . Thanks. |
From: Buchanan, P. <Pau...@th...> - 2003-06-05 18:59:07
|
Nathan, I went ahead and made the changes you suggested, and did a local build. Seems to work fine now. Thanks wow, look at that. For some reason the code in org.jCharts.axisChart.axis.YAxis got commented out and other code inserted in its place. If you look at line 243 in YAxis you will see: /* if( i < super.getAxisLabelsGroup().size() || ( i == super.getAxisLabelsGroup().size() && !axisTypeProperties.getShowEndBorder() ) ) */ if( i == super.getNumberOfScaleItems() - 1 && !axisTypeProperties.getShowEndBorder() ) { axisTypeProperties.getGridLineChartStroke().draw( graphics2D, line2D ); } else { //---draw top border with the same ChartStroke as the X-Axis axisProperties.getXAxisProperties().getAxisStroke().draw( graphics2D, line2D ); } change the if so it is the commented out if statement. if( i < super.getAxisLabelsGroup().size() || ( i == super.getAxisLabelsGroup().size() && !axisTypeProperties.getShowEndBorder() ) ) { axisTypeProperties.getGridLineChartStroke().draw( graphics2D, line2D ); } else { //---draw top border with the same ChartStroke as the X-Axis axisProperties.getXAxisProperties().getAxisStroke().draw( graphics2D, line2D ); } this will work for you. remember to set the: axisProperties.getYAxisProperties().setShowEndBorder( false ); so your red grid lines are not drawn over the end of the axis. Can you do a build locally or would you like a build from the site? I guess we should do a build as this is a hairy bug. |
From: Nathaniel G. A. <nat...@ya...> - 2003-06-05 16:11:19
|
hey all. I am going on vacation and will be unreachable for a week starting tomorrow. So if you email me directly, you will know why i do not respond. ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
From: Nathaniel G. A. <nat...@ya...> - 2003-06-05 12:39:17
|
This is not possible today, although it will be in the next release. --- Ugo Taddei <p6...@un...> wrote: > Hello JChart Listeners, > > does JChart support 2 y-axes, like shown in the high quality image below: > > | | > y1 | | y2 > |_________| > x > > If not, take this as a suggestion for future work ;-) > > I was looking for a free java charting library; there's one called > jfreechart, but you have to pay for the documentation! They should call > it J49DollarsChart! Then I bumped into jchart, and the home page has my > motto: "Why pay for other projects documentation?". > > But again, I need the double axes stuff. > > Thanks for your time and keep up the good work. > > Cheers, > > Ugo > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
From: Ugo T. <p6...@un...> - 2003-06-05 07:08:18
|
Hello JChart Listeners, does JChart support 2 y-axes, like shown in the high quality image below: | | y1 | | y2 |_________| x If not, take this as a suggestion for future work ;-) I was looking for a free java charting library; there's one called jfreechart, but you have to pay for the documentation! They should call it J49DollarsChart! Then I bumped into jchart, and the home page has my motto: "Why pay for other projects documentation?". But again, I need the double axes stuff. Thanks for your time and keep up the good work. Cheers, Ugo |
From: Nathaniel G. A. <nat...@ya...> - 2003-06-04 18:52:02
|
wow, look at that. For some reason the code in org.jCharts.axisChart.axis.YAxis got commented out and other code inserted in its place. If you look at line 243 in YAxis you will see: /* if( i < super.getAxisLabelsGroup().size() || ( i == super.getAxisLabelsGroup().size() && !axisTypeProperties.getShowEndBorder() ) ) */ if( i == super.getNumberOfScaleItems() - 1 && !axisTypeProperties.getShowEndBorder() ) { axisTypeProperties.getGridLineChartStroke().draw( graphics2D, line2D ); } else { //---draw top border with the same ChartStroke as the X-Axis axisProperties.getXAxisProperties().getAxisStroke().draw( graphics2D, line2D ); } change the if so it is the commented out if statement. if( i < super.getAxisLabelsGroup().size() || ( i == super.getAxisLabelsGroup().size() && !axisTypeProperties.getShowEndBorder() ) ) { axisTypeProperties.getGridLineChartStroke().draw( graphics2D, line2D ); } else { //---draw top border with the same ChartStroke as the X-Axis axisProperties.getXAxisProperties().getAxisStroke().draw( graphics2D, line2D ); } this will work for you. remember to set the: axisProperties.getYAxisProperties().setShowEndBorder( false ); so your red grid lines are not drawn over the end of the axis. Can you do a build locally or would you like a build from the site? I guess we should do a build as this is a hairy bug. --- "Buchanan, Paul" <Pau...@th...> wrote: > Contrary to the documentation, I do not seem to get "default" horizontal > grid lines on line graphs. If I turn them on explicitly: > > AxisProperties axisProperties = new AxisProperties(); > axisProperties.getYAxisProperties().setShowGridLines( > AxisTypeProperties.GRID_LINES_ALL ); > > I do get grid lines. However, I cannot change their properties. Code such > as: > > ChartStroke yAxisGridLines = new ChartStroke(new BasicStroke(1.0f), > Color.red); > axisProperties.getYAxisProperties().setGridLineChartStroke( yAxisGridLines > ); > > has no effect. Interestingly, I can enable grid lines on the x axis, and > change their properties as expected. I have been working with the Line > graph example in a simple application that is outputting the resulting graph > with the JPEGEncoder13. > > Any ideas? > > Thanks > > Paul Buchanan > email: pau...@th... > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
From: Buchanan, P. <Pau...@th...> - 2003-06-04 17:53:16
|
Contrary to the documentation, I do not seem to get "default" horizontal grid lines on line graphs. If I turn them on explicitly: AxisProperties axisProperties = new AxisProperties(); axisProperties.getYAxisProperties().setShowGridLines( AxisTypeProperties.GRID_LINES_ALL ); I do get grid lines. However, I cannot change their properties. Code such as: ChartStroke yAxisGridLines = new ChartStroke(new BasicStroke(1.0f), Color.red); axisProperties.getYAxisProperties().setGridLineChartStroke( yAxisGridLines ); has no effect. Interestingly, I can enable grid lines on the x axis, and change their properties as expected. I have been working with the Line graph example in a simple application that is outputting the resulting graph with the JPEGEncoder13. Any ideas? Thanks Paul Buchanan email: pau...@th... |
From: Nathaniel G. A. <nat...@ya...> - 2003-05-26 15:20:54
|
did you look at the servlet examples? You can use the org.jCharts.encoders.ServletEncoderHelper which simply writes the chart to the ServletOutputStream; there are no files to write. --- Pal Perinbam <pal...@ya...> wrote: > I have a servlet that can be accessed by more than 100 clients at a time and this servlet is > responsible for creating an image from jCharts and generating a PDF file having the image. > So I don't want to save the image anywhere in the disk. > I tried with one option of getting Image object from Toolkit. > I just passed the byte[] into the createImage() method of the Toolkit class. > But there is a classical error where I never saw my JVM shutting down and I had to explicitly > shut down the JVM through System.exit(). > > Thank you. > Aravind > > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Pal P. <pal...@ya...> - 2003-05-26 14:47:50
|
I have a servlet that can be accessed by more than 100 clients at a time and this servlet is responsible for creating an image from jCharts and generating a PDF file having the image. So I don't want to save the image anywhere in the disk. I tried with one option of getting Image object from Toolkit. I just passed the byte[] into the createImage() method of the Toolkit class. But there is a classical error where I never saw my JVM shutting down and I had to explicitly shut down the JVM through System.exit(). Thank you. Aravind --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |
From: Nathaniel G. A. <nat...@ya...> - 2003-05-26 12:43:59
|
if you just want an Image, you can call: org.jCharts.encoders.BinaryEncoderUtil.render( Chart ) which returns a BufferedImage. May I ask why you need access to the Image Object? If you are using Swing, take a look at the Swing sample in the org.jCharts.test package as you will not need to create an Image instance; you can set the Graphics Object from your Swing Component directly into jCharts. --- Pal Perinbam <pal...@ya...> wrote: > Hi Nathaniel, > How to create a java.awt.Image reference for Images constructed by jCharts? > After successful creation of a jCharts image(say a pie chart image), I just want to convert this > to java.awt.Image on the fly. > I don't want to save the image generated as .jpg anywhere on the disk as it may consume space on > the disk. > How can I achieve this? > Thank you. > > > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Pal P. <pal...@ya...> - 2003-05-26 06:40:31
|
Hi Nathaniel, How to create a java.awt.Image reference for Images constructed by jCharts? After successful creation of a jCharts image(say a pie chart image), I just want to convert this to java.awt.Image on the fly. I don't want to save the image generated as .jpg anywhere on the disk as it may consume space on the disk. How can I achieve this? Thank you. --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |
From: Vikram R. <vr...@st...> - 2003-05-23 17:19:35
|
Please have a look at the following JVM bugs. We hit this while = generating 2D pie charts on Linux using Sun's JDK 1.3.1_04. http://developer.java.sun.com/developer/bugParade/bugs/4617206.html http://developer.java.sun.com/developer/bugParade/bugs/4836495.html The second one is marked as closed in JDK 1.3.1_09, but I dont think = that has been made available at all. The workaround that I am using currently is to set the Anti-Aliasing to = Off. It results in ugly pie charts, but atleast they dont crash the JVM. - Vikram |
From: Nathaniel G. A. <nat...@ya...> - 2003-05-20 21:47:23
|
There are no samples using Struts. What problem(s) are you having? Simply put the chart generation in a Struts 'Action' implementation and call it; the 'perform' method has access to the HttpServletRequest and HttpServletResponse. --- Quenten Van Egeren <qva...@ya...> wrote: > Nathaniel, > > I was wondering if you had an example, or know where I > can find example code, of jcharts being used in > conjunction with struts. The sample app looks great, > but I'm having problems getting it integrated with > Struts. > > Any help would be greatly appreciated. > > Thanks, > > Quenten > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Jino M. <jpm...@ya...> - 2003-05-17 15:45:46
|
I am new to jcharts so my questions may be very simple or explain in docs I have not read yet: 1. Is it possible to emphasis a slice by "exploding," or pulling it slightly away from the other slices 2. Is it possible to write to the slice itself. Would like to write the percent value to the slice itself. __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Vikram R. <vr...@st...> - 2003-05-15 14:28:07
|
Nathan, That is exactly my point. I understand the way the rounding power of ten = works. What I am pointing out is that the labels are displayed as = 16.00%, 17.00% and so on ... whereas they should be displayed IMHO as = 16%, 17% and so on. The reason for the current display is because we are setting the mininum = fraction digits to "-roundingPowerOfTen" in the NumericTagGroup class. I = believe the minimum fractions should be set to 0. The maximum can stay = as is. - Vikram |
From: Nathaniel G. A. <nat...@ya...> - 2003-05-14 16:29:51
|
i am from just outside philadelphia, pa, usa and you? --- Pal Perinbam <pal...@ya...> wrote: > Hi, > No problem. > Please check in the files you modify/change. > We get the latest of those and put here a build for us. > Thank you. > > Pal. > > P.S Could you let me know where are you from? ( the country) > > "Nathaniel G. Auvil" <nat...@ya...> wrote: > > i will look at this tonight. If you want to look at it all the code is in PieChart2D to do the > other labelling so cutting and pasting for the single item should not be very hard. > > If i check it into CVS, will you be able to check it out and build from the ant script? > > > > > --- Pal Perinbam > wrote: > > Middle will look good, but it might be a bit odd 'cos the labels always appear outside in > other > > cases. I think top of the chart will maintain the uniformity. > > > > what do you think? > > > > > > "Nathaniel G. Auvil" wrote: > > > > How should the label be displayed when there is only one slice? In the middle of the chart? > > underneath? The side opposite the legend? I am not sure. I think i may lean towards the middle > > of the chart. > > > > > > --- Pal Perinbam > > wrote: > > > It is very urgent for me. I got to present a demo tomorrow(15-05-2003). > > > What should I do for the time being that I get from you a fix for this? > > > Thank you. > > > > > > Pal > > > > > > "Nathaniel G. Auvil" wrote: > > > > > > --- Pal Perinbam > > > wrote: > > > > Hi, > > > > Thanks for the input. > > > > > > > > For a pie chart if there is only one legend label, then the label doesn't appear on the > > chart. > > > > Why? Is there a way round to solve this issue? > > > > > > > > > That looks like a bug. How urgent is it to you? > > > > > > The labelling code for Pie Charts was a first pass attempt and we are planning on enhancing > it > > > in > > > the next release. > > > > > > > > > > > > ===== > > > http://nathaniel-auvil.blog-city.com/ > > > > > > __________________________________ > > > Do you Yahoo!? > > > The New Yahoo! Search - Faster. Easier. Bingo. > > > http://search.yahoo.com > > > > > > > > > ------------------------------------------------------- > > > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > > > The only event dedicated to issues related to Linux enterprise solutions > > > www.enterpriselinuxforum.com > > > > > > _______________________________________________ > > > jCharts-users mailing list > > > jCh...@li... > > > https://lists.sourceforge.net/lists/listinfo/jcharts-users > > > > > > --------------------------------- > > > Do you Yahoo!? > > > The New Yahoo! Search - Faster. Easier. Bingo. > > > > > > ===== > > http://nathaniel-auvil.blog-city.com/ > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Search - Faster. Easier. Bingo. > > http://search.yahoo.com > > > > > > ------------------------------------------------------- > > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > > The only event dedicated to issues related to Linux enterprise solutions > > www.enterpriselinuxforum.com > > > > _______________________________________________ > > jCharts-users mailing list > > jCh...@li... > > https://lists.sourceforge.net/lists/listinfo/jcharts-users > > > > --------------------------------- > > Do you Yahoo!? > > The New Yahoo! Search - Faster. Easier. Bingo. > > > ===== > http://nathaniel-auvil.blog-city.com/ > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Pal P. <pal...@ya...> - 2003-05-14 16:07:42
|
Hi, No problem. Please check in the files you modify/change. We get the latest of those and put here a build for us. Thank you. Pal. P.S Could you let me know where are you from? ( the country) "Nathaniel G. Auvil" <nat...@ya...> wrote: i will look at this tonight. If you want to look at it all the code is in PieChart2D to do the other labelling so cutting and pasting for the single item should not be very hard. If i check it into CVS, will you be able to check it out and build from the ant script? --- Pal Perinbam wrote: > Middle will look good, but it might be a bit odd 'cos the labels always appear outside in other > cases. I think top of the chart will maintain the uniformity. > > what do you think? > > > "Nathaniel G. Auvil" wrote: > > How should the label be displayed when there is only one slice? In the middle of the chart? > underneath? The side opposite the legend? I am not sure. I think i may lean towards the middle > of the chart. > > > --- Pal Perinbam > wrote: > > It is very urgent for me. I got to present a demo tomorrow(15-05-2003). > > What should I do for the time being that I get from you a fix for this? > > Thank you. > > > > Pal > > > > "Nathaniel G. Auvil" wrote: > > > > --- Pal Perinbam > > wrote: > > > Hi, > > > Thanks for the input. > > > > > > For a pie chart if there is only one legend label, then the label doesn't appear on the > chart. > > > Why? Is there a way round to solve this issue? > > > > > > That looks like a bug. How urgent is it to you? > > > > The labelling code for Pie Charts was a first pass attempt and we are planning on enhancing it > > in > > the next release. > > > > > > > > ===== > > http://nathaniel-auvil.blog-city.com/ > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Search - Faster. Easier. Bingo. > > http://search.yahoo.com > > > > > > ------------------------------------------------------- > > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > > The only event dedicated to issues related to Linux enterprise solutions > > www.enterpriselinuxforum.com > > > > _______________________________________________ > > jCharts-users mailing list > > jCh...@li... > > https://lists.sourceforge.net/lists/listinfo/jcharts-users > > > > --------------------------------- > > Do you Yahoo!? > > The New Yahoo! Search - Faster. Easier. Bingo. > > > ===== > http://nathaniel-auvil.blog-city.com/ > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > jCharts-users mailing list > jCh...@li... > https://lists.sourceforge.net/lists/listinfo/jcharts-users > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. ===== http://nathaniel-auvil.blog-city.com/ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ jCharts-users mailing list jCh...@li... https://lists.sourceforge.net/lists/listinfo/jcharts-users --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |