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

![image](https://user-images.githubusercontent.com/50546350/130952408-1482fbe3-c1dc-49bd-b89b-d24264e63ebd.png) ``` import F2 from '@antv/f2'; const data = [{"fanAreaValue":24,"fanAreaValueDesc":"24.00%","fanAreaDesc":"IT、互联网","const":"const"},{"fanAreaValue":10,"fanAreaValueDesc":"10.00%","fanAreaDesc":"公务员","const":"const"},{"fanAreaValue":11,"fanAreaValueDesc":"11.00%","fanAreaDesc":"医护人员","const":"const"},{"fanAreaValue":3,"fanAreaValueDesc":"3.00%","fanAreaDesc":"外卖员","const":"const"},{"fanAreaValue":7,"fanAreaValueDesc":"7.00%","fanAreaDesc":"学生","const":"const"},{"fanAreaValue":1,"fanAreaValueDesc":"1.00%","fanAreaDesc":"房产中介","const":"const"},{"fanAreaValue":5,"fanAreaValueDesc":"5.00%","fanAreaDesc":"教育科研","const":"const"},{"fanAreaValue":2,"fanAreaValueDesc":"2.00%","fanAreaDesc":"服务人员","const":"const"},{"fanAreaValue":15,"fanAreaValueDesc":"15.00%","fanAreaDesc":"网约车司机","const":"const"},{"fanAreaValue":1,"fanAreaValueDesc":"1.00%","fanAreaDesc":"自媒体从业人员","const":"const"},{"fanAreaValue":7,"fanAreaValueDesc":"7.00%","fanAreaDesc":"蓝领工人","const":"const"},{"fanAreaValue":2,"fanAreaValueDesc":"2.00%","fanAreaDesc":"设计师","const":"const"},{"fanAreaValue":11,"fanAreaValueDesc":"11.00%","fanAreaDesc":"货运司机","const":"const"}] const chart = new F2.Chart({ id: 'container', pixelRatio: window.devicePixelRatio }); chart.source(data); chart.coord('polar', { transposed: true, radius: 0.9, innerRadius: 0.5 });...

--- 使用uni-app在hbuilder上开发小程序,官网的示例不支持操作dom元素,如果要使用antv-f2 是不是一定要使用wx-f2? 但是现在我的项目是在hbuilder上写的使用uni-app编译后再运行到开发工具的,如果直接在开发工具写代码保存不了项目,现在有什么方法可以在hbuilder上直接把antv-f2整合uni-app吗,插件市场上面的antv-f2因为真机不行也暂停使用了,

{{timename}}清洁燃气用量概览 单位( 罐 ) import F2 from '@/components/l-f2/f2-all.min.js'; export default { data() { return { info:'', timenum:0, timename:'本周', timetype:[{ num:0,name:'本周', },{ num:1,name:'本月', },{ num:2,name:'上半年', },{ num:3,name:'一年', }], data : [{...

- [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? like this example https://antv-f2.gitee.io/zh/examples/line/multiple#series how...

柱状图和折线图一同显示的时候,如官方示例: https://antv-f2.gitee.io/zh/examples/component/legend#custom 柱状图的背景 tooltipMarker 就不见了,如何将它显示出来?

![image](https://user-images.githubusercontent.com/40991981/131785193-4e43d5da-5c82-4019-9002-a793482ae862.png)

The issue which is not created via https://antv-issue-helper.surge.sh will be closed immediately. 滑动时上下两个图表数据不统一 --- 注意:不是用 https://antv-issue-helper.surge.sh 创建的 issue 会被立即关闭。

- [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/inspiring-archimedes-x7kk5?file=/src/App.vue) ### Steps to reproduce 不太清楚官网demo的是哪个版本的,现在用最新版本去创建图表,平移功能都会失败 |...

下面的三角形指向被选中, 拖拽图表切换被选中的点。 [https://graph.baidu.com/pcpage/similar?originSign=121bc4df9a97cf5a402f801628672131&srcp=crs_pc_similar&tn=pc&idctag=tc&sids=10004_10504_10802_10602_10915_10911_11006_10924_10905_10018_10909_10942_10907_11013_10971_10968_10974_11032_12201_17851_17070_18013_18100_19103_17201_17202_18301_18310_18332_18412_19111_19130_19300_19132_19195_19162_19173_19220_19180_19200_19210_19213_19214_19216_19218_19230_19240_19250_19262_19277_19282_9999&logid=4200754696&entrance=general&tpl_from=pc&pageFrom=graph_upload_pcshitu&image=https%3A%2F%2Fgraph.baidu.com%2Fthumb%2Fv4%2F928121560,1048271556.jpg&carousel=503&index=0&page=1](url)

- [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/beautiful-mcnulty-ffhq4?file=/src/App.vue&resolutionWidth=375&resolutionHeight=667) ### Steps to reproduce 点击第一个折线图,发现要左偏移一点才能点到对应的位置; 点击第二个折线图,发现获取的点位置是超出范围的,导致拿不到data;...