top | item 18196275

(no title)

krikou | 7 years 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.

discuss

order

pallavn|7 years ago

Looks great! Can we think of a way to integrate muze using your approach? :)

krikou|7 years ago

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)