Currently the sdk has fairly restricted support for outputting to a UI (i.e. a couple of charts and text / html). Provide a more comprehensive UI builder that makes it easy to attach the style/attributes of UI components (shapes, text etc) to incoming data. Example of where this is used to good effect is noodl. Borrow from D3's data join paradigm to create new components based on data key.
Currently the sdk has fairly restricted support for outputting to a UI (i.e. a couple of charts and text / html). Provide a more comprehensive UI builder that makes it easy to attach the style/attributes of UI components (shapes, text etc) to incoming data. Example of where this is used to good effect is noodl. Borrow from D3's data join paradigm to create new components based on data key.