Questions tagged [bizcharts]

BizCharts is a data visualization library based on G2 and React.

BizCharts is a data visualization library based on G2 and React.

8 questions
2
votes
1 answer

Getting The Invalid Hook Call error while using biz charts library

While using the dependency of the Biz chart i have got this error message. "Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons" import React from…
Zohair Ahmed
  • 25
  • 1
  • 3
1
vote
0 answers

Bizcharts with defined x-axes lebels in Stacked bar chart

I am trying to make this screenshot using BizCharts. In this, the x-Labels will always be fixed and the data will be shown accordingly. If for any day there is no data there will be no bar on that day in the graph. This is what my data looks like: …
Archit Sandesara
  • 605
  • 1
  • 12
  • 25
0
votes
0 answers

Bizcharts onIntervalClick event does not exist in chart types and cannot be used as props

I've upgraded the version of Bizcharts to the latest, in the documentation it says there is an onIntervalClick() event:…
GLHF
  • 3,835
  • 10
  • 38
  • 83
0
votes
1 answer

viserjs Chart coming unwanted count number 01

Im using my react project for viserjs chart , i have some conflict i find to remove count 1 text, no way to find that count label, anyone know how to hide or remove Thanks. here the code import { Chart, Tooltip, Facet } from 'viser-react'; import *…
core114
  • 5,155
  • 16
  • 92
  • 189
0
votes
1 answer

React bizchart add axis name

Im using my react project for biz-chart , i have some conflict on the adding X and Y axis to name, anyone know how to added this correctly ? here the image description live sample code here Thanks code here import React from "react"; import { …
core114
  • 5,155
  • 16
  • 92
  • 189
0
votes
0 answers

How to create BizCharts without using Pure Javascript

My whole project is using Pure Javascript and i would like try to create BizCharts in Index.js (Mix React) but it doesn't allow to. Hence, i found this method useful to create React Element in Js. But i have no idea how to implement it. Link ->…
Wes111222
  • 163
  • 1
  • 9
0
votes
2 answers

Doesn't change the Bizcharts Colour

I used this bizchart in my react project, any one know how to change green and blue colour in this chart? import React from "react"; import { G2, Chart, Geom, Axis, Tooltip, Coord, Label, Legend, …
core114
  • 5,155
  • 16
  • 92
  • 189
-1
votes
1 answer

bizCharts set an integer as tick

I want just show integer,just like minInterval in echartsenter image description here
Rai
  • 9
  • 1