Home

Awesome

SparkLine Display - Directus extension

A directus display extension with apexcharts, display the data of the field as a chart.

Installation

In your Directus installation root

npm install directus-extension-sparkline-display

Restart directus

Usage

To use this custom display into a data model, you have to:

Building locally and contributing

You can also clone this repository and build it by yourself.

npm i
npm run build

Then use index.js in your custom /extensions/displays directory or in whatever you want.