Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.
If you are interested in the project, you may also subscribe our mailing list .
@xjhjzxh It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people, we'd like to suggest using English next time. 🤗 TRANSLATED
BODY
What problem does this feature solve?
DataZoom zooms in the axes, hoping to have the function of keeping one side fixed, zooming only on the other side.
5条答案
按热度按时间vc6uscn91#
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.
If you are interested in the project, you may also subscribe our mailing list .
Have a nice day! 🍵
z9gpfhce2#
@xjhjzxh It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people, we'd like to suggest using English next time. 🤗
TRANSLATED
BODY
What problem does this feature solve?
DataZoom zooms in the axes, hoping to have the function of keeping one side fixed, zooming only on the other side.
What does the proposed API look like?
dataZoom: [
{
type: 'slider',
handler: 'left' | 'right' | 'both', // default 'both'
}
],
bn31dyow3#
Like this?
https://echarts.apache.org/examples/zh/editor.html?c=grid-multiple
vuktfyat4#
Like this?
https://echarts.apache.org/examples/zh/editor.html?c=grid-multiple
emm.....I want only left handler can be drag, right handler always at the end of slider or hidden.
2izufjch5#
Is this problem solved? I have the same needs