small-dots opened a new issue #16335:
URL: https://github.com/apache/echarts/issues/16335


   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
    {
                           interval: 7,
                           type: 'time',
                           boundaryGap: false,
                           axisLabel: {
                               hideOverlap: true,
                               formatter: {
                                   year: '{yyyy}年',
                                   month: '{M}月',
                                   day: '{M}/{d}',
                                   none: '{yyyy}-{M}-{d}',
                               },
                               fontSize: 14,
                               textStyle: {
                                   color: '#7ec7ff',
                               },
                           },
                           axisLine: {
                               lineStyle: {
                                   color: '#d7cfcf',
                                   opacity: 0.03,
                               },
                           },
                           splitLine: {
                               show: true,
                               lineStyle: {
                                   color: '#d7cfcf',
                                   opacity: 0.03,
                               },
                           },
                           axisTick: {
                               show: false,
                           },
                       },
   
   ### Current Behavior
   
   
![image](https://user-images.githubusercontent.com/52172424/148370743-30137df6-be62-4342-a91a-c764bb6cd4ed.png)
   
   
   ### Expected Behavior
   
   显示相同刻度的值,
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to