Hacker News new | ask | show | jobs
by krikou 2811 days ago
Shameless plug for a data + markup based approach, hiding some of d3.js complexity: https://github.com/PolymerEl/multi-verse.

Codebase is being migrated to Polymer 2.0, and better documentation.

1 comments

Looks great! Can we think of a way to integrate muze using your approach? :)
Core idea behind this approach is to expose API properties as web-component attributes so that you can compose your charts and visualization at markup level (and share/react to properties between components).

I do not see any reason why this could not work with your API. If interested, some concrete/simpler examples available from https://github.com/PolymerEl/multi-chart (also being ported / simplified; ETA next week)