Skip to content
Scotty Aslan edited this page Sep 17, 2017 · 3 revisions

rndr

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 DataViews (a "data interaction" object factory), renderers (a "data visualization constructing" function), aggregators (a "data aggregating" function), deriveredAttributes (), and formatters (a "data formatting" function)

Clone this wiki locally