new require("examsSubjectChartView")() → {function}
Exam subject chart view
Requires:
- module:chartView
- module:framework
- module:underscore
- module:utils
Returns:
Backbone.View constructor
- Type
- function
Extends
Members
-
options :object
-
Chart options extension
Type:
- object
- Source:
Properties:
Type Description -
type :string
-
Chart type identifier
Type:
- string
Methods
-
update() → {object|undefined}
-
Updates chart state by new data
Returns:
series or undefined- Type
- object | undefined