Module: populationYearChartView

populationYearChartView

new require("populationYearChartView")() → {function}

Average population chart
Source:
See:
Requires:
Returns:
Backbone.View constructor
Type
function
Source:

Extends

Members

options :object

Chart config extension object
Type:
  • object
Source:

type :string

Chart type
Type:
  • string
Source:

Methods

update(data) → {object|undefined}

Updates chart state by new data
Parameters:
Name Type Argument Description
data array <optional>
new data
Source:
Returns:
chart.series or undefined
Type
object | undefined