CFChart 标签偏移

问题描述

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

这是它的照片:

enter image description here

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

代码如下:

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

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)