new require("populationAvgChartView")() → {function}
Average population chart
- Source:
- See:
Requires:
- module:chartView
- module:chartView
- module:underscore
- module:utils
Returns:
Backbone.View constructor
- Type
- function
Extends
Members
-
options :object
-
Chart config extension object
Type:
- object
-
type :string
-
Chart type
Type:
- string
Methods
-
update(data) → {object|undefined}
-
Updates chart state by new data
Parameters:
Name Type Argument Description dataarray <optional>
new data Returns:
chart.series or undefined- Type
- object | undefined