geekplux / markvis

make visualization in markdown. 📊📈
https://markvis.js.org/
MIT License
1.58k stars 62 forks source link

vega-lite importing #2

Open geekplux opened 7 years ago

geekplux commented 7 years ago

Vega-Lite is a high-level visualization grammar. It provides a concise JSON syntax for supporting rapid generation of visualizations to support analysis.

In browser we can import vega-lite into Markvis, and in node environment, vega-lite is temporary not supported https://github.com/vega/vega-lite/issues/1797.

laughedelic commented 7 years ago

Do you know about Vizdown? It does exactly the same as markvis with vega-lite.

geekplux commented 7 years ago

thanks, I know, I'll implement like it with vega-lite.

markvis now is based D3.js, I think it can use more visualization engine in the future. :)