I am trying to work with CFChart and am having an issue with the labels of the columns being about 3 inches to the right of the graph.
Here is a pic of it:
I have been trying to figure out how to get that correctly set over the column. Any help would be appreciated. Thanks!
Here is the code:
<cfchart format="png" type="bar" show3d="no" xoffset="YES" showlegend="false" chartHeight="200" chartWidth="180">
<cfchartseries colorlist="##E18014,green,red" type="bar">
<cfchartdata item="Sent" value="10">
<cfchartdata item="Delivered" value="8">
<cfchartdata item="Failure" value="2">
</cfchartseries>
</cfchart>