Rafael Benavent

Results 5 comments of Rafael Benavent

@domoritz That is vega-lite, not react-vega. I created a minimum reproducible project in vega-lite and react-vega and vega-lite works. react-vega doesn't.

So basically react vega uses vega-lite < 4?

@domoritz I checked my node_modules folder and it seems my version of vega-lite is 4.0.2.

@kristw Sure. I uploaded it here: https://file.io/sT0UoU. Basically there are 3 files: App.js: ```import React from "react"; import { BrowserRouter as Router } from "react-router-dom"; import { Vega } from...

@backnotprop were you able to get a graph to be responsive and stretch to fit its container? If so, would you mind sharing some code with me to have a...