Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DonutChartBaseComponent

Donut base

Hierarchy

Implements

  • DoCheck
  • OnDestroy
  • OnInit

Index

Constructors

constructor

Properties

chartData

chartData: any[]

An array containing key value pairs:

key - string representing an arc within the donut chart value - number representing the value of the arc

chartLoaded

chartLoaded: EventEmitter<any> = new EventEmitter()

Event emitted with the chart reference after load is complete

type

{EventEmitter}

config

Configuration object containing details about how to render the chart

Methods

getCenterLabelText

  • getCenterLabelText(): any

ngDoCheck

  • ngDoCheck(): void

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc