Zuhao Wan
Zuhao Wan
When I search for `rubygem-fast_xs` via API or pkgwat in Ruby, it raises JSON parse error. The response is as follows: ``` json { "rows":[ { "name":"rubygem-fast_xs", "link":"rubygem-fast_xs", "devel_owner":"msuchy", "icon":"package_128x128",...
[Vega](http://trifacta.github.io/vega/) has more than 20 examples in its online editor. You can see them at http://trifacta.github.io/vega/editor/. Simple select different visualisations from the drop-down menu on top, and you will be...
Vega's lack of documented schema makes it hard to keep track of changes happening with the JSON spec. It would be absolutely awesome if we can properly document (and maintain)...
Take a look at @cjfuller's pull request #1. It would be great if we can have a similar DSL, in other words a higher level of abstraction on Plotrb, for...
This is related to #6. Users may not have Vega installed as a Node.js module; after all, Vega is intended to be used directly in browser. We should have a...
Plotrb's main focus is to generate Vega-compatible JSON spec, which can be interpreted by Vega either in browser or to produce the final SVG/PNG directly. It would be very convenient...