1

on a migration to Cold Fusion 2016 we are having issues with the charts.

We can generate the chart but the image is too small. It looks like it is adding white space in the area.

can you control the size of the pie chart? We do need them created into png files since we are embedding into reports

this is the image we get returned.  we want a 200px by 200px chart

Trying to get a 200px by 200px large pie chart . the returned image is the correct size but the charts are tiny.

Thanks

James A Mohler
  • 11,060
  • 15
  • 46
  • 72
Matthew Friedman
  • 491
  • 1
  • 5
  • 12
  • I suppose you could take the image and then send it to ColdFusion's image manipulation functions can get something that is cropped to your needs. – James A Mohler Nov 07 '18 at 17:10
  • 1
    Can you provide an example of the code you are using to generate the chart? – Shawn Nov 07 '18 at 18:19
  • 2
    This problem exemplifies why using built in CF GUI tags is a bad idea in the long run. Decouple your GUI from CF and avoid this problem in the future. You could build your own chart GUI tags to simplify the refactor, depending on how dependent the code is on cfchart. – Redtopia Nov 07 '18 at 18:53

0 Answers0