data-dashboard

A data-driven dashboard console for report widgets

Usage no npm install needed!

<script type="module">
  import dataDashboard from 'https://cdn.skypack.dev/data-dashboard';
</script>

README

DataDashboard

logo

A data-driven dashboard console for report widgets

License:MIT npm Vulnerabilities Build

Try It Out

https://data-dashboard.js.org

Reference Architecture

DataDashboard provides examples of creating charts and tables from REST calls, and it aims to be a reference architecture for building data-driven dashboard consoles composed of report widgets.

The list of report widgets and dashboard panels is defined in src/ts/config.js, and the routing is handled in src/ts/controller.js. Each widget has a folder under src/widgets that contains the widget's view and controller.

Run Locally

Install:

Then enter the terminal commands:

$ git clone https://github.com/dnajs/data-dashboard
$ cd data-dashboard
$ npm install
$ npm start

Development Mode

Run the application in development mode with the command:

$ npm run dev

The web server will use the un-minified version of the application, and file watchers will automatically rebuild the appropriate parts of the application when source files change.

Libraries

Powered by:


MIT License