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 Version:4.1.11 Platform: Mini Showcase(like screenshots): forck and create a demo: https://bizcharts.net/gist/2WqFXy1B9M3 demo中注释掉的两种情况下的coordinate就是产生问题的 好像只对Interval会产生影响的样子

BizCharts Version: 4.1.11 Platform: Chrome 92.0.4515.107 Mini Showcase(like screenshots): ![image](https://user-images.githubusercontent.com/20528651/127450449-c8f9a16d-0a32-40da-b31c-69001378ae00.png) Horizontal legend rendering error 水平图例,**当减小图表宽度时出现** 正常应该显示图例有2项 实际出现图例显示有3项 且后面图例名称显示缩写,是设计如此? forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/306 codesandbox:https://codesandbox.io/s/unruffled-stonebraker-xd2f6?file=/src/App.tsx

BizCharts Version: 4.0.16 Platform: All Mini Showcase(like screenshots): too lazy to make screenshots, see link below fork and create a demo: https://bizcharts.net/gist/2BiS2i3AiOc For example, ```jsx ``` The `` will be...

BizCharts Version: 3.5.5 Platform: react Mini Showcase(like screenshots): ![堆叠条形图图例显示问题](https://user-images.githubusercontent.com/17582231/126926816-3822d260-b897-4542-9d28-7841c6e9936d.png) forck and create a demo: https://bizcharts.net/product/bizcharts/demo/256 当图例的数量刚好一行多一个的时候,图例就只剩一下一个。。

BizCharts Version: 4.0.13 Unable to format the continuous legend value. I need to format the legend value to `$1008007` Previously on version 3.x we had a prop `itemFormatter` How can...

Hi there, I couldn't find a `SECURITY.md` in your repository and am not sure how to best contact you privately to disclose a security issue. Can you add a `SECURITY.md`...

BizCharts Version:4.0.14 Platform: chorme Mini Showcase(like screenshots): ![image](https://user-images.githubusercontent.com/24819600/113369158-2c70d600-9393-11eb-91ba-afab3e236286.png) Chart组件data中传入的percent如果为Infinity,会导致页面和控制台崩溃,没有任何错误信息 控制台变灰色,提示 `DevTools was disConnected from the page. Once Page is reloaded,DevTools will automatically reconnected` ```javascript import { Chart, Interval, Tooltip, Axis,...

BizCharts Version: 4.0.16 Platform: Antd Mini Showcase(like screenshots): 如何处理不连续的时间问题? 如果传给的时间是连续的,譬如: [{ "time": 1616632500, "hashrates": [] }, { "time": 1616632800, "hashrates": [] }, { "time": 1616633100, "hashrates": [] }, { "time":...

BizCharts Version:3.5.8 Platform:React [email protected] forck and create a demo: https://bizcharts.net/gist/2TYWfTGYCV8 是否可以在view.interval添加select 事件。 ![image](https://user-images.githubusercontent.com/20857580/124260678-8c2d7780-db62-11eb-9632-64c388856777.png) 类似 https://bizcharts.net/product/bizcharts/demo/166

BizCharts Version:最新版 Platform:全平台 forck and create a demo: demo还原: 问题描述: 我这边有个需求是要面积图和折线图可以互相切换的功能; 然后我这边用变量来控制面积标签是否展示; 现在的问题是我从折线图切换到面积图是正常的,但是面积图切回到折线图就会报错 在我的demo中点击上面的“面积图切换”按钮就可以还原出来 报错信息: ``` react-dom.production.min.js:59 Uncaught TypeError: Cannot read property 'push' of undefined at e.add (BizCharts.min.js:29) at e.addShape...