Re: cfchart in cfdocument

2014-09-05 Thread Anthony Doherty
Are you using cfchart or an other charting option. The reason I'm asking is I'm trying to create a dashboard with 10 charts but think CF is a little limited with the chart options. Ie I'm trying to create a gauge chart Thanks Sent from my iPhone > On 5 Sep 2014, at 20:30, David Phelan wrote

RE: cfchart in cfdocument

2014-09-05 Thread David Phelan
Never mind, I figured it out. I stored the images in an array and used cfimage to render them to the browser. -Original Message- From: David Phelan [mailto:dphe...@emerginghealthit.com] Sent: Friday, September 05, 2014 3:15 PM To: cf-talk Subject: cfchart in cfdocument I am trying to

cfchart in cfdocument

2014-09-05 Thread David Phelan
I am trying to creating a PDF document that contains a number of charts within (over 360). I had run the document with a simple query to produce the charts and then applied the real query. With the dummy query, the page took some time to run, but everything appeared fine in the document. Now