问题描述 @antv/g2 中使用 URL.createObjectURL(blob) 创建 worker, 当页面中不允许使用blob 协议的woker时(譬如页面中使用csp 并将指令设置为 worker-src: 'xxx.example.com'), 当前代码不能正常工作, 能否支持在blob 协议不能支持的情况下,退回到主线程使用eval 去执
就是我自己写的可以兼容vue2/vue3/react/17/react18/svelte这些不同框架注册自定义节点的包 import { register } from '@antv/x6-vue-shape' register({ shape: 'custom-vue-node', width: 100, height: 100, component: CustomNode, }) 改成以下代码 import { register } from "x6-html-shape/dist/...
在readme 中已经说明了,使用 @antv/f2-canvas, 它是 F2 的微信小程序图表自定义组件。按照 demo 来就行了,@antv/wx-f2 是 F2 对于微信小程序进行的适配。 simaQ closed this as completed Oct 23, 2018 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to c...
I have searched the issues of this repository and believe that this is not a duplicate. Reproduction link https://github.com/dakedou/online Steps to reproduce 引入@antv/f2后报错 。错误内容TypeError: (0 , _tslib.__spreadArray) is not a function at ...
问题描述 import { Chart } from '@antv/g2' const res = new Chart({ container: antVLineContainer.current as HTMLElement, autoFit: true, }) chart.legend({ position: 'top', marker: { symbol: 'hyphen' }, // 这里看类型定义里面没有禁止点击事件的方法 or 属性 })
Ant Design of Vue.js 2.0. Contribute to ant-design-vue/antv development by creating an account on GitHub.
使用vite 的 build.rollupOptions.output.manualChunks 配置自定义块分割,当 @antv/g2 和 @antv/g6 不在同一个块中时,打包后运行时报错。 antvis/G2#6090 Closed yvonneyx added the Outdate label Oct 24, 2024 github-actions bot commented Oct 24, 2024 This issue has been closed because it ...