Skip to content

Angular2 component for displaying charts, based on D3.js

Notifications You must be signed in to change notification settings

alessioprestileo/alep-ng2-chart

Repository files navigation

alep-ng2-chart

Installation

To install this Angular2 component, run:

$ npm install alep-ng2-chart --save

Dependencies

This component depends on:

Usage

Inputs:

  • emUpdateChart: EventEmitter (optional) = reference to an event emitter that signals when to update the chart.
  • inputChart: iAlepNg2InputChart (required) = object defined in dist/models/iAlepNg2InputChart.d.ts.
  • inputChartStyling: Object (optional) = object that can have any of the properties defined in dist/models/iStylingChart.d.ts. Every property given in this input will override the corresponding property in the default styling object in a merge procedure. Any non-specified property will have the default value.

Development

Source code can be found at:

https://github.com/alessioprestileo/alep-ng2-chart.git

License

MIT © Alessio Prestileo

About

Angular2 component for displaying charts, based on D3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages