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 Google Charts

Read this tutorial to learn how to integrate the WebDataRocks reporting tool with Google Charts. To start a new Angular visualization project with WebDataRocks Pivot Table and Google Charts, follow the steps below. Step 3. Add Google Charts Step 3.1. Include Google Charts in src/index.html: <!– Loading Google Charts –><script type=”text/javascript” src=”https://www.gstatic.com/charts/loader.js”></script> The loader.js file […]

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 Vue 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 Vue: npm install vue-google-charts Step 3.2. Import Google […]

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

Need more features?

Article thumbnail

Data type prefixes

Article thumbnail

Supported CSV format

Article thumbnail

Mapping object for JSON

Article thumbnail

Creating multilevel hierarchies

Article thumbnail

Supported JSON formats

Article thumbnail

Integration with Flutter

This guide describes how to integrate WebDataRocks with Flutter. Prerequisites Run our sample project from GitHub Step 1. Download or clone the sample project from GitHub with the following commands: git clone https://github.com/WebDataRocks/pivot-fluttercd pivot-flutter Step 2. Install dependencies described in the pubspec.yaml file: dart pub get If you get an error on this step, add […]