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 2022/06/01 08:04:14 UTC

[GitHub] [echarts] Ovilia opened a new issue, #17141: [Bug] dataZoom detail shape is not the same as data

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

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AG4CGANgK5W0kC-ANCeTnxFUpMpRqwGLdp3S8SeKgCcIVQrADaJdCNGwAJozCMiWvaQ0BGAEw9YAZgC6fc-isBWO-4AMz7Xo1rbzt7XxdXK29g2B9Hf3Q_cwpqOmYIaA5_LhJEgyNGAC1gYABbYX88YyUwADVpCSDuFC4AbiA
   
   ### Steps to Reproduce
   
   ```js
   option = {
     xAxis: {
       type: 'value'
     },
     yAxis: {
       type: 'value'
     },
     series: [
       {
         data: [
           [12, 3],
           [15, 50],
           [20, 30],
           [100, 50]
         ],
         type: 'line'
       }
     ],
     dataZoom: {
       startValue: 20
     }
   };
   ```
   
   ### Current Behavior
   
   The *detail* view in the dataZoom is not the same as the data in range. You can see that the max value is still in the detail view of the dataZoom (wrong) but not in the chart visible area (correct).
   
   ### Expected Behavior
   
   The detail view should be the same as the chart area.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   Similar problems exists when data is not in the ascending order in xAxis (e.g., [100, 10], [50, 20]), or stepped line charts.


-- 
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-unsubscribe@echarts.apache.org.apache.org

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


[GitHub] [echarts] peer-kkang commented on issue #17141: [Bug] dataZoom detail shape is not the same as data with value axis

Posted by "peer-kkang (via GitHub)" <gi...@apache.org>.
peer-kkang commented on issue #17141:
URL: https://github.com/apache/echarts/issues/17141#issuecomment-1688917426

   Any update on this?


-- 
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-unsubscribe@echarts.apache.org

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


[GitHub] [echarts] tyn1998 commented on issue #17141: [Bug] dataZoom detail shape is not the same as data

Posted by GitBox <gi...@apache.org>.
tyn1998 commented on issue #17141:
URL: https://github.com/apache/echarts/issues/17141#issuecomment-1143265559

   It seems that the detail view of dataZoom is evenly divided by 4, which is the number of series.data.length.
   
   <img width="640" alt="image" src="https://user-images.githubusercontent.com/32434520/171358929-9d89bcde-7f64-4c26-bcee-0cf768bcec63.png">
   


-- 
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-unsubscribe@echarts.apache.org

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


[GitHub] [echarts] Ovilia commented on issue #17141: [Bug] dataZoom detail shape is not the same as data

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #17141:
URL: https://github.com/apache/echarts/issues/17141#issuecomment-1143362146

   I'm fixing this. :) @tyn1998 


-- 
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-unsubscribe@echarts.apache.org

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


[GitHub] [echarts] MrCatEsq commented on issue #17141: [Bug] dataZoom detail shape is not the same as data with value axis

Posted by GitBox <gi...@apache.org>.
MrCatEsq commented on issue #17141:
URL: https://github.com/apache/echarts/issues/17141#issuecomment-1165983054

   > I'm fixing this. :)
   @Ovilia, does this issue partially overlap my [old issue 17122](https://github.com/apache/echarts/issues/17122)?
   
   
   


-- 
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-unsubscribe@echarts.apache.org

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


Re: [I] [Bug] dataZoom detail shape is not the same as data with value axis [echarts]

Posted by "RafaelFaria98 (via GitHub)" <gi...@apache.org>.
RafaelFaria98 commented on issue #17141:
URL: https://github.com/apache/echarts/issues/17141#issuecomment-1952619378

   Any updates on this? I'm facing the same issue


-- 
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-unsubscribe@echarts.apache.org

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