-
Put basic Google Analytics in place
-
```
"react": "^15.1.0",
"react-native": "^0.27.0-rc2",
"react-native-chart": "^1.0.7-beta"
(clojurescript)
lines:
{:data [[-4 -2] [-2.5 1.3] [0 0] [1 1.5] [3 1]]
:showDataPoint true
:type "line"}
`…
-
Hi ,The "pie" charts Shows wrong charts,

![screen shot 2016-11-03 at 6 33 08 pm](https://cloud.githubusercontent.com/assets/13741688/19962738/0279a75e-a1f4-11e6-9439-6ec02c602792.png)
any up…
-
Dear community,
I'm receiving a
`.......frontend_expo/node_modules/react-native/index.js:14
import typeof AccessibilityInfo from './Libraries/Components/AccessibilityInfo/AccessibilityInfo';
…
-
-
Bar graph displays as expected with no data, just an empty graph.
Line Graph throws an error.
This should be easy to reproduce hopefully.
My code:
``
![image](https://cloud.githubuserco…
-
![y-axes-inconpatible-data](https://cloud.githubusercontent.com/assets/14654063/19621705/00bbb392-986e-11e6-9f53-3270ec7c39e9.png)
```
const data = [
['Simpatia', 10],
['Bom dia', 10],
['…
-
Hi!
In the Version 1.0.8-beta the "showYAxisLabel" setting seems to be ignored. After checking in the source I found that in yAxis.js the showYAxisLabel property is never applied. In xAxis.js the s…
-
用样条函数可以轻松的实现曲线的。you can use spline to draw a curve。
-
When I render the chart It seems to be that is not taking any style properties in android. I don't know if it because I downloaded from npm and the version is 1.0.8.
if Someone can help.
Thank …