[Feature] dataZoom.slider disabled
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?
{
"dataZoom": [
{
"type": "slider",
"disabled": true
}
]
}
Demo Code - workaround to disable dataZoom functionality. It does not visually downplay the dataZoom control. On toggle it switches back to latest (saved) zoom range.
@helgasoft not work at all...
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
bump