BizCharts icon indicating copy to clipboard operation
BizCharts copied to clipboard

Powerful data visualization library based on G2 and React.

Results 136 BizCharts issues
Sort by recently updated
recently updated
newest added

您好,关于bizCharts的开发中,我使用了interaction:brush-x交互 代码如:https://www.bizcharts.net/gist/30Ah5qwUgta 我想问:若我想在绘制框选结束后,获取到所框选的数据并触发自定义事件,这个有办法做到吗?

import { G2, Chart, Geom, Axis, Tooltip, Coord, Label, Legend, View, Guide, Shape, Facet, Util, } from "bizcharts"; import DataSet from "@antv/data-set"; BizCharts Version:3.5.9, react Version:16.14.0,

- bizcharts Version: 3.5.6 - react version: 16.12.0 - Mini Showcase(like screenshots): ![image](https://user-images.githubusercontent.com/8120967/71791774-1f224a00-3071-11ea-89a7-bb88b6e26a61.png) ![image](https://user-images.githubusercontent.com/8120967/71791790-2f3a2980-3071-11ea-89b5-5b3f0e498e2c.png)

# BizCharts 地图颠倒 bug BizCharts Version: `"bizcharts": "^4.1.11",` Platform: macOS 10.15.7 Mini Showcase(like screenshots): ![](https://user-images.githubusercontent.com/7291672/139010106-ae93b922-bef4-45e5-82fc-9b2ac615f5f1.png) https://arco.design/material/detail?name=@arco-design/pro-pages-multi-dimension-data-analysis

BizCharts Version: 4.1.14 Platform: macos 11.6 Chrome 93.0.4577.82 Mini Showcase(like screenshots): 1. open chrome devtools 2. find class of 'bizcharts-plot' 3. add 'padding' to style 4. bug ![image](https://user-images.githubusercontent.com/1940194/138990020-0f7ff8a5-0410-4727-8fa2-1dc5bdfc2c8f.png) forck and...

使用bx-tooltip后,返回的BxCharts没有bizcharts的默认animation效果(bx-tooltip的官方demo也没有animation效果),我想看看该插件的源码,不知道该插件方便开源吗?

BizCharts Version: 3.5.8 Mini Showcase(like screenshots):https://codesandbox.io/s/nifty-cdn-dp595?file=/src/chart.js 在scale里面有设定数据的最大值, ` pv: { alias: "进入次数", min: 0, max: 100, tickCount: 6 }, ` 但使用了filter过滤数据之后,设定的max失效,变成参照数据最大值 ` val < 1000]]} > ` ![image](https://user-images.githubusercontent.com/65898377/138437539-e72c906d-642b-44bf-89e4-66f07ed02ee5.png) 期望该数据的最大值能维持100不变,不受到filter影响

BizCharts Version:4 Platform:mac safari15 Mini Showcase(like screenshots): ![image](https://user-images.githubusercontent.com/8485047/136903793-774b1f97-0b6d-445a-a26d-5e01da862413.png) forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/474

BizCharts Version: 4.1.12 Mini Showcase: https://bizcharts.net/gist/32wMEfwb1qH ![image](https://user-images.githubusercontent.com/4994677/135551625-ea1da374-ef2e-4b32-a14e-55a457031374.png) In the demo linked above, if I click on "log scale", the char won't update to log scale on the y axis

BizCharts Version: 3.1.10 Mini Showcase(like screenshots): forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/306 数据均为空的时候 但是有分类 希望均分饼图 请问 支持设置最小角度吗?