Whatever message this page gives is out now! Go check it out!

Charting enhancements

Last update:
May 18, 2026
The server-side charting introduced in ColdFusion 10 that allowed you to create highly interactive charts has been further enhanced to produce visually more appealing charts.
Note that you will see some changes in the default look and feel of server-side charts because of the new underlying charting engine. This would mean you might need to make some changes to your existing charting code.
Note that the new look and feel will not be available for the following tag attributes:

cfchart

  • labelFormat
  • seriesPlacement with percent as the value
  • sortXAxis
  • tipStlye
  • xAxisType
  • yAxisType
  • xOffset
  • yOffset

cfchartseries

  • markerStyle: letterx , mcross , snow, and rcross .
  • paintStyle
ColdFusion 11 provides a utility to convert XML styles (used by the old charting system) to JSON styles (used by the new charting system).
To perform this conversion, you need to use cfchart_xmltojson.bat (or cfchart_xmltojson.sh) available in <cfusion_home>/bin folder:
cfchart_xmltojson.bat <xml_file_path>
Before you can use the cfchart_xmltojson utility in the J2EE configuration, set the CFUSION_HOME, WEBINF variables and set the path of jsp-api.jar to the right one in cfchart_xmltojson.sh/cfchart_xmltojson.bat file.
The converted JSON style will be created in the same location as the XML file.
See this document for usage examples.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page