我正在使用 FusionCharts 在我的应用程序中显示 Bar2D 图表。下面是我得到的。
如您所见,标签没有正确包装,并且由于标签很长,因此条形变短了。
我尝试使用 {br} 来包装标签文本,但在这种情况下也是如此,以下是我得到的:
但是由于换行,文本没有正确对齐。看起来很随意。任何人都可以提出一种包装这些标签并左对齐文本的方法。我知道标签无法对齐,但如果有人知道左对齐的任何解决方法,请告诉我。
在xml下面:
<chart caption='' plotSpacePercent='63' labelPadding='50' showhovercap='0' yaxisname='' xaxisname='' showValues='0' yAxisMinValue='0' showBorder='0' showLegend='0' anchorAlpha='0' bgColor='"+bgcolor1+","+bgcolor2+"' canvasBgColor='"+bgcolor1+"' showCanvasBg ='0' showCanvasBase='0' setAdaptiveYMin='1' borderThickness='0' baseFont='Arial' baseFontSize ='9' baseFontColor ='"+fontColor+"' outCnvbaseFontColor='"+fontColor+"' showAlternateVGridColor='0' showAlternateHGridColor='0' plotGradientColor='"+plotGradiantColor+"' plotBorderColor='"+plotBorderColor+"' showPlotBorder='1' divLineThickness='0' borderAlpha='0' canvasBorderAlpha='0' canvasBorderThickness='0' bgAngle='0' bgAlpha='0' canvasbgAlpha='0' canvasBgAngle='0' connectNullData='1' exportEnabled='1' exportShowMenuItem='0' exportAtClient='0' exportHandler='"+exportHandler+"' outCnvbaseFontSize='11' exportAction='Download' divLineAlpha='0' formatNumberScale='0' showYAxisValues='0' chartLeftMargin='1' chartRightMargin='5' chartTopMargin='1' chartBottomMargin='1' labelDisplay='WRAP'>
<set name='Brazil Real Estate/Property' value='200' color='2B465B'/>
<set name='Department Store Retailing' value='195' color='2B465B'/>
<set name='Vale SA.' value='190' color='2B465B' />
<styles>
<definition>
<style name='myCaptionFont' type='font' font='Arial' size='11' bold='1' underline='0' />
<style name='myAnim' type='ANIMATION' start='$canvasStartX' param='_x'/>
</definition>
<application>
<apply toObject='DataLabels' styles='myCaptionFont,myAnim'/>
</application>
</styles>
</chart>
我是 FusionCharts 的新手。我可能遗漏了一些明显的东西,但请帮忙。