Class: AppSummaryDirective

AppChartPanel~ AppSummaryDirective


new AppSummaryDirective()

The <app-summary> directive. Supports the following attributes:


  • highlights '=' - the highlights object representing the internal
    visualization status

  • data '=' - the data object to visualize

Source:

Methods


<static> factory()

Factory to create the controller; used as the .controller member of the
directive.

Source:

The "link" function to be invoked when the directive is attached to an
element. Will take care that the controller will draw the chart using the
AppChart methods.

Source: