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:3.5.10 ``` import React, { PureComponent } from 'react'; import { Chart, Geom, Axis, Tooltip } from 'bizcharts'; export default class ANAC0011 extends PureComponent { constructor(props) { super(props); this.state...

BizCharts Version:3.5.10 ` import React, { PureComponent } from 'react'; import { Chart, Geom, Axis, Tooltip } from 'bizcharts'; export default class ANAC0011 extends PureComponent { constructor(props) { super(props); this.state...

BizCharts Version: 4.1.22 Platform: windows when i use bizcharts in react version 18, on charts render my app crashes and increase cpu usage, but its ok with react version 17....

BizCharts Version: 4.1.21 Platform: Mini Showcase(like screenshots): forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/306

![image](https://user-images.githubusercontent.com/56420042/233300058-5a4e5245-f7d5-4518-aa47-8921bf42822d.png)

BizCharts Version: 4.x Platform: chrome Mini Showcase(like screenshots): forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/306 ```jsx const [uncheckedLegend, setUncheckedLegend] = useState([]) { return !uncheckedLegend.includes(country) }} onChange={(e: any) => { console.log('e.item', e.item)...

for (var _i = 0, dataArray_1 = dataArray; _i < dataArray_1.length; _i++) { var data = dataArray_1[_i]; var record = findDataByPoint(point, data, geometry); if (record) { var elementId = geometry.getElementId(record);...

What happened to the English documentation? There used to be some half-finished English docs in the GitHub, but they seem to have been removed. I love bizCharts, but the Chinese...

情景描述: Legend属性中selectedMode为‘single’或'multiple'都可以点击Legend来选择显示或隐藏图例中的Geom。 缺陷:‘multiple’模式下必须每个点击才能返回到全部图例显示状态。‘single’模式下无法回到全部图例显示状态。 优化建议: 无论在哪种模式,可以加个“全部”或者其它文案的可点击按钮,点击后直接显示全部图例。或者将title显示出来,点击后全部显示? ![微信截图_20191031163450](https://user-images.githubusercontent.com/25976359/67931292-7b459980-fbfc-11e9-8722-41a849c00f3a.png)

By Design

BizCharts Version: Platform: Mini Showcase(like screenshots): forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/306 尝试赋值新的变量进去也不能重绘,最后只能重新生成图表实例