viz-vimuth
v0.3.1
Published
> A React component that serves as a fully fledged visual programming interface, ideal for simulation.
Readme
Data Visualization
A React component that serves as a fully fledged visual programming interface, ideal for simulation.
Install
npm install --save data-vizUsage
Refer to User Guide for more information.
Development and Testing:
playground is an internal cra that should be used to test this React Component Library that
currently exports the component Canvas
For cloud functions: - Ensure your function is public - Handle preflight requests as detailed here; https://cloud.google.com/functions/docs/writing/http#functions_http_cors-nodejs
Run at root:
npm update && npm run buildnpm run i-all(This runsnpm installfor both the base and playground)npm run dev(This builds the library todistfolder and starts the playground)npm run testto run all the test cases
