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 Angular wrapper npm packages: npm install highcharts highcharts-angular Step 3.2. Import the HighchartsChartModule into src/app/app.module.ts: // …import { WebdatarocksPivotModule } from “@webdatarocks/ngx-webdatarocks”;import { HighchartsChartModule } from “highcharts-angular”;@NgModule({ // … imports: [ […]

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-angularcd pivot-angular Step 2. Install the npm packages described in the package.json file: npm install Step 3. Run your application: ng serve The sample […]

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

Integrating WebDataRocks with Angular

This tutorial shows how to integrate the WebDataRocks reporting tool with the Angular framework. WebDataRocks wrapper is Ivy-compatible and works with Angular 5 or later. You can also run our sample project from GitHub. Prerequisites Step 1. Create a project (optional) If you don’t have an Angular application yet, create one by running the following […]