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

Drill up and down

Article thumbnail

Expand and collapse

Article thumbnail

Integration with jQuery

In this tutorial, you will learn how to integrate WebDataRocks with jQuery. jQuery is a JavaScript library which purpose is to simplify using JavaScript on your website. It helps to handle HTML/DOM/CSS manipulation, HTML event methods, AJAX calls, and more. Step 1. Create a new project Step 1.1. Create a new folder for the project, […]

Article thumbnail

Available tutorials

WebDataRocks Pivot Table is compatible with modern technologies for web development. The whole process of integration is clear and smooth. The pivot table component integrates well with React, Angular, Vue, and other popular frameworks. Check out the following tutorials on integration with frameworks and libraries:

Article thumbnail

Setting data types in CSV

Article thumbnail

Setting data types in JSON

Article thumbnail

Connecting to CSV

Article thumbnail

Connecting to JSON

Article thumbnail

Integration with Highcharts

This detailed tutorial will walk you through the integration of WebDataRocks with Highcharts. Step 2. Add Highcharts Step 2.1. Include the scripts for Highcharts into your web page: <script src=”https://code.highcharts.com/4.2.2/highcharts.js”></script><script src=”https://code.highcharts.com/4.2.2/highcharts-more.js”></script> Step 2.2. Add a container where the chart should be rendered into your web page: <div id=”highcharts-container”></div> Step 3. Show the data from the […]

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 visualization project with WebDataRocks Pivot Table and Google Charts, follow the steps below. Step 2. Add Google Charts Step 2.1. Include the script for Google Charts into your web page: <script src=”https://www.gstatic.com/charts/loader.js”></script> Step 2.2. Create a […]