You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### [Demos and Documentation](https://fusioncharts.github.io/react-native-fusioncharts/)
1
+
A `React Native` component which provides bindings for `FusionCharts` JavaScript Charting Library. It easily adds rich and interactive charts to any `React Native` Projects.
-[Usage and Integration of FusionTime](#usage-and-integration-of-fusionTime)
27
+
-[For Contributors](#for-contributors)
28
+
-[Licensing](#licensing)
4
29
5
-
A `React Native` component which provides bindings for `FusionCharts` JavaScript Charting Library. It easily adds rich and interactive charts to any `React Native` Projects.
30
+
## Getting Started
6
31
7
-
## Installation
32
+
### Requirements
33
+
34
+
-**Node.js**, **NPM/Yarn** installed globally in your OS.
35
+
- A **react-native** application with **FusionCharts** installed in it
After installing `react-native-fusioncharts`, follow the steps below:
16
46
17
-
### For Android
47
+
### Setup for Android
18
48
19
49
- Create `assets` folder in `android/app/src/main` directory if it doesn't exist.
20
50
- Copy `FusionCharts` library in the `assets` folder (in most cases copy `node_modules/fusioncharts` folder).
21
51
- Create a file named `fusioncharts.html` in this `assets` folder with the required `FusionCharts` module files. Find the sample html file [here](https://github.com/fusioncharts/react-native-fusioncharts/blob/master/templates/fuioncharts-tpl-android.html).
22
52
- Set `libraryPath` property to the `FusionCharts` component as follows:
libraryPath={this.libraryPath} // set the libraryPath property
552
+
/>
553
+
</View>
554
+
</View>
555
+
);
556
+
}
557
+
}
558
+
559
+
conststyles=StyleSheet.create({
560
+
container: {
561
+
flex:1,
562
+
padding:10
563
+
},
564
+
heading: {
565
+
fontSize:20,
566
+
textAlign:'center',
567
+
marginBottom:10
568
+
},
569
+
chartContainer: {
570
+
height:500
571
+
}
572
+
});
435
573
```
436
574
437
-
## Contributing
575
+
## Going Beyond Charts
576
+
577
+
- Explore 20+ pre-built business specific dashboards for different industries like energy and manufacturing to business functions like sales, marketing and operations [here](https://www.fusioncharts.com/explore/dashboards).
578
+
- See [Data Stories](https://www.fusioncharts.com/explore/data-stories) built using FusionCharts’ interactive JavaScript visualizations and learn how to communicate real-world narratives through underlying data to tell compelling stories.
579
+
580
+
## For Contributors
438
581
439
582
- Clone the repository.
440
583
- Install dependencies
@@ -475,4 +618,6 @@ To generate release iOS app, run:
475
618
$ npm run build:ios
476
619
```
477
620
478
-
### [Demos and Documentation](https://fusioncharts.github.io/react-native-fusioncharts/)
621
+
## Licensing
622
+
623
+
The FusionCharts React Native component is open-source and distributed under the terms of the MIT/X11 License. However, you will need to download and include FusionCharts library in your page separately, which has a [separate license](https://www.fusioncharts.com/buy).
0 commit comments