📌  相关文章
📜  禁用饼图 am4charts 中的刻度和标签 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:45.843000             🧑  作者: Mango

代码示例1
// Disable ticks and labels
pieSeries.labels.template.disabled = true;
pieSeries.ticks.template.disabled = true;