presenta-software / presenta-block-chartjs

PRESENTA Block to render a Chart.js component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRESENTA Chart.js Block

This block displays a Chart.js component within a PRESENTA Lib document.

Installation

Please read the installation istructions for official plugins here using this unique identifier: block-chartjs

Usage

To configure this block use this setting:

{
    type: 'chartjs', // required
    config: {...} // required A valid Chart.js configuration object
}

Contribute

Development

To start a development session:

npm start

To build a release:

npm run build

Licence

This plugin is released under the 3-Clause BSD license.

Copyright © 2020 Fabio Franchino, https://fabiofranchino.com

About

PRESENTA Block to render a Chart.js component

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 57.0%Language:HTML 39.4%Language:CSS 3.6%