plotman
v1.0.0
Published
Plotman is a JavaScript library to plot points on x, y plane to create custom charts
Downloads
46
Readme
Plotman - A JavaScript library for plotting charts
Installation
npm install plotman
Usage
| Option | Description | Type | Required | Example |
| -------- | ----------------------------------------------------------------------------------------------------------- | ------ | -------- | -------------- |
| width | Width of the chart | number | required | 600 |
| height | Height of the chart | number | required | 400 |
| title | Chart title | string | optional | Annual Sales |
| margin | An object defining top, bottom, left and right margins of the chart. The bottom and left margins co | object | | 600 |
