Error Using WebCharts for Pie Chart

2012-01-26 Thread Kelly Ross
I am using ColdFusion8 and I am creating a report with numerous charts and graphs with WebCharts. The problem I am having is with pie charts. I want to be able to adjust items like the label styles. With the bar graphs, I am simply creating the graph with WebCharts, saving the xml , and

Re: Error Using WebCharts for Pie Chart

2012-01-26 Thread Raymond Camden
Can you share your XML file? It would be best if you could use an XML string and static data. If you can then share one CFM file I can run locally it will make testing easier. On Thu, Jan 26, 2012 at 2:58 PM, Kelly Ross ke...@nox-racing.com wrote: I am using ColdFusion8 and I am creating a

[ANNOUNCE] CF-FireLogger

2012-01-26 Thread Max Paperno
Hello all, Please pardon the interruption but CF-Community is high on politics and low on CF content. I haven't posted to this list in at least 10 years, so I might be out of practice :) CF-FireLogger is a ColdFusion server-side library for the FireLogger (http://firelogger.binaryage.com)

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
Looks cool! I'm gonna try it -Original Message- From: Max Paperno [mailto:m...@wdg.us] Sent: January-26-12 2:25 PM To: cf-talk Subject: [ANNOUNCE] CF-FireLogger Hello all, Please pardon the interruption but CF-Community is high on politics and low on CF content. I haven't posted

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
Hey Max, Got it installed (painless) and it looks cool. What I am wondering is it seems like you advocate using trace() instead of console(). And it sounds like if firebug/firelogger is not enabled, that no debugging output would be sent. Is that true? If so, is there a performance penalty to

RE: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Brook Davies
Hey Max, I set everything up according to the docs. I can see the output in firelogger when I do this: cfscript console = new firelogger(debugMode=false, debugLevel=info, fallbackLogMethod=trace-inline); console.log(arguments.commitArray); /cfscript But when I try this: cftrace

Re: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Max Paperno
Hi Brook, Cool, thanks for trying it out! I think you have it right on all counts. If you're using cftrace/trace() and Firelogger/Firebug is not enabled then the custom trace tag will simply call the native CF trace code (trace_adobe.cfm). In this case there will be a little overhead as

Re: [ANNOUNCE] CF-FireLogger

2012-01-26 Thread Max Paperno
Hi Brook, Very curious. Took me a minute, but that error message is actually from the original Adobe trace.cfm version (mine doesn't even use a variable called debugger). But what is really happening is that my version of trace.cfm is crashing and calling the native trace.cfm version to