1.0.3 • Published 5 years ago

scrivito-linechart v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Scrivito Linechart

CMS: Scrivito License: MIT

A linechart React component/Scrivito widget for the Scrivito CMS.

Screenshot

Screenshot

Installation

Open your terminal.

$ cd to your Scrivito project

$ npm install scrivito-linechart

Import the widget in your javascript src/Widgets/index.js.

Add this line to your index.js:

import "scrivito-linechart";

Features

Linechart for normal, dashed or vertical lines..

Widget properties

In the widget properties you can set:

  • Chart type
  • Labels for two comparable values e.g. Foo, Bar
  • Chart values
    • Name e.g. 'January', 'February' ...
    • Value (number) for 'January'
    • Value (number) for 'February'
    • ...
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago