displaying top 100 results
Tracker Comment Comment on CFCHARTSERIES Data Attribute Will Not Produce Pie Chart According to Documentation by External U.
2609694 CF-3800311 External U. The attached image, "badExample.png" is using @Anuj Nawani code exactly. The 'chart' is unusable.
Tracker Comment Comment on mail() doesn't work if setFrom is not a proper email address. by Adobe D.
2612043 CF-3563072 Adobe D. Verified in CF10 update 11.
Specified invalid email address in setFrom and it works fine.
/* create mailer service */
form.mailto="anuj22nawani@gmail.com";
form.mailFrom = "AnujNawani";
form.subject ="subject here";
mailerService = new mail();
mailer
Tracker Comment Comment on CFCHARTSERIES Data Attribute Will Not Produce Pie Chart According to Documentation by External U.
2609694 CF-3800311 External U. @Anuj Nawani
No, that does NOT work! Did you even test it or are you using some version of CF the rest of us don't have? That produces 3 solid pies all labeled as "Series 1". I attached the screenshot.