Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justinfagnani/svg-binding
- Owner: justinfagnani
- License: apache-2.0
- Created: 2013-12-05T00:10:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T03:47:19.000Z (about 11 years ago)
- Last Synced: 2024-10-05T07:38:46.523Z (3 months ago)
- Language: Dart
- Size: 145 KB
- Stars: 12
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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