小编web*_*cer的帖子

如何在条形图amcharts中添加Legends?

我在我的应用程序中使用条形图(amcharts),我需要在条形图中包含Legends.所以,我为吧脚本添加了以下脚本,

legend = new AmCharts.AmLegend();
legend.position = "bottom";
legend.align = "center";
legend.markerType = "square";
legend.valueText = "";
chartx.addLegend(legend);
Run Code Online (Sandbox Code Playgroud)

但是,条形图应该显示传奇?如何在条形图应用程序中添加图例.

有谁能尽快给我这个问题的解决方案?

amcharts

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

amcharts ×1