You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "Airkro (via GitHub)" <gi...@apache.org> on 2023/05/25 03:23:48 UTC

[GitHub] [echarts] Airkro opened a new issue, #18668: [Feature] dataZoom.slider disabled

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

   ### What problem does this feature solve?
   
   For now, we can't disable the slider, we can only hide it.
   
   But in many cases, the slider can be a significant part of the view, peoples don't want to hide it, disable it is enough.
   
   ### What does the proposed API look like?
   
   ```json
   {
   	"dataZoom": [
   		{
   			"type": "slider",
   			"disabled": true
   		}
   	]
   }
   ```


-- 
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] Airkro commented on issue #18668: [Feature] dataZoom.slider disabled

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

   @helgasoft 
   not work at all...


-- 
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] helgasoft commented on issue #18668: [Feature] dataZoom.slider disabled

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

   [Demo Code](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQDGWE1A1rHdDrCMBNGAM4bCwc0AIYAjXAHoAJhB5jcsAF7BgAW0oAaIuh4BXUWDIVYlIfJxTKRAL5b0pAIKlZBANrbCxYlOFhhbygBZGE0TABVdHFDKAHULaLCAC11ogDEAJwhogGVfHN1oSgBdD1sPJB5E4AB3PAAzYSweHGsiIrtYAE8nF2RYMp0cTJweN3KPdB8_NwBGAFYABg1YACYAZiXVlYAWZZWZgA5lmbW54-2Adj2ANgX2iYxOkHwTFijlnk7VUWAsbIhFC8ZjNSm0OlNhAAtFSqMYASDhqARcLATxeACIeHQpEN0VpkRIJOiZHJxBZ0QQwOlIigEa04SVrABuFBgADmWAQsAaTRwTPQhK5ZjJUiUMJQTEQFTwm3wMwWC2ZKFUnQAwolhOkwAA6GAACkoEOhalCepAmuEqgAlAgAHyeWAQOqwPUAQnZWCtE0lyFG7Atqm1PD8WuWL3N6Ut2qEUiV1itLJV6s1Ov1NDojFNNvg9tQ6A9CHdHJZ6AgUlIXILAH5YDNYAQFiXYKAwFy88RMLgCO2vHoDEZKRzYDXDbJzJZ6yZhbhLB1e_pDORsqiu8hqL9gOlB5yR-l4pPKOJhJnWl4Bt5fFCYW4e8RHM4eABJaA40gEMukOfEYMpggMINhi-f7RqUJToEq6BJhqWpBjgYAAPLgFA0B6i2CYoPGTJAA) - workaround to disable _dataZoom_ **functionality**. It does not visually downplay the dataZoom control.
   On toggle it switches back to latest (saved) zoom range.


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