unogang opened a new issue #10854: Comma separator for thousand cannot shown on bar chart data. URL: https://github.com/apache/incubator-echarts/issues/10854 ### Version 4.2.1 ### Steps to reproduce { name: '2019', type: 'bar', barGap: 0, label: labelOption, data: [200, 2,911] } ### What is expected? data is in currency, need comma separator for thousand. ### What is actually happening? Data cannot shown, it blank for data = 2,911 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
