Hi, I am very new to JavaScript and Data visualization. I tried to use one of the templates on VizHub then built up my own. It works pretty well.
However, I want to export the code from VizHub and then put it into the vscode so that i can easier manage my codes with other charts i made out of using react library. The problem is that, the chart I made on VizHub is not renderring in vscode under React frame…
I saw there are two package.json, and I know we use Rollup for renderring, but react has its own render. Should I delect the Rollup set up using react it own? What else should I do? Should I change the vega-lite here on vizhub to a react style code to get it run?
I would really appreciate your kind help!