Module: souChartView

souChartView

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

Sou dynamics chart
Source:
See:
Requires:
Returns:
Backbone.View constructor
Type
function
Source:

Extends

Methods

update(data, type) → {object|undefined}

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