deepti

Members
  • Content count

    146
  • Joined

  • Last visited

Everything posted by deepti

  1. Javascript Or Jquery

    Hi, What are the advantages of using javascript over jquery plugin or viceversa for creating the fusioncharts? Can I set the following fusioncharts object properties with either of these or both of these ? private java.lang.String debugMode; private java.lang.String registerWithJS; private java.lang.String wMode; private java.lang.String scaleMode; private java.lang.String lang; private java.lang.String detectFlashVersion; private java.lang.String autoInstallRedirect; If so can you please give an example or a link I can refer for the same. Thanks, Deepti.
  2. Issue In V3.2

    Hi, Can some one please tell me if this issue mentioned in the following link is solved in the latest version of fusioncharts. http://forum.fusioncharts.com/topic/8448-problems-with-slantlabels-and-rotatelabels-for-many-categories/ Also please tell me which is the latest stable version of fusioncharts available.I have a licenced version of v3.What should I do to upgrade to the latest version? Thanks, Deepti.
  3. Hi, I am trying to integrate spring mvc with ajax with fusioncharts.I want to get the chart xml and swf from ajax response and set it to the chart and display the chart. I have followed http://forum.fusioncharts.com/topic/6514-fusioncharts-spring-mvc-example/page__p__26065__hl__spring+mvc__fromsearch__1#entry26065 and http://forum.fusioncharts.com/topic/7069-data-update-chart-refreshing-using-spring-mvc/page__p__28358__hl__spring+mvc__fromsearch__1#entry28358 to do the same. But when I try to include the Fusionchartsrendere.jsp page I am getting the following exception : 14:07:23,877 FATAL [JspFactoryImpl] Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.Request.doGetSession(Request.java:2301) at org.apache.catalina.connector.Request.getSession(Request.java:2075) at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833) at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:216) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:545) at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:216) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:545) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:494) at org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:144) at org.apache.jasper.runtime.PageContextImpl.initialize(PageContextImpl.java:122) at org.apache.jasper.runtime.JspFactoryImpl.internalGetPageContext(JspFactoryImpl.java:106) at org.apache.jasper.runtime.JspFactoryImpl.getPageContext(JspFactoryImpl.java:62) at org.apache.jsp.WEB_002dINF.views.FusionChartsRenderer_jsp._jspService(FusionChartsRenderer_jsp.java:59) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:557) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:481) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968) at org.apache.jsp.WEB_002dINF.views.plantview_jsp$plantview_jspHelper.invoke0(plantview_jsp.java:243) at org.apache.jsp.WEB_002dINF.views.plantview_jsp$plantview_jspHelper.invoke(plantview_jsp.java:266) at org.apache.jsp.tag.web.template_tag.doTag(template_tag.java:132) at org.apache.jsp.WEB_002dINF.views.plantview_jsp._jspx_meth_tags_005ftemplate_005f0(plantview_jsp.java:122) at org.apache.jsp.WEB_002dINF.views.plantview_jsp._jspService(plantview_jsp.java:68) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292) at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1031) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:815) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:717) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) And hence the whole thing is not working.Can anyone plese help. Thanks, Deepti.
  4. Hi, I am able to inlcude a simple jsp page.But when I include FusionChartsRenderer.jsp I am getting the above exception and hence not able to get the Fusioncharts working with spring mvc. I hope some one will be able to help. Thanks, Deepti.
  5. When I try to include the Fusionchartsrendere.jsp page I am getting the following exception : 14:07:23,877 FATAL [JspFactoryImpl] Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.Request.doGetSession(Request.java:2301) at org.apache.catalina.connector.Request.getSession(Request.java:2075) at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833) at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:216) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:545) at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:216) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:545) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:494) at org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:144) at org.apache.jasper.runtime.PageContextImpl.initialize(PageContextImpl.java:122) at org.apache.jasper.runtime.JspFactoryImpl.internalGetPageContext(JspFactoryImpl.java:106) at org.apache.jasper.runtime.JspFactoryImpl.getPageContext(JspFactoryImpl.java:62) at org.apache.jsp.WEB_002dINF.views.FusionChartsRenderer_jsp._jspService(FusionChartsRenderer_jsp.java:59) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:557) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:481) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968) at org.apache.jsp.WEB_002dINF.views.plantview_jsp$plantview_jspHelper.invoke0(plantview_jsp.java:243) at org.apache.jsp.WEB_002dINF.views.plantview_jsp$plantview_jspHelper.invoke(plantview_jsp.java:266) at org.apache.jsp.tag.web.template_tag.doTag(template_tag.java:132) at org.apache.jsp.WEB_002dINF.views.plantview_jsp._jspx_meth_tags_005ftemplate_005f0(plantview_jsp.java:122) at org.apache.jsp.WEB_002dINF.views.plantview_jsp._jspService(plantview_jsp.java:68) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292) at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238) at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1031) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:815) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:717) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) I think that is the reason for the whole problem.Can anyone plese help. Thanks, Deepti.
  6. Hi, Can Anyone please help me with this? Deepti.
  7. Numeric X And Y Axes.

    Hi, Can I create a combination charts of line and bar with both xaxis and yaxis as numweric axes?Please see the attached file as a sample for my chart. Thanks, Deepthy.
  8. Numeric X And Y Axes.

    ok,So you mean to say there is no way to create a combination chart of line and bar with numeric x axis. Thanks, Deepti.
  9. Axis Name Wrapping.

    Hi, Is there any way to wrap the xaxis name and y axis name in fisioncharts 3? Thanks, Deepti.
  10. Axis Name Wrapping.

    Hi, Thanks for the reply.But is there any roundabout way to attain this in v3? Thanks, Deepti.
  11. Hi, Is there any way to wrap xAxisName and yAxisName.I could find the wrap option only for the x axis labels and not for the axis names. Thanks, Dipti.
  12. Wrap Xaxisname An Yaxisname.

    Hi, Is there any way to get the axis name wrapping working in fusioncharts 3 ? I am currently usign version 3 and cannot move to 3.2 suddenly.So please tell me if there is any way to get the axis name wrapping working with 3. Thanks, Deepti.
  13. Hi, I am using fusion charts licenced version.Following is the xml that I am using to generate a column2D chart. <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <chart labelDisplay='WRAP' rotateLabels='0' slantLabels='0' showValues='0' adjustDiv='0' yAxisMinValue='0.0' yAxisMaxValue='37.0' caption='Test Station Top 10' xAxisName='Activity' yAxisName='Occurences' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='9' formatNumberScale='0' decimals='0'> <set label='Op 1960 .Sta 1960.1.TP 7' value='29.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 7'/> <set label='Op 1960 .Sta 1960.1.TP 33' value='28.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 33'/> <set label='Op 1960 .Sta 1960.1.TP 3' value='10.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 3'/> <set label='Op 1960 .Sta 1960.1.TP 29' value='9.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 29'/> </chart> But in my chart the x axis labels are not getting wrapped.What can be the reason?Wont label wrapping work for Column2D? Thanks, Deepi.
  14. Hi, Can you please try the same xml by setting the width of the chart to 730? Actually the width for my chart is 730 and I am getting the issue only when there are four bars in my graph.If I have one more bar in the graph or if I reduce the width if the chart a bit I will get the chart properly.I think this is an issue in the condition which decides whether the label should be wrapped or not.Can you please clarify. Thanks, Deepti.
  15. Hi, I am using fusioncharts v3. Deepti.
  16. Hi, Thanks for the fast reply.But do you think there can be some other reason due to which I am not getting it. Or what else can it depend other than the xml? For me it is working in case of Multiseries column 2D.Only in single series I am not getting it. Deepti.
  17. Wrap Xaxisname An Yaxisname.

    Yes but I can see that in you chart the text is taking a new line even when the {br} is not given also.That is we have given {br} only at one position.That means the text should take one new line and be displayed in two lines.But in your attachment it is being displayed in 3 lines.That means it is wrapping the text by default I guess.Is it due to the difference in the version that we use.I am using fusioncharts 3 and not 3.2.
  18. Wrap Xaxisname An Yaxisname.

    I was trying it with a scatter chart.Please see the attachment.
  19. Wrap Xaxisname An Yaxisname.

    Hi , I tried this : <chart caption='Fitted Line Plot: Op 100 Finish Bore, Deburr, Ream, Dowels.CNC 100A1/1.Crank Bore xAxisName='Op 100 Finish Bore, Deburr, Ream, Dowels.CNC 100A1/1.Crank Bore, {br} Front Cover, Rear Ream Cover' yAxisName='Op 90A Bearing Cap Assembly.Brg Cap Assy 90A1.Install and Torque {br} Main Bolts' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='5' showZeroPlane='0' decimals='4' chartLeftMargin='0' chartRightMargin='50' chartTopMargin='10' chartBottomMargin='10'> But {br } is displayed as {br} itself . I hope this is what you suggested. Any idea? Thanks, Dipti.
  20. Wrap Xaxisname An Yaxisname.

    Thanks, I will try this . Dipti.
  21. Hi, Is there any way to show the chart horizontal div lines relative to the zero plane when the chart has negative values too.In my chart I have given the number of decimal points as 4. But sometimes when the label on the y axis values have some values like 0.0000xx it will be shown as 0 only.Ultimately there will be two zeroes.I don't want this to happen.I know that there is an option to set the visibility of zero plane.But I don't want to make the zero plane invisible also.Also since the div lines are not drawn relative to the zero plane where ever the zero plane comes there will be two lines drawn close.One the div line and one the zero plane.If there is any way where I can specify that the div lines should be drawn relative to the zero plane I think this can be solved.But is there any way for that. thanks in advance, Dipti.
  22. Y Div Lines Relative To Zero Plane

    Ok fine,Thanks.Hope you will consider this in your future versions. Dipti.
  23. Wrap Xaxisname An Yaxisname.

    Hi , I don't think so this works.My yAxisName is 'Op 60 Mill, Spotface, Drill&Tap.CNC 60.1.Valley, Pan, Thrust Brg Notch'.Or is it something that what I have understood is not correct ? Please clarify. Thanks, Dipti.
  24. Y Div Lines Relative To Zero Plane

    Hi, Thanks for the response . Please see the chart I have attached.In this you can see two div lines, one marked 0 that is the zero plane, and the other marked 0.0001. Sometimes depending on the scaling if this value is 0.00001 then it will also be shown as 0 only.Another thing is two lines are being shown close together rt? But if the div lines are drawn relative to the zero plane with the interval i don't think so this will happen.Is there any way in which I can tell fusion chart to draw the div lines relative to the zero plane so that the lines will be shown from zero plane at specific interval. Thanks, Dipti.
  25. Hi, I want to create a histogram in my application as shown in the attached file.Now I am creating it using using MSCombiDY2D.swf and MSCombiDY2D.xsd.When more number of points are there the graph is looking fine.The line graph in the chart is shown properly.But when the number of points are less, the line graph in the chart will not be having smooth curve.I have read about spline charts which are line charts with smooth curves.Is it possible to combine Spline charts with columnchart to attain my requirement.Or is there any other way in which I can attain a smooth curve for line charts.Pls help. Thanks, Deepti.