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

   ### Version
   
   6.1.0
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/zh/editor.html?c=line-simple&code=fVDLDoIwELz7FZt46IWYCmgR48EP8OLVcKi4mCZICa1aYvx3F4X4CNjDppnOdGZHl1bpAlZwGwG4tVMmhh1d4Qk0x9YlxsBSafGoq5p5LX6QVhKXOedY8sTuNJPmuf7zz0XmZ2TffIOVwiGBIWeL1a_vy9iDKJj4URROQw_YnM8C7vsLHog5j2jMBEt-sl2UOct8I8sBu1Jhildl8G2oTlgYaikGv8NUsZXFkfidGiDVua6aQsbTTIh9SNnYOMtExrHth1J0-rbN19a9uXvXWXw2PbovHw&enc=deflate
   
   ### Steps to Reproduce
   
   ```code
   option = {
     xAxis: [
       {
         type: 'category',
         data: ['xxx']
       }
     ],
     yAxis: [
       {
         type: 'value'
       }
     ],
     series: [
       {
         type: 'scatter',
         data: [['xxx', 83.288414, '6053022903760837657']]
       }
     ],
     visualMap: [
       {
         type: 'piecewise',
         dimension: 2,
         inRange: {
           color: ['#1f77b4', '#ff7f0e']
         },
         categories: ['6053022903760837657', '6053022903760837659'] // 
被当作数值型导致溢出,改小点就会显示
       }
     ]
   };
   ```
   
   ### Current Behavior
   
   散点不显示
   
   ### Expected Behavior
   
   散点显示
   
   ### Environment
   
   ```markdown
   - OS:window 11
   - Browser: chrome 150
   - Framework:echarts 6.1.0
   ```
   
   ### 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