Cfchart format=“html”

So it has been a while since I played with CFChart. Just ran a quick test using format=“html” and Lucee through an error that only “gif,jpg and png were supported options”.

Does Lucee not support HTML format?

OR

Is there a way to change the /lucee/graph.cfm file? We do not allow access to lucee from external domains and that is where the image is being generated.

EXAMPLE: https://[domainremoved]/lucee/graph.cfm?img=5ca4c67721d11224228d8a46ebd94e47&type=png

Thanks!

Probably a solution for you is to use a JavaScript chart tool like D3plus http://d3plus.org/ instead of CFChart.

Or HighCharts. Lots of experience with this in integration with both ACF and Lucee. Super tool!