antvis / antvis/F2

横屏双柱图平移Y轴可以移动,数据不展示

Open
#1,189 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
637
PR merge metrics
No merged PRs in 30d

Description

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate.

### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/falling-wildflower-tyed3?file=/index.js)

### Steps to reproduce
chart.source(data, {
label: {
type: "cat",
tickCount: 4,
values: valueData,
ticks: ["Mon.", "Tue.", "Wed.", "Thu.", "Fri."]
}
});

![image](https://user-images.githubusercontent.com/32887648/124576158-a034ea00-de7e-11eb-99ef-d669b50a19d6.png)

去掉label,数据可以展示但不可以滑动,不去掉的话可以滑动但数据不展示,官方快点出来解决一下啊,急急急急急急急急急急急急

| Environment | Info |
|---|---|
| f2 | 3.8.9 |
| System | window10 |
| Browser | Chrome91.0.4472.124 |

Contributor guide

Open the contributing guide

Research direction

Start with the linked CodeSandbox reproduction and the chart.source configuration in index.js, using F2 3.8.9 in the reported environment. Verify the interaction with the label axis enabled and disabled; done means the data is visible while the horizontal chart can still be panned.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data-visualization, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.