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.
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.
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 […]
This detailed tutorial will walk you through the integration of WebDataRocks with Highcharts. Step 3. Add Highcharts Step 3.1. Download the Highcharts npm package: npm install highcharts-vue@1 Note that Vue and the Highcharts package versions must be compatible. Since we are using Vue 2 in our project, we installed the 1.x.x version of the package. […]
Get the sample project to try WebDataRocks. See the Integrate WebDataRocks tutorial to integrate WebDataRocks into your existing project. Note that our sample project uses Options API. Step 1. Download or clone our sample project from GitHub: git clone https://github.com/WebDataRocks/pivot-vuecd pivot-vue Step 2. Install the npm packages described in the package.json file: npm install Step 3. […]
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 […]
These tutorials show how to integrate the WebDataRocks reporting tool with the Vue.js framework using Composition API. Choose one of the following tutorials: You can also run our sample project from GitHub. Prerequisites Integrate WebDataRocks into a Vue 2 project The guidelines below describe how to integrate WebDataRocks with Vue 2. You can also integrate WebDataRocks […]