Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justinfagnani/svg-binding

Examples of Interactive Graphics using SVG and template binding
https://github.com/justinfagnani/svg-binding

Last synced: 3 months ago
JSON representation

Examples of Interactive Graphics using SVG and template binding

Awesome Lists containing this project

README

        

svg-binding
===========

Examples of Interactive Graphics using SVG and template binding

It turns out that you can now use template binding with SVG elements. This is
great news for fans of d3, Ractive.js, Triangular, etc. Templating and
data-binding are only a fraction of the functionality of d3, but they are an
important foundation.

The examples aren't hosted anywhere, but if you clone the project and run the
html files in web/ you can see them in action.

##web/clock.html

A port of the Ractive.js clock example: http://www.ractivejs.org/examples/clock/

##web/chart.html

A minimal and rough bar chart with a hover-over