Skip to content

highcharts/grid-lite-dist

Repository files navigation

Highcharts Grid Lite

Highcharts Grid Lite is the free, standalone version of our Dashboards Grid component, from the creators of the Highcharts charting library. Designed to meet modern web standards optimized for high performance in large datasets, Grid Lite is perfect for creating responsive, interactive tables for simple use cases.

Highcharts Grid Lite is a source available product.

To use full version of Higcharts Grid, currently in our Dashboards package, you must have a valid license for Highcharts Dashboards. Please refer to shop.highcharts.com for details on licensing.

Installation

If you simply want to include Highcharts Grid Lite 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 Lite via NPM:

npm install @highcharts/grid-lite

Then, import the package into your project:

import * as Grid from "@highcharts/grid-lite";
import "@highcharts/grid-lite/css/grid.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-lite/grid-lite.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highcharts/grid-lite/css/grid.css">

About

Distribution repo for Highcharts Grid

Resources

License

Stars

Watchers

Forks

Packages

No packages published