Highcharts Dashboards is a JavaScript library for interactive dashboards from the creators of the Highcharts charting library.
With built-in data synchronization, ready-made components and completely customizable options, Highcharts Dashboards does all the heavy lifting out of the box, saving you valuable time on your dashboard projects.
Note that this library also includes Highcharts DataGrid, that can be used as a standalone component outside of Dashboards if needed.
-
Official website: www.highcharts.com
-
Product page: www.highcharts.com/products/dashboards
-
Documentation: www.highcharts.com/docs/dashboards/installation
-
Download page: www.highcharts.com/download
-
Licensing: shop.highcharts.com
-
Support: www.highcharts.com/support
-
Issues: Repo guidelines
Highcharts Dashboards is a source available product. Please refer to shop.highcharts.com for details on licensing.
If you simply want to include Highcharts Dashboards into a project, use the distribution package, or read the download page.
Please note that there are several ways to use Highcharts Dashboards. For general installation instructions, see installation documentation
Instead of downloading, you can use our CDN to access files directly. See code.highcharts.com for details.
<script src="https://code.highcharts.com/dashboards/dashboards.js"></script>
<link rel="stylesheet" src="https://code.highcharts.com/dashboards/css/dashboards.css">
See npm documentation on how to get started with npm.
Using npm by running the following command in your terminal:
npm install @highcharts/dashboards
Then import the package in your project:
import Dashboards from '@highcharts/dashboards';
For other ways to use Highcharts Dashboards in your projects, please refer to our installation documentation.