Skip to content

c vis Joule Reference

Joned edited this page Sep 12, 2013 · 3 revisions

ui manages the interaction with the user.

data gathers data and formats it as requested by chart.

chart displays the data.

tree contains a description of the plot lines which may be meter readings or derived readings.

cache operates a caching system for JSON objects containing configuration options or data from the meters.

utils contains various methods used for formatting strings or data or check variables.

cvis.timeSeries.js

Implements the timeSeries class.

timeSeries.start

cvis.JouleUIController.js

cvis.JSONCache.js

cvis.tree.js

cvis.data.js

Public variables

Private variables

Public methods

Private methods

cvis.chart.js

cvis.utils.js