Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 466 Bytes

NPM version

@discoveryjs/view-plugin-highcharts

Highcharts plugin for Discovery.js

Usage

npm i @discoveryjs/view-plugin-highcharts

Use in discovery.js config:

{
    ...
    plugins: [
        '@discoveryjs/view-plugin-highcharts',
        '@discoveryjs/view-plugin-highcharts/index.css'
    ]
}