Krist Wongsuphasawat
Krist Wongsuphasawat
will try to take a look by eow
Running into problem with storybook. The exported js from `vega-lite` somehow use the es2020 syntax `??` and existing webpack/babel does not recognize it. ``` Module parse failed: Unexpected token (98:42)...
I did upgrade but still having issue with babel not recognizing the syntax.
@ndobb Thanks for the pointer. Adding the two missing babel plugin resolve storybook.
Now running into runtime issue with `vega-xxx`. ``` VegaEmbed.tsx:99 Error: Unrecognized transform type: "stack" at error (vega-util.module.js:33) at parseTransform (vega-parser.module.js:1586) at vega-parser.module.js:2479 at Array.forEach () at parseData$1 (vega-parser.module.js:2478) at vega-parser.module.js:3227...
@domoritz I'm not sure how to fix this one as `vega-lite` doesn't issue signal `hover`. The signal handlers use `view.addSignalListeners(signalName, handler)` The tooltip does work tho.
Yes, `onError`
Thank you for your work. I am quite behind on a few tasks so will try to visit this when I can.
@rafaelbenavent > I created a minimum reproducible project in vega-lite and react-vega and vega-lite works. react-vega doesn't. Would you mind sharing so we can debug?
@backnotprop Have you tried replacing `react-vega-lite`, which is deprecated, with `react-vega` ?