zemmyang opened a new issue, #20726:
URL: https://github.com/apache/echarts/issues/20726

   ### Version
   
   5.6.0
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/mk3dzp49/
   
   ### Steps to Reproduce
   
   Chart is a simple line plot with a grid, with the x-axis defined as follows:
   
   ```
         xAxis: {
           "type": "value",
           "minorTick": {
               "show": "true",
               "splitNumber": 5
           },
           "minorSplitLine": {
               "show": "true"
           },
           "axisLabel": {
               "show": "true"
           },
           "axisTick": {
               "customValues": vTickData
           },
           "splitLine": {
               "show": "true",
               "lineStyle": {
                   "color": '#ff0000',
                   "type": 'solid',
                   "width": 1
               }
           },
         },
   ```
   
   ### Current Behavior
   
   The thin red vertical lines appear to be randomly placed. 
   
   
![Image](https://github.com/user-attachments/assets/a9e49efc-ac59-4f57-8509-1ff183c41a5f)
   
   ### Expected Behavior
   
   I want to have one thick red line for every 5 thin red lines, for example. 
But that doesn't appear to be what's going on here. Instead I get several thick 
lines and thin lines placed at random.
   
   y-axis lines don't appear to have the same issue.
   
   ### Environment
   
   ```markdown
   - OS: Win 11
   - Browser: Chrome
   - Framework: None?
   ```
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to