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 |