-
I'm working with date heavy data now and I realized that axis text(in my case its X axis) only shrinks when I add on more data. And, it doesn't look nice ( Date format YYYY-MM-DD ). I went to xAxis.js…
-
Any plans on adding a Gauge chart?
-
Hello guys,
I've got a problem with the line chart, some parts of it ar not showing properly and I wonder if I can add a padding between the line and the axis to prevent this issue, here's what I me…
-
const data = [
[1, 2],
[3, 4],
[5, 6],
[7, 8],
];
On type "line" I am getting this chart without graph line.
However when I set showAxis to false the line shows.
D…
-
As title suggests. The shortlables seems to display on simulator but doesn't work on device any ideas"?
running react-native 0.41.2
iOS 10.3
-
Hi,
I tried setting my horizontalGridStep to various values, but nothing changes. Would should I do?
Here is what I put:
`horizontalGridStep={5}`
tcaer updated
7 years ago
-
The componentWillReceiveProps should change since it's going to be deprecated. Right now, the use of this function throws a warning:
`Warning: componentWillReceiveProps has been renamed, and is not…
-
Any progress on Stacked Bar Charts?
-
## Description
Following the [docs](https://reactjs.org/docs/test-renderer.html) results in errors when applied to a custom component of mine. When I remove the `layout` prop from my `` the test …
-
hi, i tried to assign negative value to y axis
const data = [
[0, -1],
[1, -3],
[3, -7],
[4, 9],
];
but the output of the y axis doesn't match the min/ max value it should b…
hyluo updated
7 years ago