Class: AppSchematicsDirective

AppSchematicsDirective~ AppSchematicsDirective


new AppSchematicsDirective()

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


  • svg '=' - a variable holding the SVG URL to be displayed

  • serieses '=' - an array of serieses with their properties

  • highlights '=' - the highlights object to exchange information
    about the visualization highlight state

  • dir '@' - the directory where the SVG URL (attribute 'svg') is
    based on

Source:

Methods


<static> factory($scope)

Factory to create the directive; used in the angular.directive call

Parameters:
Name Type Description
$scope

a reference to the angularjs scope of the component

Source: