AAChartKit icon indicating copy to clipboard operation
AAChartKit copied to clipboard

饼图如何更改自定义DataLabel的金额格式(加千分位)

Open LeeonLi opened this issue 4 years ago • 0 comments

WeChatf243ffdc86974ff118b07fcb567c778d 如图 我想将datalabel的金额改成有千分位 WeChat52780f96e0bc93756e2f6fbc994dcc22 options.plotOptions.pie.dataLabels.format = @"{point.name}
{point.y:.0f}({point.percentage:.2f}%)";

LeeonLi avatar Aug 17 '21 01:08 LeeonLi