It is:

<cfquery name="qryAnswerExp" datasource="SCSurvey">
select * from QAnswerExp
</cfquery>

<cfchart
       xaxistitle="Question: Q21 ~ Q23"
   yaxistitle="Counts"
       scaleFrom="0"
   gridlines="10"
       rotated="no"
       show3D = "no"
       showLegend = "yes"
       showMarkers = "yes"
       SHOWXGRIDLINES="yes"
       SHOWYGRIDLINES="yes"
       labelFormat="number"
       CHARTWIDTH="900"
       CHARTHEIGHT="400"
       SHOWBORDER="yes">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QA"
       markerStyle = "diamond"
       serieslabel="A"
       paintStyle="raise">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QB"
       markerStyle = "diamond"
       serieslabel="B"
       paintStyle="raise">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QC"
       markerStyle = "diamond"
       serieslabel="C"
       paintStyle="raise">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QD"
       markerStyle = "diamond"
       serieslabel="D"
       paintStyle="raise">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QE"
       markerStyle = "diamond"
       serieslabel="E"
       paintStyle="raise">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QF"
       markerStyle = "diamond"
       serieslabel="F"
       paintStyle="raise">

<cfchartseries
       type="bar"
   query="qryAnswerExp"
       itemcolumn="QNo"
   valuecolumn="QG"
       markerStyle = "diamond"
       serieslabel="G"
       paintStyle="raise">

</cfchart>

tia

On 5/19/05, Ryan Duckworth <[EMAIL PROTECTED]> wrote:
> Can you please post your entire cfchart tag.
> 
> Thanks,
> 
> Ryan Duckworth
> Macromedia ColdFusion Certified Professional
> 
> Uhlig Communications
> 10983 Granada Lane
> Overland Park, KS 66211
> (913) 754-4272
> 
> 
> On 5/18/05, Daniel Kang <[EMAIL PROTECTED]> wrote:
> > When I run cfcharts, I am getting the error below.   Please let me
> > know how to debug this.
> >
> > tia
> >
> >
> > Expected = instead of <(0x3C) In line:1 position:75. Stack:<xml><row><6>
> >  The error occurred in
> > D:\Inetpub\wwwroot\SafetyClimateSurvey\StatChartQ21.cfm: line 166
> >
> > 164 :   markerStyle = "diamond"
> > 165 :   serieslabel="3 to 7 yrs"
> > 166 :   paintStyle="raise">
> > 167 : </cfchart>
> >
> > Stack Trace at 
> > cfStatChartQ212ecfm288395228.runPage(D:\Inetpub\wwwroot\SafetyClimateSurvey\StatChartQ21.cfm:166)
> > at 
> > cfStatChart2ecfm1445877973.runPage(D:\Inetpub\wwwroot\SafetyClimateSurvey\StatChart.cfm:101)
> > java.lang.RuntimeException: Expected = instead of <(0x3C)
> > In line:1 position:75. Stack:<xml><row><6>
> >        at 
> > com.gp.webcharts3D.xml.ExXmlParser.throwParseException(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.unexpected(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.unexpected(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.nextAttr(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.parseXmlToken(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.parseToken(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.parse(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlParser.build(ExXmlParser.java)
> >        at com.gp.webcharts3D.xml.ExXmlDocument.parse(ExXmlDocument.java)
> >        at com.gp.webcharts3D.xml.ExXmlDocument.parse(ExXmlDocument.java)
> >        at 
> > com.gp.webcharts3D.model.ExContents.setXmlContents(ExContents.java)
> >        at com.gp.webcharts3D.model.ExContents.<init>(ExContents.java)
> >        at com.gp.webcharts3D.ChartApplet.setXmlContents(ChartApplet.java)
> >        at 
> > com.gp.image.server.IcDescription.setProperties(IcDescription.java)
> >        at com.gp.image.server.IcChartPool.pop(IcChartPool.java)
> >        at com.gp.image.server.IcImageServer.popChart(IcImageServer.java)
> >        at com.gp.image.server.cache.IcFileImage.<init>(IcFileImage.java)
> >        at com.gp.image.server.IcImageServer.__newImage(IcImageServer.java)
> >        at com.gp.image.server.IcImageServer._newImage(IcImageServer.java)
> >        at com.gp.image.server.IcImageServer.newImage(IcImageServer.java)
> >        at com.gp.image.server.IcImageCache.getImage(IcImageCache.java)
> >        at com.gp.image.server.IcImageServer.getImage(IcImageServer.java)
> >        at com.gp.image.ExServerComponent.getImageTag(ExServerComponent.java)
> >        at 
> > coldfusion.graph.GraphingServiceImpl$2.run(GraphingServiceImpl.java:319)
> >        at java.security.AccessController.doPrivileged(Native Method)
> >        at 
> > coldfusion.graph.GraphingServiceImpl.generateGraph(GraphingServiceImpl.java:314)
> >        at coldfusion.tagext.io.ChartTag.doEndTag(ChartTag.java:428)
> >        at 
> > cfStatChartQ212ecfm288395228.runPage(D:\Inetpub\wwwroot\SafetyClimateSurvey\StatChartQ21.cfm:166)
> >        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
> >        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
> >        at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1871)
> >        at 
> > cfStatChart2ecfm1445877973.runPage(D:\Inetpub\wwwroot\SafetyClimateSurvey\StatChart.cfm:101)
> >        at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
> >        at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
> >        at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
> >        at 
> > coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:107)
> >        at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
> >        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
> >        at 
> > coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
> >        at 
> > coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
> >        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
> >        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
> >        at 
> > coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
> >        at coldfusion.CfmServlet.service(CfmServlet.java:105)
> >        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
> >        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
> >        at 
> > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
> >        at 
> > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
> >        at 
> > jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
> >        at 
> > jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
> >        at 
> > jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
> >        at 
> > jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
> >        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to