DEV Community

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

Posted on • Edited on

6 4

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!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay