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/02/22 11:01:20 UTC

[GitHub] [echarts] Airkro opened a new issue #16559: [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider`

Airkro opened a new issue #16559:
URL: https://github.com/apache/echarts/issues/16559


   ### What problem does this feature solve?
   
   ![1645527584(1)](https://user-images.githubusercontent.com/12206891/155119011-b6c3aeef-52d8-4cc8-bed2-75f79244e454.png)
   
   
   would be better when `yAxis` has limit
   
   ### What does the proposed API look like?
   
    ```js
   dataZoom: [{
       showDataShadow: false
       dataShadow: {
          yAxis: {
             min: 10,
             max: 100
          }
       }
   }]
   ```


-- 
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] Airkro commented on issue #16559: [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider`

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


   Without limitation, the line chart in the slider will easily look like a `straight line` (when a few points are too big or too small)
   
   ![image](https://user-images.githubusercontent.com/12206891/155287989-c7a13a21-8f25-4a26-9c65-7296bca012ed.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 #16559: [Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider`

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


   Hi, can you be more specific about why this requirement is needed?


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