JFreeChart Dial chart in Coldfusion
问题 Has anyone an example of implementing a JFreechart Dial chart on Coldfusion? Thanks 回答1: (This probably should not be a separate answer, but the other was already pretty long. So I am posting it separately to keep things organized and easy to find.) In case you are looking for what jFreeChart calls a MeterChart, here is a quick and dirty example of that chart type. MeterChart Code: <cfscript> // my chart settings chartTitle = "My Meter Chart"; arrowValue = 55; arrowUnits = "widgets";