npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

webdatarocks-mis

v1.0.4

Published

Free web pivot table tool. Created by industry experts for everyone.

Downloads

14

Readme

#What is WebDataRocks WebDataRocks is a free web reporting tool for data analysis and visualization.

It is written in JavaScript and is not constrained by any external framework. This simple but enterprise-featured web-based pivot grid can be added to your website, application or project web page within minutes.

##What it does WebDataRocks easily displays your CSV or JSON data in an interactive pivot table, offers a number of data analysis features and provides reporting experience. You get the real-time reporting of your data on any device you prefer (PC, tablet, mobile etc.).

##Who can use WebDataRocks Our reporting tool would be a perfect fit if you:

  • Want to analyze data quickly
  • Looking for online reporting tool
  • Need lightweight web pivot table
  • Don’t know how to code or don’t want to

##Why it’s cool

  • WebDataRocks easily embeds in your web page not requiring much programming skills
  • You can save your time expenses on integration as it’s already configured and ready to use
  • Our tool has enterprise features for real business, despite it’s costless
  • It’s a powerful analytic tool with well-designed ready-to-use modern UI

The main benefit is that WebDataRocks is an absolutely free tool created by passionate data lovers from Flexmonster.

Installation and usage

Start by installing WebDataRocks as a node module and save it as a dependency in your package.json:

npm i webdatarocks --save

Then, include the CSS and JS files (for example, in the .html):

<link href="node_modules/webdatarocks/webdatarocks.min.css" rel="stylesheet"/>
<script src="node_modules/webdatarocks/webdatarocks.toolbar.min.js"></script>
<script src="node_modules/webdatarocks/webdatarocks.js"></script>

Now, you can create an instance of Pivot Table:

<div id="wdr-component">The component will appear here</div>
<script>
	var pivot = new WebDataRocks({
		container: "#wdr-component",
		toolbar: true,
		report: {
			dataSource: {
				filename: "https://cdn.webdatarocks.com/data/data.csv"
			}
		}
	});
</script>

Refer to the Quick Start guide for more details.

Supported data formats

  • CSV (comma-separated values)
  • JSON (JavaScript object notation)

Features

WebDataRocks provides Excel-like features which give users the interface they have always been used to. The users can easily and quickly analyze data and produce a report using different options such as:

  • Filtering
  • Sorting
  • Grouping fields in rows and columns
  • Drill-down
  • Drill-through
  • Calculated fields
  • Number formatting
  • Aggregations
  • Conditional formatting

Language localization

WebDataRocks pivot table can easily be translated into different languages. First of all, if you use one of the offered languages below, you can download the already prepared JSON files:

Set localization for Pivot Table.

Export & print

All table views (Pivot / Flat / Classic) and charts view can be printed or exported. Users can export the reports into a variety of formats:

  • PDF
  • Microsoft Excel
  • HTML page

Resources