Αποτελέσματα Αναζήτησης
React.js wrapper for ApexCharts. Latest version: 1.4.1, last published: a year ago. Start using react-apexcharts in your project by running `npm i react-apexcharts`. There are 384 other projects in the npm registry using react-apexcharts.
Browse through 65+ customizable React chart types and see which one best fits your project. Included are common business charts like Pie charts, Line, Column, Area, and the most asked for Financial charts. Create React Charts using a React Chart component for ApexCharts.
A modern JavaScript charting library that allows you to build interactive data visualizations with simple API and 100+ ready-to-use samples. Packed with the features that you expect, ApexCharts includes over a dozen chart types that deliver beautiful, responsive visualizations in your apps and dashboards.
React.js wrapper for ApexCharts to build interactive visualizations in react. Download and Installation Installing via npm npm install react-apexcharts apexcharts Usage import Chart from 'react-apexcharts' To create a basic bar chart with minimal configuration, write as follows:
Explore all the examples and React samples created using the library. You can download these React Chart Examples and use them freely.
Use this online react-apexcharts playground to view and fork react-apexcharts example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!
Download. Installing via npm. npm install react-apexcharts --save. Usage. import ReactApexCharts from 'react-apexcharts' Direct <script> include. Another way is to directly include it in your html. <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script> <script src="https://cdn.jsdelivr.net/npm/react-apexcharts"></script> Basic Example.