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

- [ ] 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? 支持react native使用skia渲染 ### What...

我参考图表示例 https://f2.antv.antgroup.com/zh/examples/pie/donut/#donut 在小程序端实现 jsx代码如下: import { Chart, Interval, Legend } from '@antv/f2'; const Text = (props, context) => { const { coord } = props; const { center } =...

- [ ] 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://github.com/tsja2001/antv-f2-wx-issue](https://github.com/tsja2001/antv-f2-wx-issue) ### Steps to reproduce 运行小程序, 点击进入柱状图页面, 修改/pages/antv/rect-base/chart.jsx...

环形图数据加载不全,图如下 ![image](https://user-images.githubusercontent.com/53590123/215715557-d0903d01-df3b-4d07-918e-ae5144b842e3.png)

- **F2 Version**: 4.x - **Platform**: all - **Mini Showcase(like screenshots)**: - **CodeSandbox Link**: interval组件上 animation 支持 callback

- **F2 Version**: - **Platform**: - **Mini Showcase(like screenshots)**: - **CodeSandbox Link**:

- [x] 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? F2 支持鸿蒙 Next 系统开发。 ###...

- [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/p/sandbox/f2-react-forked-jxlk7t) ### Steps to reproduce 4.x版本的F2在react中使用时,若数据相同,最后一个区域绘制出现错误 ![image](https://github.com/antvis/F2/assets/32634443/eb8defb9-8f62-4671-84b6-2943166711c4)...

- **F2 Version**:4.x - **Platform**:小程序 - **Mini Showcase(like screenshots)**: ![image](https://github.com/antvis/F2/assets/39976617/42eab6b7-ecba-4fb8-9957-e30f3956b8be) - **CodeSandbox Link**: 请问雷达图的角如何设置radius圆角?

/** @jsx jsx */ import { jsx, Canvas, Chart, Line, Point, Axis, Tooltip, TextGuide, ScrollBar, } from "@antv/f2"; const data = [ { date: "2024-04-10 12:00", weight: 12, }, {...