F2 icon indicating copy to clipboard operation
F2 copied to clipboard

📱📈An elegant, interactive and flexible charting library for mobile.

Results 195 F2 issues
Sort by recently updated
recently updated
newest added

` /** @jsx jsx */ import { jsx, Canvas, Chart, Interval, ScrollBar, Axis } from '@antv/f2'; const data = [ { name: 'London', 月份: 'Jan.', 月均降雨量: 18.9, }, { name:...

- [ ] 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/zkvrn1?file=/index.jsx) ### Steps to reproduce 官网提供的自定义仪盘表demo...

### 在issues中看到了类似的问题,但问题下方的评论都没有有效的解决坐标轴长文字的问题。 想问一下是否将来有此方面的更新或者目前是否有可行的解决方案。 [https://antv-f2.gitee.io/zh/examples/area/area#with-negative](https://antv-f2.gitee.io/zh/examples/area/area#with-negative)

- [ ] 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/54b7u3) ### Steps to reproduce 官网的饼图示例把所有的数值改成0也可以复现;...

复现代码: ``` F2 图表组件库 - AntV /*Fixing iframe window.innerHeight 0 issue in Safari*/ document.body .clientHeight; .chart-wrapper { background-color: #101419; } .chart-container { position: relative; } .chart-title { width: 100%; height:...

- [x] 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/withered-shadow-vspw7d?file=/index.jsx) ### Steps to reproduce 连接线多一个弯,不平滑 ![image](https://github.com/antvis/F2/assets/43158017/aecce9d9-a886-488a-a002-76889a4140b2)...

- [x] 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/vigorous-sun-g3r7rl) ### Steps to reproduce 1.点击偏移量位置,onclick事件没有响应。 2.设置lineHeight不生效...

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 显示百分比 ### What does...

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://f2.antv.antgroup.com/examples/line/multiple/#series](https://f2.antv.antgroup.com/examples/line/multiple/#series) ### Steps to reproduce 对比多折线图,tooltip上的数据不会默认换行,会截断其他数据 | Environment...

F2版本3.8.13 环境Taro 3.4.12编译的h5环境 import * as F2 from '@antv/f2/lib/index-all'; const initChart = config => { const chart: any = new F2.Chart(config); chart.clear(); chart.source(data, { [xAxis]: {tickCount: 5}, [yAxis]: { min:...