Closed paulroth3d closed 1 year ago
Break apart to multiple records with series, key, value
Include the Vega lite examples at the top of the Vega package
also include example using
encode( vl.column().fieldN(‘key’), … )
maybe include an example with a color interpolation based on a range Similar to d3 color range
Also include example for vl.mark({ type:”arc”, tooltip:true })
Initial attempt in the FAQ section of the Vega Module
Break apart to multiple records with series, key, value
Include the Vega lite examples at the top of the Vega package
also include example using
encode( vl.column().fieldN(‘key’), … )
maybe include an example with a color interpolation based on a range Similar to d3 color range