DEV Community

Cover image for New WebDataRocks 1.4 release is out!
Juliia Nikitina
Juliia Nikitina

Posted on • Updated on

New WebDataRocks 1.4 release is out!

Just a short notice about the free javascript data visualization library my team & I are working on.

We made a few new improvements in WebDataRocks Pivot Table release 1.4 that I want to share with the community.

This time, we added:

☑️ An easy way to integrate pivot grid with Angular, Vue & React, just using npm.

Before starting, make sure that Node.js and npm are installed on your machine as well as the CLI of the corresponding framework

Then just one command and you have the needed module installed:

⚫ for Vue

npm install vue-webdatarocks
Enter fullscreen mode Exit fullscreen mode

⚫ for React

npm install react-webdatarocks
Enter fullscreen mode Exit fullscreen mode

⚫ for Angular

npm install ng-webdatarocks
Enter fullscreen mode Exit fullscreen mode

Now you have ready-to-use wrappers for the most popular frameworks to save time and effort on embedding them with our product. But still, our pivot tool can be integrated with any other framework, the available tutorials you can find in our documentation.

☑️ New predefined pivot grid skins: beautify your report with stylish themes by choosing any of the 8 themes or create your own one with our new custom theme builder.

Alt Text

There were also a few minor changes we made that you can find in our release notes.

I hope that you have already tried or used our free pivot grid component in your project. We made it for developers to save their time, so we hopefully achieve our goal and will value any feedback from the dev community!

Top comments (0)