Skip to content

highcharts/grid-pro-dist

Repository files navigation

Highcharts Grid Pro

Highcharts Grid Pro is the commercial version of Highcharts Grid, from the creators of the Highcharts charting library. Designed to meet modern web standards optimized for high performance in large datasets, Grid Pro is perfect for creating responsive, interactive and editable data tables. To use Higcharts Grid Pro, you must have a valid license for Highcharts Dashboards or Highcharts Grid Pro. Please refer to shop.highcharts.com for details on licensing.

Installation

If you simply want to include Highcharts Grid Pro into a project, use the distribution package, or refer to the download page. For general installation instructions, see installation documentation

Install via NPM

You can install Grid Pro via NPM:

npm install @highcharts/grid-pro

Then, import the package into your project:

import * as Grid from "@highcharts/grid-pro";
import "@highcharts/grid-pro/css/grid-pro.css";

Use CDN

Instead of downloading, you can use jsDelivr CDN to access files directly. See code.highcharts.com for details.

<script src="https://cdn.jsdelivr.net/npm/@highcharts/grid-pro/grid-pro.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highcharts/grid-pro/css/grid-pro.css">

About

Distribution repo for Highcharts Grid Pro

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •