Simple Way to Analyze Complex Data Online

Quickly transform complex data into meaningful insights with its drag-and-drop interface and advanced features. Learn about solution that is ideal for both developers and business users.

Read more

More Articles

Article thumbnail

Integration with FusionCharts

FusionCharts is a charting library that provides a wide range of interactive charts, maps, and graphs. This tutorial describes how to integrate WebDataRocks with FusionCharts and visualize your data from the component. Please follow the steps below to integrate your pivot table component with FusionCharts. Step 3. Add FusionCharts Step 3.1. Download FusionCharts and its […]

Article thumbnail

Integration with Highcharts

This detailed tutorial will walk you through the integration of WebDataRocks with Highcharts. Step 3. Add Highcharts Step 3.1. Download the Highcharts and Highcharts React wrapper npm packages: npm install highcharts highcharts-react-official Step 3.2. Import Highcharts and Highcharts React wrapper into your component: import Highcharts from “highcharts”;import HighchartsReact from “highcharts-react-official”; Step 3.3. In the .jsx file […]

Article thumbnail

Sample project

Get the sample project to try WebDataRocks. See the Integrate WebDataRocks tutorial to integrate WebDataRocks into your existing project. Step 1. Download or clone our sample project from GitHub: git clone https://github.com/WebDataRocks/pivot-reactcd pivot-react/ES6 git clone https://github.com/WebDataRocks/pivot-reactcd pivot-react/typescript Step 2. Install the npm packages described in the package.json file: npm install Step 3. Run your application: […]

Article thumbnail

Integration with Google Charts

Read this tutorial to learn how to integrate the WebDataRocks reporting tool with Google Charts. To start a new React data visualization project with WebDataRocks Pivot Table and Google Charts, follow the steps below. Step 3. Add Google Charts Step 3.1. Download the Google Charts wrapper for React: npm install react-google-charts Step 3.2. Import Google […]

Article thumbnail

Integrating WebDataRocks

This tutorial shows how to integrate the WebDataRocks reporting tool with the React framework. You can also run our sample project from GitHub. Prerequisites Step 1. Create a project (optional) If you don’t have a React application yet, create one. In this guide, we’re using Vite to create a project: Commands for npm 7+: npm […]