Skip to content
#

vega

Here are 112 public repositories matching this topic...

vega
roying
roying commented Dec 19, 2019

The new (v5.8) Vega heatmap and isocontour transform requires "raster grids (matrices)"
input data format as seen in these Vega example data files:

 https://github.com/vega/vega/blob/master/docs/data/volcano.json
 https://github.com/vega/vega/blob/master/docs/data/annual-precip.json

It would be helpful to add explanation of this data format in the documentation:

  https://v
SandDance
Timmmm
Timmmm commented Oct 29, 2019

This is really awesome, thanks! One minor feature request - is there a way to change the transition easing curve? You can change the durations, but the easing curve appears to be hard-coded to easeExpInOut which I find a bit "snappy". I think this is the relevant code:

function newCubeLayer(presenter, config, cubeData, highlightColor, lightSettings, lightingMix, interpolator) {
    cons
vega-lite
knackjax
knackjax commented Jan 3, 2019

documentation says that there is an autoResize option (link below)... however when using it, it doesn't seem to resize automatically. Adding autosize options along with it does not seem to work either. Is there something I am doing wrong?

<vega-lite :data="data" :mark="mark" :encoding="encoding" :autosize="{type:'pad', contains:'padding', resize:true}" autoResize/>

https://ne

Improve this page

Add a description, image, and links to the vega topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vega topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.