锚点在列内对齐

时间:2011-11-18 11:43:33

标签: php javascript xml fusioncharts

我有一个组合3D列和线(MSColumn3DLineDY)的图表,锚点没有与列的中心对齐。在此example中,锚点与中心对齐,没有任何特定属性。

这是我的图表:

my graph

上图中的开放char标记:

<chart caption=''
       palette='2'
       animation='1'
       showValues='0'
       formatNumberScale='0'
       numberPrefix=''
       slantLabels='1'
       showLabels='1'
       rotateValues='0'
       placeValuesInside='0'
       labelDisplay='ROTATE'
       seriesNameInToolTip='1'
       anchorBorderColor='339966'
       decimalSeparator=','
       thousandSeparator='.'
       syAxisMaxValue='$maximo'
       pyAxisMaxValue='$maximo'>

我正在使用正确对齐的图表:

another chart

它是chart标签:

<chart caption=''
       PYAxisName='Quantidade'
       SYAxisName='Valores (Em R$/Mil)'
       palette='2'
       animation='1'
       showValues='0'
       formatNumberScale='0'
       numberPrefix=''
       slantLabels='1'
       showLabels='1'
       rotateValues='0'
       placeValuesInside='0'
       labelDisplay='ROTATE'
       seriesNameInToolTip='1'
       anchorBorderColor='FFFF33'
       decimalSeparator=','
       thousandSeparator='.'
       baseFontSize='8'>`

他们几乎一样!

1 个答案:

答案 0 :(得分:0)

您的数据中似乎有空白<dataset>。请检查。

锚点与中心对齐。如果您有2个列数据集,其中一个是空白或不可见的,那么锚点将与这些可能列的中心对齐,因此也是如此。