2

我正在尝试使用 CFChart,但在图表右侧约 3 英寸处的列标签存在问题。

这是它的照片:

在此处输入图像描述

我一直在试图弄清楚如何正确设置该列。任何帮助,将不胜感激。谢谢!

这是代码:

            <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>
4

0 回答 0