Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@webdatarocks/webdatarocks
Advanced tools
Free web pivot table tool. Created by industry experts for everyone.
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.
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.).
Our reporting tool would be a perfect fit if you:
The main benefit is that WebDataRocks is an absolutely free tool created by passionate data lovers from Flexmonster.
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.
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:
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.
All table views (Pivot / Flat / Classic) and charts view can be printed or exported. Users can export the reports into a variety of formats:
FAQs
Free web pivot table tool. Created by industry experts for everyone.
The npm package @webdatarocks/webdatarocks receives a total of 1,550 weekly downloads. As such, @webdatarocks/webdatarocks popularity was classified as popular.
We found that @webdatarocks/webdatarocks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.