1.0.0-rc.6 • Published 3 years ago

@actjs.on/ngen-charts v1.0.0-rc.6

Weekly downloads
24
License
-
Repository
-
Last release
3 years ago

NGenCharts

Requirements

  • @angular/common and @angular/core 5 or higher;
  • @actjs.on/mathrix-ts 1 or higher.

Installing

$ npm i @actjs.on/ngen-charts --save

Usage

Include the module into imports metadata key of NgModule decorator of your application importing NGenChartsModule from @actjs.on/ngen-charts, like that.

import { NGenChartsModule } from '@actjs.on/ngen-charts';

@NgModule({
    imports: [
        NGenChartsModule
    ]
})
export class MyModule() { }

Usage

Donut

<lib-donut-chart
  [radius]="'<value><unity>'"
  [borderWidth]="'<value><unity>'"
  [sectors]="[
    {
      value: 9,
      ngClass: {
        class-1: <true or false>,
        class-2: <true or false>
      }
    },
    {
      value: 3
    }
  ]"
  [strokeSettings]="{
	width: '<value><unity>',
	bindOn: ['sectors', 'outer', 'inner']
  }"
></lib-donut-chart>
1.0.0-rc.6

3 years ago

1.0.0-rc.5

3 years ago

1.0.0-rc.4

3 years ago

1.0.0-rc.3

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

3 years ago