timqian/chart.xkcd

consider interfacing with vega.js

已關閉

#1 建立於 2019年8月19日

 (4 則留言) (3 個反應) (0 位負責人)JavaScript (201 個分叉)batch import
help wanted

倉庫指標

星標
 (7,510 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Interesting project! The syntax of your library strongly reminds me of vega-lite, which itself is based on vega and the latter being itself based on d3.

I can see at least three advantages for your library, in particular the rendering part, if you built a renderer for vega:

  • vega is extensible, even on the rendering part, and thus you would benefit from an already available interactive grammar of graphics syntax - no burden of inventing a new one;
  • better focus on the rendering itself instead of users asking for implementing this and that type of chart;
  • your renderer would be accessible to js (via vega and vega-lite), R (via vega widget) and python (via altair) communities.

貢獻者指南