【发布时间】:2015-09-03 14:05:58
【问题描述】:
是否可以在 PIE CHART (FUSIONCHARTS) - PHP 中显示图例?
showLegend 属性名称已激活但不显示!!!
Chart Attribute Name:
caption='Vendor Wise Data Volume' startingAngle ='90' showLegend='1' showPercentInToolTip='0' bgColor='f7f2ea' chartTopMargin='20' chartBottomMargin='20' formatNumberScale='0' pieRadius='100' exportEnabled='1' exportAtClient='1' exportHandler='index.php' labelDisplay='ROTATE'
【问题讨论】:
-
我不知道 fusioncharts,我刚找到这个:kb.fusioncharts.com/questions/398/…;你试过了吗?
-
您能否分享您的完整数据、图表维度和您正在使用的版本。你在使用 PHP 包装器吗?如果是,请尝试在不使用 PHP 的情况下正常渲染图表(纯 HTML.JS),看看它是否有效。只有在您提供足够的数据后,我们才能进行检查。截至目前,
showLegend属性将图例呈现在我们身边。 -
@zeflex 是的,我已阅读...并使用上面提到的相同属性 showLegend='1' 但没有用。
标签: javascript php charts data-visualization fusioncharts