directus-extension-sparkline-display

1.0.5 • Public • Published

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:

  • Add a simple field with JSON type, like:
    // Array Object, should set key "power"
    [
      {
        time: '2021',
        power: 10
      },
      {
        time: '2022',
        power: 20
      }
    ]
    // Array, don't need set key.
    [ 10, 2, 10, 30 ]
    
  • Enjoy ! 🎉

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.

Package Sidebar

Install

npm i directus-extension-sparkline-display

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

521 kB

Total Files

6

Last publish

Collaborators

  • ximolang