0.1.7 • Published 5 years ago

nathan-angular-chart v0.1.7

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

nathan-angular-chart

Installation

To install this library, run:

$ npm install nathan-angular-chart --save

and then from your Angular AppModule:

import { NathanAngularChart } from 'nathan-angular-chart';

@NgModule({
  declarations: [
    ...
  ],
  imports: [
    ...
    NathanAngularChart
  ]
})

Once the library is imported, you can use it as a component in your Angular application:

<nathan-angular-chart
  [data]="data" // Array of numbers
  [labels]="labels" // Array of strings
  [colors]="colors" // optional
  [decimalPlaces]="decimalPlaces" // optional
  [fontSize]="fontSize" // optional
  [Input]="Input" // optional
  [limits]="limits" // optional
  [offsets]="offsets" // optional
  [size]="size" // optional
  [minLabelSpacing]="minLabelSpacing" // optional
  [allowInput]="allowInput" // optional
  [showGuides]="showGuides" // optional
></nathan-angular-chart>

License

MIT © Nathan Felix

0.1.7

5 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago