Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可移动折线图首位两个点显示不全 #778

Open
1 task
w611363303798 opened this issue Mar 5, 2020 · 2 comments
Open
1 task

可移动折线图首位两个点显示不全 #778

w611363303798 opened this issue Mar 5, 2020 · 2 comments

Comments

@w611363303798
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://f2.antv.vision/zh/examples/line/basic#pan

Steps to reproduce

查看官方demo

What is expected?

首尾两个点显示正常

What is actually happening?

首尾两个被遮挡一半

Environment Info
f2 3.5.0
System macOS
Browser Chrome 80.0.3987.122
@sinnkirou
Copy link

I have the same issue, is there any progress?

@dxq613
Copy link
Member

dxq613 commented May 19, 2020

You can set the range of x-field

chart.source(data, {
      release: {
        min: 1990,
        max: 2010,
        range: [0.02, 0.98]
      }
    });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants