I am trying to create a stencil js component using vega chart, according to vega manual i installed 3 packages:
npm install vega
npm install vega-lite
npm install vega-embed
and trying to import
import { Vega } from 'vega'
and get this.
Module '"vega"' has no exported member 'Vega'
Did anyone manage to integrate vega chart into stencil js?
Thank you in advance!