Class: AppMetricDirective

AppMetricDirective~ AppMetricDirective


new AppMetricDirective()

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


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

  • metric '=' - the data object to visualize

Source:

Methods


<static> factory()

Factory to create the directive; used as the angularjs.directive call.

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: