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

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/zh/editor.html?c=line-simple&version=5.4.2
   
   ### Steps to Reproduce
   
   The following series data has five points, but now only show four points. 
And version 4.7 does exist this issue.
   
   option = {
      "series":[
         {
            "name":"整数",
            "type":"scatter",
            "data":[
               {
                  "value":[
                     "2017-12-31T16:00:00.000Z",
                     1
                  ]
               },
               {
                  "value":[
                     "2018-01-01T16:00:00.000Z",
                     3
                  ]
               },
               {
                  "value":[
                     "2018-01-02T16:00:00.000Z",
                     2
                  ]
               },
               {
                  "value":[
                     "2018-01-03T16:00:00.000Z",
                     4
                  ]
               },
               {
                  "value":[
                     "2018-01-04T16:00:00.000Z",
                     5
                  ]
               }
            ],
            "itemStyle":{
               "color":"#4F81BD",
               "opacity":1,
               "borderColor":"#4F81BD",
               "borderWidth":1,
               "borderType":"solid"
            },
            "showAllSymbol":true,
            "connectNulls":false,
            "lineStyle":{
               "color":"#4F81BD",
               "width":1,
               "type":"solid"
            },
            "symbol":"circle"
         }
      ],
      "xAxis":{
         "show":true,
         "type":"time",
         "axisLine":{
            "show":true,
            "lineStyle":{
               "color":"#000000",
               "width":1,
               "type":"solid"
            }
         },
         "axisLabel":{
            "show":true,
            "rotate":0,
            "textStyle":{
               "color":"#000000",
               "fontFamily":"'SimSun'",
               "fontSize":14.67,
               "fontStyle":"Normal",
               "fontWeight":400
            }
         },
         "splitLine":{
            "show":false
         }
      },
      "yAxis":{
         "show":true,
         "type":"value",
         "axisLine":{
            "show":true,
            "lineStyle":{
               "color":"#000000",
               "width":1,
               "type":"solid"
            }
         },
         "axisLabel":{
            "show":true,
            "rotate":0,
            "textStyle":{
               "color":"#000000",
               "fontFamily":"'SimSun'",
               "fontSize":14.67,
               "fontStyle":"Normal",
               "fontWeight":400
            }
         },
         "max":6,
         "min":0,
         "splitNumber":6
      }
   };
   
   ### Current Behavior
   
   
![image](https://github.com/apache/echarts/assets/36399340/2bd820d4-2daa-4997-8927-9ea7cc7a600f)
   
   
   ### Expected Behavior
   
   
![image](https://github.com/apache/echarts/assets/36399340/24a9e34f-cdbf-4f38-8033-ee691188d488)
   
   
   ### 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.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