Mignon-han commented on issue #5849: 希望能尽快升级一下仪表盘 URL: https://github.com/apache/incubator-echarts/issues/5849#issuecomment-430164391 @zhanghongyublog 举个例子, 让y轴的刻度值遵循某种语言的显示规则。 ``` function localization(){ ... } yAxis.axisLabel.formatter = function(value){ return localization(value); } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
