New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stimulsoft-dashboards-js

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulsoft-dashboards-js

Stimulsoft Dashboards.JS is a dashboards tool for Node.js

  • 2020.5.1-c
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
increased by19.21%
Maintainers
1
Weekly downloads
 
Created
Source

Stimulsoft Dashboards.JS

Stimulsoft Dashboards.JS is a dashboards tool for Node.js and JavaScript applications. You can create new and load already created dashboards, easily connect to various databases, and export the dashboards to PDF, Excel, Data and other formats.

How to install

Ceate a project folder and install Dashboards.JS module using the specified command:

npm install stimulsoft-dashboards-js

How to load and save a dashboard

Create index.js file in the folder, and add the required code:

// Stimulsoft dashboards module loading
var Stimulsoft = require('stimulsoft-dashboards-js');

// Loading fonts
Stimulsoft.Base.StiFontCollection.addOpentypeFontFile("Roboto-Black.ttf");

// Creating a new report object
var dashboard = Stimulsoft.Report.StiReport.createNewDashboard();

// Loading a dashboard template (MRT) into the dashboard object
dashboard.loadFile("dashboard1.mrt");

// Exporting the dashboard to PDF
dashboard.exportDocumentAsync((pdfData) => {

}

// Saving the dashboard object into a template file (MRT)
dashboard.saveFile("dashboard2.mrt");

How to run

Open console and run index.js

node index

Trial limitation

The free trial versions of Stimulsoft Dashboards.JS for Node.js are fully functional and will work for an unlimited time. The only limitation is a Trial watermark displayed on each dashboard page. To activate the product, you do not need to install a special version, just add a license key.

Read more about Stimulsoft Dashboards.JS

You can try the Live Demo

More information in the Online Documentation

Free Download

License

Keywords

FAQs

Package last updated on 09 Nov 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc