stimulsoft / Samples-Dashboards.JS-for-Node.js

JavaScript samples for Dashboards.JS data analysis tool for Node.js applications

Home Page:https://www.stimulsoft.com/en/products/dashboards-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js samples for Stimulsoft Dashboards.JS

This repository contains the source code of the examples of usage Stimulsoft Dashboards.JS data visualization tool in the Node.js applications, using JavaScript data engine. The dashboard builder and examples are fully compatible with Node.js 14 and higher.

Overview

There is available a set of examples of using Stimulsoft Dashboards.JS in Node.js, for each example, there is a full set of necessary files (Roboto-Black.ttf to render the dashboard, the test dashboard file Dashboard.mrt etc.)

Running samples

To run the examples, open the required folder with the example and run the following commands in the console:

  • use npm install to install requred modules;
  • use node index to run sample.

Connect to SQL databases

Since pure JavaScript does not have built-in methods for working with remote databases, this functionality is implemented using server-side code. Therefore, Stimulsoft Dashboards.JS product contains server data adapters implemented using PHP, Node.js, ASP.NET, Java, .NET Core technologies.

Other JS dashboard components

Many examples for other platforms and technologies are collected in separate repositories:

About Stimulsoft Dashboards.JS

Stimulsoft Dashboards.JS is a robust dashboard development tool designed for JavaScript-based applications. This product offers a powerful engine for data processing and visualization, along with an intuitive dashboard designer and an interactive viewer to review finalized documents. Dashboards.JS is compatible with any HTML5 and JavaScript supported web browser, making it suitable for creating dashboards. Furthermore, it easily integrates with React, Vue.js, Node.js apps and projects, and can be utilized both on the client-side and the server-side.

Useful links

About

JavaScript samples for Dashboards.JS data analysis tool for Node.js applications

https://www.stimulsoft.com/en/products/dashboards-js

License:Other


Languages

Language:JavaScript 76.8%Language:HTML 23.2%