You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/03/19 04:52:36 UTC

[GitHub] [echarts] Sinosaurus commented on issue #3131: 仪表盘如何显示自己需要的数字?

Sinosaurus commented on issue #3131:
URL: https://github.com/apache/echarts/issues/3131#issuecomment-802555261


   ```js
     axisLabel: {            
        formatter(value) {
   	// 显示指定数字
            if (value === 1 || value === 2) return value
         }
      }
   ```


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org