timwis / vizwit

An interactive data visualization tool
http://vizwit.io
GNU General Public License v2.0
100 stars 35 forks source link

Use web components #179

Closed timwis closed 7 years ago

timwis commented 8 years ago

This does feel like a v2-level feature, but I'm pretty sure this is the future.

Read about custom elements and see one in use here.

Imagine if each vizwit "card" were a <vizwit-bar src="http://..." group-by="foo">. The "layout" component could be pure HTML rather than some hacky json layout spec.