scrivito-barchart
v1.0.4
Published
A barchart React component/Scrivito widget for the Scrivito CMS.
Downloads
2
Readme
Scrivito Barchart
A barchart React component/Scrivito widget for the Scrivito CMS.
Screenshot
Installation
Open your terminal.
$ cd
to your Scrivito project
$ npm install scrivito-barchart
Import the widget in your javascript src/Widgets/index.js
.
Add this line to your index.js:
import "scrivito-barchart";
Features
Barchart for simple, stacked or mixed barchart.
Widget properties
In the widget properties you can set:
- Chart type
- Labels for three comparable values e.g. Foo, Bar, Baz
- Chart values
- Name e.g. 'January', 'February' ...
- Value (number) for 'January'
- Value (number) for 'February'
- ...