Category "observablehq"

Save High Resolution PNG with included Image in Chart Using d3.js on ObservableHQ.com

When creating a chart with D3.js, I can include an external image using : svg.append("svg:image").attr("x", 100).attr("y", 100).attr( "xlink:href", "https://my-

How can we proramatically generate vega grammar JSON from vega-lite plot?

I am able to get vega json grammar on local installation of nodejs with vega-lite and vega-lite-api installed through npm as follows: vl = require('vega-lite')