Jump to content
Software FX Community

Chart is not getting displayed


User (Legacy)

Recommended Posts

Hi,

I have created a chart using ChatFX for java. Following code created

the chart image in the "chartfx6/temp" folder but it's not getting displayed

on the JSP page.

******************************************************************

<%

ChartServer chart1 = new ChartServer(application,request,response );

chart1.setChart3D(true);

XMLProvider sfxXml = new XMLProvider();

sfxXml.load(application.getRealPath("/ChartFX") +

"/data/Trend_ChartData.xml");

chart1.setDataSource(sfxXml);

%>

<%= chart1.getHtmlTag("700","280","JPEG") %>

********************************************************************

How do know if it's using application path or not?

How do see the values of application, request, response variables?

Thanks in advance,

Vaishali

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...