-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Th goal of this project is to provide a configurable framework of data structures and available api's to enable the creation of reuseable, stand alone, persistable "data visualization" containers. This library provides the 'ngRndr' angular module as well as several "data visualization" plugins and templates for aggregating, deriving, and formatting data.
All plugins and templates are developed with an UMD (Universal Module Definition) pattern so they are compatible with AMD, CommonJS, or NativeJS. Aditionally, all plugins and templates are always available under the window.rndr
object not matter how they are loaded.
rndr
provides a framework for organizing common data visualization concepts by registering DataView
s (a "data interaction" object factory), renderer
s (a "data visualization constructing" function), aggregator
s (a "data aggregating" function), deriveredAttribute
s (), and formatter
s (a "data formatting" function)