Ovilia commented on issue #10854: Comma separator for thousand cannot shown on 
bar chart data.
URL: 
https://github.com/apache/incubator-echarts/issues/10854#issuecomment-511298348
 
 
   `2,911` is treated as two numbers in JavaScript, and ECharts can do nothing 
with it. Please use `2911` instead. You may use 
[formatter](https://echarts.apache.org/en/option.html#series-bar.label.formatter)
 to change the display of value, but when in input, it should be a number in 
the form of `2911`.

----------------------------------------------------------------
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]

Reply via email to