This is a very dirty repo with my first stab at a GUI-configurable Vizzu chart.
- Clone the repo
- Open the directory in a terminal shell with npm installed
- Run
npm install
- You'll have to copy the type definitions from Vizzu's github into the npm package (
./node_modules/vizzu/dist/vizzu.d.ts
), because the npm package is outdated compared to the repo (as of the publishing of this readme). Otherwise the project will fail typechecks by TypeScript. - Run
npm start
. This should open a new browser tab in your default browser showing the chart.